Advertisement
Guest User

config

a guest
Jul 16th, 2012
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.02 KB | None | 0 0
  1. //In this file you can do settings that will be executed everytime Urban Terror is started. It will not get overwritten.
  2. //Lines starting with // are ignored.
  3. exec d.cfg
  4. //bindy
  5. bind TAB "+scores"
  6. bind SPACE "+moveup"
  7. bind + "ut_itemdrop"
  8. bind - "ut_weapdrop"
  9. bind 1 "ut_weaptoggle knife"
  10. bind 2 "ut_weaptoggle grenade"
  11. bind 3 "ut_weaptoggle sidearm"
  12. bind 4 "ut_weaptoggle secondary"
  13. bind 5 "ut_weaptoggle primary"
  14. bind 6 "ut_weaptoggle bomb"
  15. bind = "ut_itemdrop"
  16. bind Z "ut_itemdrop flag"
  17. bind [ "ut_itemprev"
  18. bind ] "ut_itemnext"
  19. bind _ "ut_weapdrop"
  20. bind ` "toggleconsole"
  21. bind a "+moveleft"
  22. bind c "+movedown"
  23. bind d "+moveright"
  24. bind e "+button8"
  25. bind i "+forward"
  26. bind j "+moveleft"
  27. bind k "+back"
  28. bind l "+moveright"
  29. bind m "+movedown"
  30. bind n "+button3"
  31. bind o "+button8"
  32. bind p "+button5"
  33. bind q "+button6"
  34. bind r "+button5"
  35. bind s "+back"
  36. bind t "messagemode"
  37. bind u "+button6"
  38. bind v "messagemode"
  39. bind w "+forward"
  40. bind y "messagemode2"
  41. bind z "+scores"
  42. bind ~ "toggleconsole"
  43. bind MOUSE2               "vstr zoom"
  44. //bind MOUSE2                 "+moveup"
  45. bind MOUSE3                   "ut_weaptoggle primary sidearm"
  46. bind F3                   "ut_itemdrop kevlar;"
  47. bind F4                   "ut_weaptoggle primary sidearm"
  48. bind F8                   "ut_radio 3 3 Requesting medic/Potrzebuje medyka. Status: $health Location/Lokalizacja: $location"
  49. bind F6                   "ut_radio 5 1 Enemy spotted at/Spotkałem wroga na $crosshair"
  50. bind F7                   "ut_radio 9 4 Sorry about that"
  51. //bind F8                 "sysexec ./qut.sh; exec stats.cfg"
  52. bind F10                  "ut_radio 9 9 Dzieki Brachu/Thanks"
  53. bind F11 "play sound/misc/kcaction.wav;screenshotjpeg;ut_echo ^1Screenshot^7 taken."
  54. bind Z                    "ut_itemdrop flag"
  55. //bind k                      "vstr ns"
  56. //bind j                      "vstr accelm"
  57. bind F9                   "ut_radio 5 9 Flag in danger!/Flaga w niebezpieczeństwie!"
  58. bind PGDN                 "set cl_aviFrameRate 23;set cl_aviMotionJpeg 1;set cg_thirdperson 1;set cg_draw2d 0;video;"
  59. bind DEL                  "set cg_thirdperson 0"
  60. bind INS                  "set cg_thirdperson 1"
  61. //wyglad gracza
  62. seta funred                   "ninja"
  63. seta funblue                  "cigar"
  64. //grafika
  65. seta cg_draw2d                "1"
  66. seta r_simpleshaders              "0"
  67. seta r_facePlaneCull              "1"
  68. seta r_texturemode            "GL_NEAREST"     //"GL_LINEAR_NEAREST"
  69. seta r_texturebits            "16"
  70. seta r_colorbits              "16"
  71. seta r_detailtextures                 "0"  
  72. seta r_picmip                         "2"
  73. seta r_stencilbits                    "0"  
  74. seta r_ext_max_anisotropy             "0"  
  75. seta r_ext_texture_filter_anisotropic "0"
  76. seta r_ext_compiled_vertex_array      "1"
  77. seta r_ext_texture_env_add            "0"  
  78. seta r_ext_multitexture               "0"
  79. seta r_ext_compressed_textures        "1"  
  80. seta r_ext_compress_textures          "1"  
  81. seta r_dlightBacks                    "0"  
  82. seta r_lodbias                        "2"  
  83. seta r_roundImagesDown                "2"  
  84. seta com_hunkmegs                     "256"
  85. seta cg_fov                           "110"
  86. seta com_blood                "1"
  87. seta com_maxfps               "60"
  88. seta r_fullscreen             "1"
  89. seta r_mode                   "4"
  90. seta r_displayrefresh             "0"
  91. seta r_vertexlight            "0"
  92. seta r_dynamiclight                   "0"
  93. seta cg_sfxSurfaceImpacts             "0"
  94. seta cg_sfxParticles                  "0"  
  95. seta cg_sfxShowDamage                 "1"  
  96. seta cg_visibleBleeding               "0"
  97. seta cg_sfxMuzzleFlash                "0"
  98. //dzwiek
  99. seta s_doppler                "0"
  100. seta s_khz                    "22"
  101. seta s_musicvolume                "0.225000"
  102. seta s_volume                 "0.241666"
  103. seta dmaHD_enable             "1"
  104. seta cg_hitsound              "1"
  105. seta dmaHD_mixer                      "10"
  106. //gracz
  107. seta name                 "^3Sylwke3100"
  108. seta raceblue                         "3"
  109. seta racered                  "2"
  110. seta sex                  "male"
  111. seta color1                   "2"
  112. seta color2                           "1"
  113. seta gear                 "FLAORWA"
  114. seta cg_rgb                   "235 111 0"
  115. seta cg_gunsize                       "1"
  116. //mysz
  117. //seta sensitivity            "8"
  118. seta cl_mouseaccel            "1"
  119. //seta in_raw_mouse               "0"
  120. //seta in_rawmouse                      "0"
  121. seta vm_game 2
  122. seta vm_cgame 2
  123. seta vm_ui 2
  124. set logfile 3
  125. //skrypty
  126. // Zmiana sensitivity
  127. set s1                       "set sensitivity 7;set ns vstr s2;ut_echo sens 7"
  128. set s2                           "set sensitivity 8;set ns vstr s3;ut_echo sens 8"
  129. set s3                           "set sensitivity 9;set ns vstr s4;ut_echo sens 9"
  130. set s4                           "set sensitivity 6;set ns vstr s1;ut_echo sens 6"
  131. set ns                           "vstr s1"
  132. // Zoom/unZoom na jednym klawiszu
  133. set onzoom               "ut_zoomin;set cg_fov 90;cg_zoomfov 40;set zoom vstr offzoom"
  134. set offzoom              "ut_zoomreset;set cg_fov 110;cg_zoomfov 0;set zoom vstr onzoom"
  135. set zoom                 "vstr onzoom"
  136. //akceleracja myszki
  137. set accelmon                 "set cl_mouseAccel 1;set accelm vstr accelmoff;ut_echo mouse acceleration ^5ON"
  138. set accelmoff                "set cl_mouseAccel 0;set accelm vstr accelmon;ut_echo mouse acceleration ^4OFF"
  139. set accelm               "vstr accelmoff"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement