ItsMods

Full Version: Removing foliage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know the config commands that remove foliage (it is NOT r_gfxopt_dynamic_foliage) seen in the 2nd screenshot below:

with foliage:
[Image: shot0026r.jpg]

without foliage:
[Image: shot0025f.jpg]

you can do it with config commands but I can't find which one
http://www.itsmods.com/forum/Thread-Tweaked-Config.html

all possible tweak dvars are posted there
(01-11-2011, 17:01)d0h! Wrote: [ -> ]http://www.itsmods.com/forum/Thread-Tweaked-Config.html

all possible tweak dvars are posted there

i've worked through a lot of the dvar list, including the ones you just posted but that does not control what i am looking for (unless it could be polygonoffset?)
seta r_picmip "3"
seta r_picmip_bump "3"
seta r_picmip_manual "1"
seta r_picmip_spec "3"
seta r_picmip_water "5"
seta r_polygonOffsetBias "-1"
seta r_polygonOffsetScale "-1"

play with these settings
(01-11-2011, 18:40)d0h! Wrote: [ -> ]seta r_picmip "3"
seta r_picmip_bump "3"
seta r_picmip_manual "1"
seta r_picmip_spec "3"
seta r_picmip_water "5"
seta r_polygonOffsetBias "-1"
seta r_polygonOffsetScale "-1"

play with these settings

That's not it. Do you actually know the command or not.
how about doing some research?

it could be easily made with nvidia/ati tools setting lod 10
Try this?
r_grassEnable "0"
Newbie to the rescue Big Grin Enter this in your cfg and your done.. Also you can do what d0h has written before.

seta r_treeScale "0"
seta wind_grass_gust_strength "0"
seta wind_grass_scale "0"
seta wind_grass_tension "0"
seta wind_local_frequency "0"
seta wind_leaf_scale "0"
seta r_streamFreezeState "1"
seta r_fog_disable "1"
r_gfxopt_dynamic_foliage "0"



thanks highnesz for solving this problem

~moved to modding problems