mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
21 lines
556 B
INI
21 lines
556 B
INI
|
// check howto for more informations : \\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" };
|