10-16-2011, 14:46
(10-16-2011, 14:29)Justin Wrote:This was for cod4. But should be possible in BO too. Probably those dvars are hidden so use setmoddvar to unhide them. Then set those dvars with setclientdvar or something.Code:r_zfar 0.000001
r_znear 10000
r_clear 3
r_clearcolor 0 1 0 0
And there you have your greenscreen mod.
(10-16-2011, 14:40)AZUMIKKEL Wrote: If that doesn't work, try this:
SetExpFog( 0, 1, 0, 1, 0, 1 );
put it in a mod somewhere
Like I said: I'm pretty new to this modding things.
I'll try to learn it some day.