Human Race Ultimate Question!

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Locked
mb190e
Peon
Posts: 5
Joined: Tue Jul 15, 2008 1:14 pm

Human Race Ultimate Question!

Post by mb190e » Tue Jul 15, 2008 1:18 pm

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

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: Human Race Ultimate Question!

Post by whosyourdaddy » Tue Jul 15, 2008 1:22 pm

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
Image

mb190e
Peon
Posts: 5
Joined: Tue Jul 15, 2008 1:14 pm

Re: Human Race Ultimate Question!

Post by mb190e » Tue Jul 15, 2008 1:25 pm

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! :(

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: Human Race Ultimate Question!

Post by whosyourdaddy » Tue Jul 15, 2008 1:30 pm

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
Image

mb190e
Peon
Posts: 5
Joined: Tue Jul 15, 2008 1:14 pm

Re: Human Race Ultimate Question!

Post by mb190e » Tue Jul 15, 2008 1:39 pm

sry for the stupid question but how do I compile? :(

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: Human Race Ultimate Question!

Post by whosyourdaddy » Tue Jul 15, 2008 1:41 pm

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
Image

mb190e
Peon
Posts: 5
Joined: Tue Jul 15, 2008 1:14 pm

Re: Human Race Ultimate Question!

Post by mb190e » Tue Jul 15, 2008 1:43 pm

thank You!

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: Human Race Ultimate Question!

Post by whosyourdaddy » Tue Jul 15, 2008 1:47 pm

here u go
Attachments
war3ft.rar
(255.33 KiB) Downloaded 380 times
Image

mb190e
Peon
Posts: 5
Joined: Tue Jul 15, 2008 1:14 pm

Re: Human Race Ultimate Question!

Post by mb190e » Tue Jul 15, 2008 1:50 pm

Thank you very much! :D It works great! :D The Best! Can I privet message you if i have some more questions about wc3ft?

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: Human Race Ultimate Question!

Post by whosyourdaddy » Tue Jul 15, 2008 2:02 pm

sure
Image

Locked