Talk:Source Model Skin Editor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "Skin editor is doesn't works. It my model is invisible and hasn't any wildframes and colision model. How to fix it?")
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Skin editor is doesn't works. It my model is invisible and hasn't any wildframes and colision model. How to fix it?
== Bad allocation of bytes for the [[$cdmaterials]] ==
 
To the author: You are allocating bytes for the material paths using slashes, for example path/to/material, instead of backslashes, like 'path\\to\\material'. This allocates less bytes then required. You are correctly saving the path names as path\\to\\material though.

Latest revision as of 16:49, 19 May 2024

Bad allocation of bytes for the $cdmaterials

To the author: You are allocating bytes for the material paths using slashes, for example path/to/material, instead of backslashes, like 'path\\to\\material'. This allocates less bytes then required. You are correctly saving the path names as path\\to\\material though.