$maxverts
Jump to navigation
Jump to search


$maxverts
is a QC command available in Source Filmmaker. It defines the maximum number of vertices allowed in each of the model's meshes. Due to 32 $bodygroup / $model hard coded limit and SMD limit of 17433 verts per file, it allows to extend default 63828 vertices per MDL limit to at most 557856 vertices in one model.
It allows to compile bigger model without use of cracked compilers and not having to deal with "shattered" model in game.

Todo: Which games' StudioMDL (Source) allow to use it?
Syntax
$maxverts <int>
Example
$maxverts 65530