$animblocksize: Difference between revisions
Jump to navigation
Jump to search
(more info) |
TomEdwards (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
$animblocksize (size in K) ["nostall"] | $animblocksize (size in K) ["nostall"] | ||
== See also == | |||
*[[$bonesaveframe]] | |||
[[Category:QC Commands|animblocksize]]__NOTOC__ | [[Category:QC Commands|animblocksize]]__NOTOC__ |
Revision as of 06:20, 5 January 2009
If this is specified, all the animation data will be written to a .ani file, and when sequences need it the data will be demand loaded. The "size in K" is the block size the animations will be grouped into. Sizes between 4K and 64K are fine, though 16K or 32K has better memory fragmentation characteristics.
The nostall
option will make the first section not demand load but by included in the .mdl file.
Syntax
$animblocksize (size in K) ["nostall"]