Page 1 of 1

Human Race Ultimate Question!

Posted: Tue Jul 15, 2008 1:18 pm
by mb190e
The question is the following: Can i make the human ultimate without dizziness? I mean that there would be no flashbang effect or fading blue screen? What Should I do?

Thank You, Ahead
Indrek

Re: Human Race Ultimate Question!

Posted: Tue Jul 15, 2008 1:22 pm
by whosyourdaddy
you will need to edit the script and recompile it to do that.. but that will un-even the powers making humans really good and others average

Re: Human Race Ultimate Question!

Posted: Tue Jul 15, 2008 1:25 pm
by mb190e
hmm.. ok but i dont know how to do all that! Could someone help me? Give me some instructions or if have time then make the script? :? I dont have a clue on how to do it! :(

Re: Human Race Ultimate Question!

Posted: Tue Jul 15, 2008 1:30 pm
by whosyourdaddy
just download the scripts and then go to the war3ft folder open race_human and remove these lines

Code: Select all

// Flash the player
		if ( get_pcvar_num( CVAR_wc3_blink_dizziness ) == 1 )
		{
			Create_ScreenFade( id, (1<<15), (1<<10), (1<<12), 0, 0, 255, 180 );
		}

		// Lets just flash them with a nice white screen :)
		else
		{
			Create_ScreenFade( id, (1<<15), (1<<10), (1<<12), 255, 255, 255, 255 );
		}
then save and recompile

Re: Human Race Ultimate Question!

Posted: Tue Jul 15, 2008 1:39 pm
by mb190e
sry for the stupid question but how do I compile? :(

Re: Human Race Ultimate Question!

Posted: Tue Jul 15, 2008 1:41 pm
by whosyourdaddy
its ok... i dont know if web compilers will work cause its more than one script so ill do it for u in a sec

Re: Human Race Ultimate Question!

Posted: Tue Jul 15, 2008 1:43 pm
by mb190e
thank You!

Re: Human Race Ultimate Question!

Posted: Tue Jul 15, 2008 1:47 pm
by whosyourdaddy
here u go

Re: Human Race Ultimate Question!

Posted: Tue Jul 15, 2008 1:50 pm
by mb190e
Thank you very much! :D It works great! :D The Best! Can I privet message you if i have some more questions about wc3ft?

Re: Human Race Ultimate Question!

Posted: Tue Jul 15, 2008 2:02 pm
by whosyourdaddy
sure