Difference between revisions of "Subgraphs"

112 bytes removed ,  17:11, 16 September 2016
no edit summary
imported>Google3
imported>Google3
Line 44: Line 44:
Since the same graph logic is reused, the game needs some extra data to know how to translate the speeds the game wants into what animations play.  There is also data that is need to calculate furniture entries & exits as well as weapon sight lines & fire locations.  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:
Since the same graph logic is reused, the game needs some extra data to know how to translate the speeds the game wants into what animations play.  There is also data that is need to calculate furniture entries & exits as well as weapon sight lines & fire locations.  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:


<code>CreationKit.exe -GenerateAnimInfo:SubgraphExample.esp "C:\Program Files (x86)\Steam\steamapps\common\Fallout 4" "C:\Program Files (x86)\Steam\steamapps\common\Fallout 4\data"</code>
<code>CreationKit.exe -GenerateAnimInfo:SubgraphExample.esp . .\data</code>


=== Notes & Caveats ===
=== Notes & Caveats ===
Anonymous user