Talk:Source Model Skin Editor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
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.
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.
== Multiple [[$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.

Revision as of 16:48, 19 May 2024

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.

Multiple $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.