Difference between revisions of "Subgraphs"

205 bytes added ,  07:34, 23 October 2016
m
imported>Docclox
imported>Docclox
 
(6 intermediate revisions by the same user not shown)
Line 68: Line 68:
This data is generated through a build process that is run through the Creation Kit.   
This data is generated through a build process that is run through the Creation Kit.   
To run the process, after you've added your sub graph entries and have the necessary data, run, based on role:
To run the process, after you've added your sub graph entries and have the necessary data, run, based on role:
<code>CreationKit.exe -GenerateAnimInfo:<ESMFilename> <DataFilepath> <OutputFilepath> [--speed] [--stance] [--forceAll]</code>
Note: <ESMFilename> must be an ESM file with no spaces in the name.


==== For MT ====
==== For MT ====
<code>CreationKit.exe -GenerateAnimInfo:SubgraphExample.esm ..\Data ..\Data\Meshes\AnimTextData\AnimationFileData --speed</code>
<code>CreationKit.exe -GenerateAnimInfo:SubgraphExample.esm ..\Data ..\Data\Meshes\AnimTextData --speed</code>


==== For Weapon ====
==== For Weapon ====
<code>CreationKit.exe -GenerateAnimInfo:SubgraphExample.esp ..\data ..\Data\Meshes\AnimTextData --speed --stance</code>
<code>CreationKit.exe -GenerateAnimInfo:SubgraphExample.esm ..\Data ..\Data\Meshes\AnimTextData --speed --stance</code>


==== For Furniture ====
==== For Furniture ====
<code>CreationKit.exe -GenerateAnimInfo:SubgraphExample.esp . .\data </code>
<code>CreationKit.exe -GenerateAnimInfo:SubgraphExample.esm ..\Data ..\Data\Meshes\AnimTextData</code>


== Notes ==
== Notes ==
Anonymous user