Created
March 22, 2012 17:36
-
-
Save rdelmotte/2160551 to your computer and use it in GitHub Desktop.
Urban Terror config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Player | |
| name TiTan | |
| seta cg_selectedPlayerName "TiTan" | |
| racered 1 | |
| raceblue 1 | |
| cg_rgb "0 0 0" | |
| seta funblue "ninja,shades,bartsbl" | |
| seta funred "ninja,shades,bartsrd" | |
| set gear GaAAVRW // AK-103, .50 Desert Eagle, Kevlar Vest, Kevlar Helmet, Laser Sight | |
| // Look | |
| //bind MWHEELDOWN "ut_zoomin" | |
| //bind MWHEELUP "ut_zoomout" | |
| // Move | |
| cl_run 1 // Forces player to always run | |
| // Shoot | |
| bind MOUSE1 "+attack" // Primary attack key | |
| bind r "+button5" // Reloads current weapon | |
| bind z "+button3" // Changes current firing mode | |
| bind e "weapnext" // Cycles to next weapon | |
| bind x "ut_weapdrop" // Drops current weapon | |
| bind q "ut_weaptoggle sidearm primary" // Weapon toggle | |
| bind c "ut_itemdrop kevlar" // Drops kevlar | |
| bind v "ut_itemuse lasersight" // Activates laser sight | |
| bind 5 "set gear GaAAVRW; ut_echo ^1AK ^3DE ^4Vest ^5Helmet ^6Laser;" | |
| bind 6 "set gear GLAAVRW; ut_echo ^1LR300 ^3DE ^4Vest ^5Helmet ^6Laser;" | |
| bind 7 "set gear GZJARWA; ut_echo ^1SR8 ^3DE ^2UMP45 ^4Vest ^5Helmet;" | |
| cg_drawcrosshair 7 // Draw crosshair 7 | |
| cg_crosshairsize 20 // Crosshair size | |
| // Chat | |
| bind t "messagemode2" // Sends your chat messages to only those on your team | |
| bind y "messagemode" // Enables you to chat with people on the server | |
| //bind u "messagemode3" // Sends your chat messages to person under crosshairs | |
| bind u "ut_radio" // Opens the radio message interface | |
| // Radio | |
| bind 2 "ut_radio 1 1 ^2Affirmative" // Affirmative | |
| bind 3 "ut_radio 1 2 ^2Negative" // Negative | |
| bind 4 "ut_radio 3 3 ^2I need a medic [$health]" // I need a medic | |
| //bind 5 "ut_radio 4 8 ^2Who's ya daddy?" // Who's ya daddy? | |
| // Misc | |
| bind f "+button6" // Bandages your wounds | |
| bind TAB "+scores" // Displays the current scoreboard | |
| set cg_gunsize 1 // Smaller gun | |
| set cg_drawhands 1 // Draw hands | |
| set cg_fov 100 // Field of view, 90-110 | |
| cg_drawfps 1 // Display FPS | |
| cg_lagometer 1 // Display lagometer | |
| cg_speedo 0 // Display speed | |
| cg_drawtimer 1 // Display timers | |
| cl_drawclock 0 // Display real clock | |
| cg_drawteamscores 0 // Draw team scores | |
| cg_drawteamoverlayscores 3 // Display yourself and the number of alive teammates | |
| bind h "ui_selectteam" // Opens the team selection interface | |
| bind g "ui_selectgear" // Opens the weapon/item selection interface | |
| set cg_gunsize 1 // Smaller gun | |
| set cg_fov 100 // 100 degrees | |
| cg_nvg 7 // Night Vision color | |
| cg_hitsound 1 // Hitsound | |
| // System controls | |
| bind - "vote no" // vote no | |
| bind = "vote yes" // vote yes | |
| // Map toggle | |
| //set mt_01 "set map_t vstr mt_02; set cg_mapToggle 1; ut_echo Mini-Map On" | |
| //set mt_02 "set map_t vstr mt_01; set cg_mapToggle 0; ut_echo Mini-Map Off" | |
| //vstr mt_01 // Default | |
| //bind x "vstr map_t" // Toggle Mini-Maptoggle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment