Help


  • New User Guide for Thunderwalker CTF
  • The Half-Complete Guide to Totally Stomping CTF
  • TW Rules
  • Common TW Commands
    Bind a key to the command, (i.e. bind k command), or type the command in the Quake console, (i.e. /commands)
    If you need more help, visit our Forums
    Command Description
    impulse 22 Grappling Hook (Harpoon)
    impulse 47 Airfist
    tosshealth Toss out a health pack; you only get 3 per life
    teleport Teleport yourself to a random location on the map. Will not work more than one time per life unless you recharge the teleporter by capturing the flag. Also will not function if you have the flag. There is a chance that the teleportation will fail, which will kill you.
    tossrune Toss your current rune; you can only use this once per life
    flare Toss out a flare
    tosspack Toss your backpack; only works if server allows
    gored Change to the Red Team
    goblue Change to the Blue Team
    observe Rejoin the game as a spectator
    Aliases
    Common Aliases for your config. Paste the alias into your config and then bind a key to that alias, i.e. bind k twhook
    If you need more help, visit our Forums
    Grapple Alias
    Switches to your grappling hook and fires it. When you let go of the button it switches to your last weapon
    bind KEY twhook
    //Start Copy
    alias +twhook "impulse 22; +attack"
    alias -twhook "-attack;impulse 69"
    //End Copy
    Airfist Alias
    Switches to your Airfist and fires it. When you let go of the button it switches to your last weapon
    bind KEY airfist
    //Start Copy
    alias +airfist "impulse 47;+jump;+attack"
    alias -airfist "-attack;-jump;impulse 69"
    //End Copy
    Best Weapon (With Explosives)
    Selects the best weapon you have, (exluding Sniper Rifle). It will choose the Laser Gun over the Nail Gun
    bind KEY bestweapx
    //Start Copy
    alias bestweapx "impulse 2;wait;impulse 3;wait;impulse 5;wait;impulse 4;wait;impulse 6;wait;impulse 7"
    //End Copy
    Best Weapon (Without Explosives)
    Selects the best weapon you have, (exluding Grenade Launcher, Rocket Launcher and Sniper Rifle). It will choose the Laser Gun over the Nail Gun
    bind KEY bestweap
    //Start Copy
    alias bestweap "impulse 2;wait;impulse 3;wait;impulse 5;wait;impulse 4"
    //End Copy
    Grenade Launcher
    Switches to your Grenade Launcher and drops grenades. When you let go of the button it switches to your last weapon
    bind KEY fireinhole
    //Start Copy
    alias +fireinhole "impulse 6;+attack;wait;wait"
    alias -fireinhole "-attack; impulse 69"
    //End Copy
    Stimpacks
    Drop all three of your Stimpacks and say to your team" "Dropping Stimpacks"
    bind KEY stimpack
    //Start Copy
    alias stimpack "say_team Dropping Stimpacks;tosshealth;wait;tosshealth;wait;tosshealth"
    //End Copy
    Teleporting
    Teleport and say to your teammates: "Teleporting!"
    bind KEY teleporting
    //Start Copy
    alias teleporting "say_team Teleporting!;teleport"
    //End Copy
    Drop Ammo
    Drop an ammo pack and say to your teammates: "Here's Some Ammo!"
    bind KEY giveammo
    //Start Copy
    alias giveammo "say_team Here's Some Ammo!;impulse 20"
    //End Copy

    Other TW Commands
    Bind a key to the command, (i.e. bind k command), or type the command in the Quake console, (i.e. /commands)
    If you need more help, visit our Forums
    Description Command
    commands list player commands or spectator commands if you are a spectator
    motd show any message of the day the admin may have made
    nextmap shows the next map in rotation
    maps list any custom maps the server may be running
    tosswep toss your weapon only works if server allows
    flag shows flag status yours and the enemy
    twmaps list ThunderWalker maps "compiled into the qwprogs"
    settings show current server settings
    location show x-y-z position in the map useful for making custom *.ent files
    ident shows the name of the player you are looking at
    rune shows what rune you have and tells you what the rune does

    **NOTE** This site is under very heavy construction and will be updated with more information as time permits. This "generic" site is only a temporary solution to give people the information they need to play ThunderWalker CTF. **NOTE**