Цитата:
; "Rebuild"
; "Tritemnocheck"
; "rendertdb"
; "asgen"
; "savettiles"
; "dropmips" ; "%d"
; "worlddropmips" ; "%d"
; "traindropmips" ; "%d"
; "dropdlevs" ; "%d"
; "worlddropdlevs" ; "%d"
; "traindropdlevs" ; "%d"
; "errthresh" ; "%f"
; "asnear" ; "%f"
; "asmax" ; "%f"
; "farclip" ; "%f"
; "maxloresrad" ; "%f"
; "casttex" ; "%i"
; "dyntex" ; "%i"
; "dynshad" ; "hires"
; "hires"
; "lores"
; "smoke" ; "no"
; "smokestacks" ; "multi" ; "single"
; "dirlight" ; "no"
; "fog" ; "no"
; "gouraud" ; "no"
; "swmodulate" ; "no"
; "detail" ; "%d"
; "mountains" ; "no"
; "edgeblend" ; "no"
; "nomonitor"
; "testnosound"
; "soundtest"
; "noderail"
; "timeacceleration"
; "drawnormals"
; "shadows"
; "shadows" ; "no" ; "static" ; "all"
; "precip" ; "no"
; "wind" ; "no"
; "sky" ; "no" ; "fast"
; "water" ; "no" ; "fast"
; "nocars"
; "brick"
; "testspeed" ; "%f" ; "%f" ; "%d"
; "toolset"
; "fullderailments"
; "noclamp"
; "mapframerate"
; "path"
; "record"
; "perflog" ; "%f"
; "listshapes"
; "visit"
; "drawad"
; "export_world"
; "scaledlevs" ; "%d"
; "pixbias" ; "%i"
; "nofiltercab"
; "afrsupport"
; "nocompress"
; "ttfblitfix"
; "maxres" ; "%i"
; "anisotropic"
; "fsaa"
|
Легенда обозначений
Цитата:
“%i” – целое.
“%f” – с плавающей точкой.
“%d”- двойной точности.
|
Строку с выбором параметра
"shadows" ; "no" ; "static" ; "all" можно использовать так:
Цитата:
"/shadows:no"
"/shadows:static"
“/shadows:all"
|
С целым значением
"maxres" ; "%i" используем:
С точкой
"farclip" ; "%f" используем:
Если кратко, то: shadow – тени, maxres – ???, farclip – дальность видимости.
Предлагаю поэкспериментировать тем, у кого есть желание. Основной упор лучше всего делать на производительность. Жду ваших результатов тестов.