Re: [hlcoders] Player speed in HL2MP?

2005-03-26 Thread garry
Why don't you set up a Msg() in the SetMaxSpeed function to output every time the speed it changed - then you could add a breakpoint and chase back and find out what's changing it back. On Sat, 26 Mar 2005 17:52:52 +1000, Draco <[EMAIL PROTECTED]> wrote: > I found a solution, but I feel so cheap

Re: [hlcoders] Player speed in HL2MP?

2005-03-26 Thread Draco
I found a solution, but I feel so cheap having used it. in weapon_hl2mpbasehlmpcombatweapon.cpp bool CBaseHL2MPCombatWeapon::Deploy( void ) { // If we should be lowered, deploy in the lowered position // We have to ask the player if the last time it checked, the weapon was lowered

Re: [hlcoders] Player speed in HL2MP?

2005-03-24 Thread garry
Make sure your old config.cfg isn't setting the console commands. On Wed, 23 Mar 2005 22:01:57 +1000, Draco <[EMAIL PROTECTED]> wrote: > none worked, any other suggestions? > > > -- > ** > Draco > Coder for Perfect Dark and Kreedz Climbing > http://perfectdark.game-mod.net > >

Re: [hlcoders] Player speed in HL2MP?

2005-03-23 Thread Draco
none worked, any other suggestions? -- ** Draco Coder for Perfect Dark and Kreedz Climbing http://perfectdark.game-mod.net ___ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valveso

Re: [hlcoders] Player speed in HL2MP?

2005-03-20 Thread Maurino Berry
check the cl_forwardspeed etc commands as well as sv_maxspeed _ Scan and help eliminate destructive viruses from your inbound and outbound e-mail and attachments. http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU

Re: [hlcoders] Player speed in HL2MP?

2005-03-20 Thread r00t 3:16
Let me know if this is what you are looking for.. r00t 3:16 - Original Message - From: "Draco" <[EMAIL PROTECTED]> To: Sent: Sunday, March 20, 2005 2:20 AM Subject: [hlcoders] Player speed in HL2MP? I can't find where to set player spped in HL2MP sdk, it's like

Re: [hlcoders] Player speed in HL2MP?

2005-03-20 Thread Draco
thanks for your reply:) I'll see if it works later -- ** Draco Coder for Perfect Dark and Kreedz Climbing http://perfectdark.game-mod.net ___ To unsubscribe, edit your list preferences, or view the list archives, please visit: http

Re: [hlcoders] Player speed in HL2MP?

2005-03-20 Thread r00t 3:16
#define HL2_WALK_SPEED 150 #define HL2_NORM_SPEED 190 #define HL2_SPRINT_SPEED 320 c_hl2mp_player.cpp that what you looking for ? r00t 3:16 - Original Message - From: "Draco" <[EMAIL PROTECTED]> To: Sent: Sunday, March 20, 2005 2:20 AM Subject: [hlcoders] Player speed in

[hlcoders] Player speed in HL2MP?

2005-03-19 Thread Draco
I can't find where to set player spped in HL2MP sdk, it's like it clamps it so i can go no higher than 220 or something, i can set it lower with the sv_maxspeed cva though. anyone know where its clamped? -- ** Draco Coder for Perfect Dark and Kreedz Climbing http://perfectdark