Moderator elections are being held. See Valve Developer Community:Moderator elections for more details.
Users who would like to run for moderator must be autoconfirmed and have at least 100 edits. Users can check their own edit count at Special:Preferences.

Talk:Source Model Skin Editor

From Valve Developer Community
Jump to: navigation, 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.