Skip to content

Instantly share code, notes, and snippets.

@mogigoma
Created October 2, 2009 03:16
Show Gist options
  • Save mogigoma/199438 to your computer and use it in GitHub Desktop.
Save mogigoma/199438 to your computer and use it in GitHub Desktop.
Urban Terror Config
// #############################################################################
// # Key & Mouse Bindings
// #############################################################################
unbindall
// Weapons
bind 1 "ut_weaptoggle knife"
bind 2 "ut_weaptoggle grenade"
bind 3 "ut_weaptoggle sidearm"
bind 4 "ut_weaptoggle secondary"
bind 5 "ut_weaptoggle primary"
bind 6 "ut_weaptoggle bomb"
bind e "ut_weaptoggle primary sidearm"
bind r "ut_weaptoggle primary secondary"
bind n "+button3" // Weapon mode.
bind x "ut_zoomreset"
bind MOUSE1 "+attack"
bind MOUSE2 "ut_zoomin"
bind MOUSE3 "+button5" // Reload.
// Movement
bind a "+moveleft"
bind d "+moveright"
bind s "+back"
bind w "+forward"
bind SPACE "+moveup"
bind c "+movedown"
// Actions
bind f "+button7" // Trigger environment.
bind g "ut_itemuse" // Trigger gear.
bind m "maptoggle"
bind q "+button6" // Bandage.
bind SHIFT "+button8" // Sprint.
// Menus
bind l "ui_selectgear"
bind t "messagemode"
bind ` "toggleconsole"
bind ~ "toggleconsole"
bind TAB "+scores"
// Communication
bind t "messagemode" // Global Chat.
bind u "ui_radio"
bind y "messagemode2" // Team Chat.
bind F1 "vote yes"
bind F2 "vote no"
//bind F3 "ut_radio x y"
//bind F4 "ut_radio x y"
//bind F5 "ut_radio x y"
//bind F6 "ut_radio x y"
//bind F7 "ut_radio x y"
//bind F8 "ut_radio x y"
bind F9 "ut_radio 9 4" // "Sorry about that."
bind F10 "ut_radio 9 6" // "No problem."
bind F11 "ut_radio 9 8" // "What the f*ck, over?"
bind F12 "ut_radio 9 9" // "Thanks."
// #############################################################################
// # Variables
// #############################################################################
seta cg_hitsound "1"
seta cg_maptoggle "0"
seta cg_rgb "0 255 0"
seta cg_selectedPlayerName "[DamnedWind]_A"
seta cg_sfxShowDamage "1"
seta cg_visibleBleeding "1"
seta funblue "goggles,ninja"
seta funred "goggles,ninja"
// #############################################################################
// # Scripts
// #############################################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment