Hi... I want to edit this mod as I have seen it before... the Aliens are faster than Predators and also, they jump Higher... I was searching how to do this and I found something like this:
setDvar("g_speed", 220);
setDvar("g_gravity", 150);
setDvar("jump_height", 600);
The only thing is that when you place that on the doDvars() { code in here }, it applies to both classes... so, anyone of you know how to apply more speed and higher jumps only on Aliens class?
Thanks a lot!