This article's documentation is for the "GoldSrc" engine. Click here for more information.

$sequencegroupsize

From Valve Developer Community
Revision as of 11:05, 25 March 2025 by SirYodaJedi (talk | contribs) (Created page with "{{stub}} {{tabsBar|main=$animblocksize}} {{this is a|QC command|name=$sequencegroupsize|engine=GoldSrc}} Saves the model's animations to a separate {{code|<nowiki>*##.mdl</nowiki>}} file, splitting each time the specified file size (in KB) is exceeded. {{deprecated|Use of this command is highly discouraged. Doing so will create multiple MDL files for a single model, which can easily cause conflicts and issues.}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

edit

$sequencegroupsize is a QC command available in all GoldSrc GoldSrc games. Saves the model's animations to a separate *##.mdl file, splitting each time the specified file size (in KB) is exceeded.

Obsolete-notext.pngDeprecated:Use of this command is highly discouraged. Doing so will create multiple MDL files for a single model, which can easily cause conflicts and issues.