Announcement

Collapse
No announcement yet.

DarkPlaces and Rocket Jump Script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • DarkPlaces and Rocket Jump Script

    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?
    Last edited by naustic; 04-27-2011, 12:19 AM.

  • #2
    woah, no wonder why ur so good, u use a script! haha. I haven't heard of anyone using a RJ script in awhile

    Comment


    • #3
      i just tried your script myself, in an April 8 2011 build, and it works fine for me... It centerviews fine. Try putting these commands in your autoexec if you haven't already...

      in_pitch_min -69.60937118530272726999999999999999999

      in_pitch_max 79.453121185302727269999999999999999999

      that stops you from looking too far up or too far down. might be your problem.

      as far as the 'extra ping' goes, I think that is just DP reporting your ping higher than what it actually is. with other engines i ping 50-60 to shmack, with DP i ping around 90-100 yet it feels the same.
      Clan Brotherhood of the Axe

      Comment


      • #4
        Thanks, Monster. I actually have those values for in_pitch_min and _max in my autoexec.cfg. No luck.

        It sounds like the ping issue is generic and is not isolated to just my machine. As you had mentioned, it still feels the same, so I'm not too concern about it.

        Comment


        • #5
          alias +launch "cl_pitchspeed 1000; impulse 7; +lookdown; long_wait; +jump; wait; +attack; +forward"

          alias -launch "-lookdown; -jump; -attack; cl_pitchspeed 100; centerview; -forward"

          alias long_wait "wait; wait; wait; wait"

          Here is a few I used back when

          alias fjump "impulse 7;cl_yawspeed 17190;-forward;+back;+left;+jump;+attack;wait;-attack;-jump;-left;-back;+forward;+right;wait;-right;-forward"



          lias rjump1 "cl_pitchspeed 32767 ; impulse 7 ; +lookdown ; +jump ; +attack ; wait ; -attack ; -jump ; -lookdown ; force_centerview ; cl_pitchspeed 150"



          alias rjump2 "cl_pitchspeed 20000 ; +lookdown ; wait ; -lookdown ; +jump ; ; wait ; -jump ; impulse 7 ; +attack ; wait ; -attack ; force_centerview ; cl_pitchspeed 150"


          //Rocket Jump #1

          //bind SPACE +rj

          //alias +rj "rj1;rj2"

          //alias rj1 "set rjclps $cl_pitchspeed;set cl_pitchspeed 100000 ;wait;+lookdown;wait;-lookdown;set cl_pitchspeed $rjclsp"

          //alias rj2 "set rj_hand $hand;hand 2;+moveup;+attack"

          //alias -rj "-attack;-moveup;set hand $rj_hand;centerview"



          //Rocket Jump

          //bind x +rj

          //alias +rj "rj1;rj2"

          //alias rj1 "set rj_cl_pitchspeed $cl_pitchspeed;set cl_pitchspeed 100000;wait;+lookdown;wait;-lookdown;set cl_pitchspeed //$rj_cl_pitchspeed"

          //alias rj2 "set rj_hand $hand;hand 2;+moveup;+attack"

          //alias -rj "-attack;-moveup;set hand $rj_hand;centerview"



          // Rocket Jump #3

          //alias rocketjump "jm1;jm2;jm3"

          //alias jm1 "set rj_cl_pitchspeed $cl_pitchspeed;set cl_pitchspeed 99999;wait;+lookdown;wait"

          //alias jm2 "set rj_hand $hand;hand 2;+moveup;+attack;echo Steveo's Rocket Jump!;wait"

          //alias jm3 "-attack;-moveup;set hand $rj_hand;-lookdown;centerview;set cl_pitchspeed $rj_cl_pitchspeed"



          //Rocket Jump #4

          //bind mouse3 +rj

          //alias +rj "use rocket launcher;wait;wait;cl_pitchspeed 100000;+lookdown;wait;wait;+moveup;+attack;wait;wa it;cl_pitchspeed 150;wait;-attack"

          //alias -rj "-lookdown;centerview;-moveup"


          They are all different jumps for whatever crazy thing I was trying some jump backwards even.
          Last edited by bluntz; 06-02-2011, 02:41 PM.
          WARNING
          May be too intense for some viewers.
          Stress Relief Device
          ....BANG HEAD HERE....
          ---------------------------
          .
          .
          .
          .
          .--------------------------

          Comment


          • #6
            Thanks, Bluntz. I've tried your scripts, and unfortunately, it still does not work properly. The +launch script launches you up, but fails to centerview.

            Comment

            Working...
            X