Re: [hlcoders] RE: hlcoders digest, Vol 1 #2030 - 11 msgs

2005-07-12 Thread Kamran
Oh my god I can't believe I missed that! And I think I can change it anytime in my code... but I'll mess with that later. Thomas TISSOT-DUPONT ( Dolphin's Eye ) wrote: RE: Modifying run speed Hello! Have a look in HL2_Player.cpp or something You will find Macro Definitions ( e.g: "#define ACB

[hlcoders] RE: hlcoders digest, Vol 1 #2030 - 11 msgs

2005-07-12 Thread Thomas TISSOT-DUPONT ( Dolphin's Eye )
RE: Modifying run speed Hello! Have a look in HL2_Player.cpp or something You will find Macro Definitions ( e.g: "#define ACBDEFH 250" ), you have to modify the values there. For example you can find #defineHL2_WALK_SPEED 150 at the line 70 or something. I hope it will help. If