Talk:Source Model Skin Editor

From Valve Developer Community
Revision as of 16:49, 19 May 2024 by XBLAH (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.