I'm having an issue with my rocket jump script in Darkplaces that worked flawlessly in Qrack and Proquake. Specifically, the script failed to force_centerview after the jump. It also feels "weird" doing it manually.
alias +rj "cl_pitchspeed 20000;impulse 7;+lookdown;wait;wait;wait;wait;-lookdown;cl_pitchspeed 150;+jump;+attack"
alias -rj "-attack;-jump;force_centerview"
Also, my ping appears to be ~30+ higher when I'm using DarkPlaces. Any ideas?
alias +rj "cl_pitchspeed 20000;impulse 7;+lookdown;wait;wait;wait;wait;-lookdown;cl_pitchspeed 150;+jump;+attack"
alias -rj "-attack;-jump;force_centerview"
Also, my ping appears to be ~30+ higher when I'm using DarkPlaces. Any ideas?
Comment