Jump to content

Home

How do I make kicking like it was prepatch?


bankska

Recommended Posts

Posted

I am trying to make it so that to kick it is just forward + jump, rather than forward + jump + jump.

I can't seem to find the code that impacts this. If someone could point me to the right file I would be appreciative.

Posted

Search for this

if (PM_GroundDistance() <= 80 && pm->ps->velocity[2] > 200)

 

change to this

 

if (PM_GroundDistance() <= 80)

Posted

Dest do u know everything? :p

 

Mr. FixIt :jawa:

 

Send me a pm msg in irc when u become alive mate.

 

Concerning my ideas :yoda:

 

 

Cheers

 

Zey

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...