User Tools

Site Tools


ded:model_path
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


ded:model_path [2017-03-17 08:44] (current) skyjake
Line 1: Line 1:
 +====== MD2 model search path ======
 +
 +===== Syntax =====
 +
 +  ModelPath "path"
 +
 +The ModelPath directive appends a new path to the list of MD2 model search paths. This directive has no scope; it affects all the definitions that come before and after it.
 +
 +<note>Windows users: Note that backslashes are used as escape characters in strings. You cannot do this, for example: ''ModelPath "MD2\Game\Path\"'' as that would mean the last character of the path is ''"'' but the string itself doesn't end. Use forward slashes instead of backslashes.</note>
 +
 +
 +===== Examples =====
 +
 +  ModelPath "MD2/Game/Item";
  
ded/model_path.txt · Last modified: 2017-03-17 08:44 by skyjake