TTT Binds

Discussion in 'TTT Discussion' started by Hyper ✿, Apr 7, 2016.

Tags:
  1. Hyper ✿

    Hyper ✿ peace lata VIP Bronze

    bind 1 "ttt_quickslot 7" (Slot 7 Weapon)
    bind 2 "ttt_quickslot 8" (Slot 8 Weapon)
    bind 3 "ttt_quickslot 3" (Primary Weapon)
    bind 4 "ttt_quickslot 9" (DNA Scanner)
    bind 5 "ttt_order_equipment weapon_ttt_knife" (Buys Knife)
    bind 6 "ttt_order_equipment weapon_ttt_c4" (Buys C4)
    bind t "ttt_toggle_disguise" (Toggles Disguise)
    bind g "say_team <Jihad/Frag warning>"
    bind h "ttt_radio suspect" (<Looking at> acts suspicious.)
    bind x "ttt_radio no"
    bind b "ttt_radio traitor; say ^^KILL THIS PERSON, NOT ME^^"(Traitor)
    bind n "say <--Proven via Tester or killing a Traitor. May or May Not have Traitor Equipment."
    bind m "ttt_radio innocent" (<Looking at> is Innocent.)
    bind o "say Eh, I was gonna die anyways.; kill"

    These are some of the binds I use. I hope they help some new people coming onto ttt.
    Feel free to reply your own commands.
     
    • Useful Useful x 2
  2. tz-

    tz- feelin it VIP Emerald

    this is deathrun

    hello

    shout to sinz for moving it
     
    • Winner Winner x 1
  3. Hyper ✿

    Hyper ✿ peace lata VIP Bronze

  4. Doomblade3890

    Doomblade3890 Supporter

    I like having keybinds for TTT, but I don't like having them bound when I'm playing other gamemodes that need those keys for other keybinds.
    My solution?
    Use a CFG file to execute in console (for me it's ttt.cfg).

    Code:
    clear;
    
    echo "------------------"
    echo "--TTT Activated!--"
    echo "------------------"
    
    
    bind "g" "ttt_radio traitor";
    bind "t" "impulse 201";
    bind "kp_enter" "ttt_toggle_disguise";
    bind "j" "say_team Stay away from me I'm going to Jihad!";
    bind "i" "ttt_radio innocent";
    bind "m" "say_team Watch out for the C4!";
    
    //Traitor Amount Binds
    
    bind "kp_end"         "say We have 4 traitors this round!";
    bind "kp_downarrow"     "say We have 5 traitors this round!";
    bind "kp_pgdn"         "say We have 6 traitors this round!";
    bind "kp_leftarrow"     "say We have 7 traitors this round!";
    bind "kp_5"        "say We have 8 traitors this round!";
    bind "kp_rightarrow"    "say We have 9 traitors this round!";
    bind "kp_home"        "say We have 10 traitors this round!";
    bind "kp_uparrow"    "say We have 11 traitors this round! We are SO fucked!";
    bind "kp_pgup"        "say We have 12 traitors this round! Ready the lubricant while you still can!";
     
    • Useful Useful x 2
    • Funny Funny x 1
  5. Chai

    Chai returned; VIP

    Interesting.

    Expect a little updates in coming months to the current bind interface where you access it from the Bind tab by tapping F1.
     
  6. Hyper ✿

    Hyper ✿ peace lata VIP Bronze

    Appairently it is already implemented. I saw it already.