Announcement

Collapse
No announcement yet.

quick axe

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

  • quick axe

    I've been tinkering around, and I've been trying to create a series of commands to use in an impulse to switch from my current weapon to my axe, swing it once, and then switch back to the weapon i was originally holding. since i blow at this stuff, this is the best i have so far:

    alias "quickaxe" "impluse 1;+attack;-attack"

    still a wip obviously. any help?
    My Avatars!
    Quake Leagues
    Quake 1.5!!!
    Definitive HD Quake

  • #2
    Like a melee attack in more modern games,
    with maybe a separate key bind?
    Username : Atomic Robokid on Steam

    Please check out my Quake made things:

    https://www.indiedb.com/games/run-over
    https://adam-freeman.itch.io/hazard
    https://adam-freeman.itch.io/diver
    https://adam-freeman.itch.io/beyond

    Comment


    • #3
      if you are going to use this on servers that give you the weapons you can just indicate which weapon you want to revert to after the axe swap

      alias "quickaxe" "impluse 1;+attack;-attack;impulse 7"

      some mods (shmack) support nextbestweapon or something like that I think, or maybe its client based.... I'm not sure.

      Depending on what mod you are playing,what client you are using, and whether or not the server/mod has weapon pickups or weapon gives (like in CA they are given to you) could determine the ways you can attack this goal.

      I have some alias adjusting configs that make my color change a lot, haha.

      funcolor.cfg
      Want to get into playing Quake again? Click here for the Multiplayer-Startup kit! laissez bon temps rouler!

      Comment


      • #4
        Problem with alias is that you cannot save which weapon you had before you pulled out your axe. Other than that do what Mindf!3ldzX said.



        Originally posted by Syluxguy28O3 View Post
        use an impulse to switch from my current weapon to my axe, swing it once, and then switch back to the weapon i was originally holding.
        You need a qc mod to do this. This one does what you want:
        Zippyshare.com - melee_attack with impulse 20.7z

        Comment


        • #5
          Originally posted by Henry View Post
          Problem with alias is that you cannot save which weapon you had before you pulled out your axe. Other than that do what Mindf!3ldzX said.





          You need a qc mod to do this. This one does what you want:
          Zippyshare.com - melee_attack with impulse 20.7z
          there may be a way around it, r00k knows how that scrub kimp uses his keepmesafe where he can fire a rocket then it automatically would swap back to axe. So, a real chance exists he might be able to do it with some kind of trickery I just don't know how he does it.

          I just never felt like the enemy team should be screwed out of a RL drop just because I had a weapon swap on auto-pilot keeping my RL out of the chance of being dropped if I am killed.

          Get r00ks attention and ask him
          Want to get into playing Quake again? Click here for the Multiplayer-Startup kit! laissez bon temps rouler!

          Comment


          • #6
            r00k, plz grace this thread with thy knowledge!
            My Avatars!
            Quake Leagues
            Quake 1.5!!!
            Definitive HD Quake

            Comment


            • #7
              Try this
              alias "quickaxe" "impulse 1;wait;+attack;wait;-attack;wait;wait;impulse 12"
              bind "a" "quickaxe"
              See Bakers musings on this:
              http://quakeone.com/forums/quake-hel...switching.html
              Though I prefer Peg's myself.
              Tested on Qrack and it works fine. ymmv.
              Last edited by PH03NIX; 06-28-2015, 02:52 PM.

              Comment


              • #8
                ah very nice. works well and is just what i was looking for. thanks.
                My Avatars!
                Quake Leagues
                Quake 1.5!!!
                Definitive HD Quake

                Comment


                • #9
                  you can do

                  alias w5 ";wait;wait;wait;wait;wait;" // used to wait 5 frames in case of LAG.
                  alias +qa "impulse 1;w5;+attack"
                  alias -qa "-attack;w5;-attack;w5;impulse 69"

                  Impulse 69 on CAx will switch to previous weapon (iirc).
                  Maybe RuneQuake has that impulse too.

                  (edit: nope i must have removed 69 from CAx)..

                  edit:edit: oops, missed Pho3nix's message..
                  www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

                  Comment

                  Working...
                  X