Announcement

Collapse
No announcement yet.

quick axe

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

  • Syluxguy28O3
    started a topic quick axe

    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?

  • R00k
    replied
    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..

    Leave a comment:


  • Syluxguy28O3
    replied
    ah very nice. works well and is just what i was looking for. thanks.

    Leave a comment:


  • PH03NIX
    replied
    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.

    Leave a comment:


  • Syluxguy28O3
    replied
    r00k, plz grace this thread with thy knowledge!

    Leave a comment:


  • Mindf!3ldzX
    replied
    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

    Leave a comment:


  • Henry
    replied
    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

    Leave a comment:


  • Mindf!3ldzX
    replied
    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

    Leave a comment:


  • Adam
    replied
    Like a melee attack in more modern games,
    with maybe a separate key bind?

    Leave a comment:

Working...
X