Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

QUAKE1 Stuff

Options
  • 14-06-1998 2:04pm
    #1
    Closed Accounts Posts: 467 ✭✭


    Does anyone know where i could get a quake 1 rocket jump script
    cause it'd be handy
    are rj scripts legal in quakeworld???
    please let me know thx CHEEZ


Comments

  • Registered Users Posts: 166,026 ✭✭✭✭LegacyUser


    : Does anyone know where i could get a quake 1 rocket jump script
    : cause it'd be handy
    : are rj scripts legal in quakeworld???
    : please let me know thx CHEEZ

    There's nothing illegal about 'em. I'll give
    you one here, and then tell you why I don't use
    it.

    alias rj "+lookdown; wait; impulse 7; wait;
    +jump; +attack; +wait; -attack; -jump;
    wait; -lookdown; force_centerview"

    make sure you do that all on one line, then bind
    it to whatever key you want, eg, to bind it to r
    you would

    bind r rj

    Thing is, its better if you don't have the
    +/-lookdown's in there. Alternative would be

    alias rj "impulse 7; wait; +jump; +attack; wait
    -attack; -jump; wait; force_centerview"

    Its best to use this second alias and look
    downwards manually, because you have no guarantee
    that the +lookdown will actually have you looking
    at the floor before your +jump and +attack take
    effect. Means you don't get anywhere and you do
    get hurt. The impulse 7 (change to rocket
    launcher) is only needed if you don't want to
    manually change to the rl yourself.

    I'm not saying this is the best rj script you'll
    find, so its worth experimenting with. Its just
    something I played about with last week.
    Personally, I think it sucks and its well worth
    mastering manually rocket jumping - much more
    flexibility.

    good luck

    Moonie.

    force_centerview does what it say, straightens
    out your view.


  • Registered Users Posts: 166,026 ✭✭✭✭LegacyUser


    Yo Cheez,

    I've found this script very useful myself:

    alias fastlookdown "cl_pitchspeed 999999;+lookdown;wait"
    alias unfastlookdown "-lookdown;cl_pitchspeed 150"
    alias rjump "+attack;+jump;wait;-jump;-attack"
    alias rjump1 "fastlookdown;rjump;unfastlookdown"
    bind 1 rjump1

    The change of Client Pitchspeed means that you will definetely be looking straight down when you fire the rocket.

    Thinker.


  • Registered Users Posts: 521 ✭✭✭Ronin




    : I've found this script very useful myself:

    get a mouse , point it down, press jump and then fire a rocket at the ground..
    just practice it, and then you won`t need a script and you`ll be able to just flick the mouse and you`ll have done a rocket jump
    :)

    Ro.


  • Closed Accounts Posts: 40 Helvis




    : : I've found this script very useful myself:

    : get a mouse , point it down, press jump and then fire a rocket at the ground..
    : just practice it, and then you won`t need a script and you`ll be able to just flick the mouse and you`ll have done a rocket jump
    : :)

    : Ro.


    Nahh an alias is much nicer especially when u have a shìtty ping. Saying that I`ve never used one tho`. LAN Quake rules hahahahahahahaha eat my pings!!!
    Helv.


  • Registered Users Posts: 166,026 ✭✭✭✭LegacyUser


    Don't have much use for an rjump script - however, i wonder if there's any
    such thing as a lavajump script - probably not as it'd have to be able to judge
    your depth in the slime, but it might be handy with a high/unstable ping where lava jumps are
    tricky to say the least.


    : Does anyone know where i could get a quake 1 rocket jump script
    : cause it'd be handy
    : are rj scripts legal in quakeworld???
    : please let me know thx CHEEZ



  • Advertisement
  • Registered Users Posts: 166,026 ✭✭✭✭LegacyUser


    : get a mouse , point it down, press jump and then fire a rocket at the ground..
    : just practice it, and then you won`t need a script and you`ll be able to just flick the mouse and you`ll have done a rocket jump
    : :)

    Naw, i'm too lame for that! :P

    DeThinker.



  • Registered Users Posts: 166,026 ✭✭✭✭LegacyUser


    : Does anyone know where i could get a quake 1 rocket jump script
    : cause it'd be handy
    : are rj scripts legal in quakeworld???
    : please let me know thx CHEEZ

    Only muppets use RJ scripts.


Advertisement