How about this.. [Help Please]
Moderator: Forum Moderator
-
- Spell Breaker
- Posts: 398
- Joined: Sun Apr 27, 2008 10:11 pm
Re: How about this.. [Help Please]
cvar should work for the blind effect and for the other part i already answered some1 else's post who wanted the same thing use the search option

-
- Spell Breaker
- Posts: 398
- Joined: Sun Apr 27, 2008 10:11 pm
Re: How about this.. [Help Please]
open war3ft/race_human.inl and find
Create_ScreenFade( id, (1<<15), (1<<10), (1<<12), 0, 0, 255, 180 );
and change it to
Create_ScreenFade( id, (1<<15), (1<<10), (1<<12), 0, 0, 255, 0 );
let me know how that works out
Create_ScreenFade( id, (1<<15), (1<<10), (1<<12), 0, 0, 255, 180 );
and change it to
Create_ScreenFade( id, (1<<15), (1<<10), (1<<12), 0, 0, 255, 0 );
let me know how that works out
