GoldenEye: Source Forums
Debriefing => Questions, Help, & How To's => Topic started by: WilliamSlapner on December 18, 2014, 09:52:51 pm
-
Hi everyone,
I used to play with a server with certain custom settings that allowed me and some friends to have a fun gamemode that involved LTK without actually coding it. The commands that were critical to it were sv_friction (to build up speed, it took skill to build up speed rather than ge_velocity) and sv_airaccelerate (so you don't stop like a dead rock when trying to air strafe). Is there anyway to get these back onto a server via plugin or simple editing with python? I looked for plugins but most are just cvar lists and config plugins. Thanks!
-
You can have python execute arbitrary server commands. The easiest way is to add them to the game modes configuration file in the cfg directory
-
Ah okay, however I think it is impossible now for those commands as I tried them in HL2 DM and they do not exist there either. Only in CS:S do they still work. So I guess I'm out of luck :(. Thanks for the reply though :)!
-
Yea, that's right. I used to use the sv_friction command too but it has been removed.