ItsMods

Full Version: Remove Foliage Texture?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
You guys know how that one guy Craig or somthing has a thing where you can remove the foliage?

Anybody have/know how to do that without buying his product?

Sorry i'm tired =\
For mw2?
Code:
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"
seta r_gfxopt_dynamic_foliage "0"

put this in your config_mp.cfg

to use it in a mod .. just use setDvar()
(08-29-2011, 10:56)iAegle Wrote: [ -> ]
Code:
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"
seta r_gfxopt_dynamic_foliage "0"

put this in your config_mp.cfg

to use it in a mod .. just use setDvar()

self setClientDvar()

actually
(08-29-2011, 10:57)Pozzuh Wrote: [ -> ]
(08-29-2011, 10:56)iAegle Wrote: [ -> ]
Code:
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"
seta r_gfxopt_dynamic_foliage "0"

put this in your config_mp.cfg

to use it in a mod .. just use setDvar()

self setClientDvar()

actually

yeah w/e, but i'm pretty sure he wants it for just himself in normal matches
3arc patch 2 months ago. don-t work anymore even with mod. Only "r_fog_disable 1" still work for mod but is "out of map fog" and not fogFx
(08-29-2011, 13:05)Gladio Wrote: [ -> ]3arc patch 2 months ago. don-t work anymore even with mod

setModDvar "r_treeScale"; seta r_treeScale "0";

make a config like that and execute it tru a menu
Sorry should of said,

It is for black ops, but i'll paste all that in my config and hope it works!

Thank you guys!
So I tested them out, and it does not remove the foliage on the tree's.

Craig87 has a texturehack for blackops that removes foliage from the tree's.

Anyone have the files that remove the foliage like he does?

Regards,