21 lines
No EOL
555 B
INI
21 lines
No EOL
555 B
INI
// check howto for more information : \\server\_RYZOM\how_to\leveldesign\ht_icon_search_en.doc
|
|
|
|
SearchClientSrc = 0;
|
|
ClientSrcPath = "R:\code\ryzom\src_v2\";
|
|
|
|
SearchGUI = 0;
|
|
GUIPath = "R:\code\ryzom\data\gamedev\interfaces_v3\";
|
|
|
|
SearchLevelDesign = 1;
|
|
LevelDesignPath = "L:\";
|
|
|
|
IconPath = { "\\amiga\3d\Database\Interfaces\v3_bricks",
|
|
"\\amiga\3d\Database\Interfaces\v3_dxtc_misc",
|
|
"\\amiga\3d\Database\Interfaces\v3_items"
|
|
};
|
|
|
|
SizeLimit = 10;
|
|
AddUsedIcons = 1;
|
|
AddFreeIcons = 1;
|
|
|
|
Wildcard = { "*_mask.tga", "asc_*.tga" }; |