$sectionframes: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (fixed cat)
m (clean up, added deadend tag)
Line 1: Line 1:
If this is specified, all the animations that are longer than (min frame count) long will be cut into (frame count) sections are stored in separate data blocks. This helps with cache access, especially when used with .ani files.  
{{Dead end|date=January 2024}}
 
If this is specified, all the animations that are longer than (min frame count) long will be cut into (frame count) sections are stored in separate data blocks. This helps with cache access, especially when used with .ani files.


This defaults to ''$sectionframes 30 120'' if unspecified in the QC file.
This defaults to ''$sectionframes 30 120'' if unspecified in the QC file.
Line 7: Line 9:
  $sectionframes <frame count> <min frame count>
  $sectionframes <frame count> <min frame count>


[[Category:QC Commands|sectionframes]]__NOTOC__
__NOTOC__
 
[[Category:QC Commands|sectionframes]]

Revision as of 08:40, 21 January 2024

Dead End - Icon.png
This article has no Wikipedia icon links to other VDC articles. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024

If this is specified, all the animations that are longer than (min frame count) long will be cut into (frame count) sections are stored in separate data blocks. This helps with cache access, especially when used with .ani files.

This defaults to $sectionframes 30 120 if unspecified in the QC file.

Syntax

$sectionframes <frame count> <min frame count>