Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 16th, 2010 | Syntax: None | Size: 104.01 KB | Hits: 26 | Expires: Never
Copy text to clipboard
  1. ////////////////////////////////////////////////////////////////////////////////////////////////////
  2. ////////////////////////////////////////////////////////////////////////////////////////////////////
  3. ///                                                                                              ///
  4. ///                                                                                              ///
  5. ///                          E Z Q U A K E   C O N F I G U R A T I O N                           ///
  6. ///                                                                                              ///
  7. ///                                                                                              ///
  8. ////////////////////////////////////////////////////////////////////////////////////////////////////
  9. ////////////////////////////////////////////////////////////////////////////////////////////////////
  10.  
  11.  
  12.  
  13. ////////////////////////////////////////////////////////////////////////////////////////////////////
  14. //                                                                                                //
  15. //                                    C O M M A N D   L I N E                                     //
  16. //                                                                                                //
  17. ////////////////////////////////////////////////////////////////////////////////////////////////////
  18.  
  19.  
  20. //  ezquake-gl.exeC:\Users\DADOKA\Documents\Downloads\watch (43).qtv
  21.  
  22. ////////////////////////////////////////////////////////////////////////////////////////////////////
  23. //                                                                                                //
  24. //                                       V A R I A B L E S                                        //
  25. //                                                                                                //
  26. ////////////////////////////////////////////////////////////////////////////////////////////////////
  27.  
  28.  
  29. //All variables (even those with default values) are listed below.
  30. //You can use "cfg_save_unchanged 0" to save only changed variables.
  31.  
  32. //Help Browser
  33. help_files_dircolor                  "255 255 255 255"
  34. help_files_filecolor                 "255 255 255 255"
  35. help_files_interline                 "0"
  36. help_files_scrollnames               "0"
  37. help_files_selectedcolor             "255 255 255 255"
  38. help_files_showdate                  "1"
  39. help_files_showsize                  "1"
  40. help_files_showstatus                "1"
  41. help_files_showtime                  "0"
  42. help_files_sortmode                  "1"
  43. help_files_stripnames                "1"
  44. help_tutorials_dircolor              "255 255 255 255"
  45. help_tutorials_filecolor             "255 255 255 255"
  46. help_tutorials_interline             "0"
  47. help_tutorials_scrollnames           "0"
  48. help_tutorials_selectedcolor         "255 255 255 255"
  49. help_tutorials_showdate              "1"
  50. help_tutorials_showsize              "1"
  51. help_tutorials_showstatus            "1"
  52. help_tutorials_showtime              "0"
  53. help_tutorials_sortmode              "1"
  54. help_tutorials_stripnames            "1"
  55.  
  56. //MultiView Demos
  57. mvd_autohud                          "0"
  58. mvd_autotrack                        "0"
  59. mvd_autotrack_1on1                   "%a * %A + 50 * %W + %p + %f"
  60. mvd_autotrack_1on1_values            "1 2 3 2 3 5 8 8 1 2 3 0 0 0"
  61. mvd_autotrack_2on2                   "%a * %A + 50 * %W + %p + %f"
  62. mvd_autotrack_2on2_values            "1 2 3 2 3 5 8 8 1 2 3 500 900 1000"
  63. mvd_autotrack_4on4                   "%a * %A + 50 * %W + %p + %f"
  64. mvd_autotrack_4on4_values            "1 2 4 2 4 6 10 10 1 2 3 500 900 1000"
  65. mvd_autotrack_custom                 "%a * %A + 50 * %W + %p + %f"
  66. mvd_autotrack_custom_values          "1 2 3 2 3 6 6 1 2 3 500 900 1000"
  67. mvd_autotrack_instant                "0"
  68. mvd_autotrack_lockteam               "0"
  69. mvd_info                             "0"
  70. mvd_info_setup                       "%6n %3f %10l %4a %4h %3w"
  71. mvd_info_show_header                 "0"
  72. mvd_info_x                           "0"
  73. mvd_info_y                           "0"
  74. mvd_moreinfo                         "0"
  75. mvd_multitrack_1                     "%f"
  76. mvd_multitrack_1_values              "1 2 3 2 3 5 8 8 1 2 3 0 0 0"
  77. mvd_multitrack_2                     "%W"
  78. mvd_multitrack_2_values              "1 2 3 2 3 5 8 8 1 2 3 0 0 0"
  79. mvd_multitrack_3                     "%h"
  80. mvd_multitrack_3_values              "1 2 3 2 3 5 8 8 1 2 3 0 0 0"
  81. mvd_multitrack_4                     "%A"
  82. mvd_multitrack_4_values              "1 2 3 2 3 5 8 8 1 2 3 0 0 0"
  83. mvd_pc_pent_1                        "1010 -300 150 13 135"
  84. mvd_pc_pent_2                        "1010 -300 150 13 135"
  85. mvd_pc_pent_3                        "1010 -300 150 13 135"
  86. mvd_pc_quad_1                        "1010 -300 150 13 135"
  87. mvd_pc_quad_2                        "350 -20 157 34 360"
  88. mvd_pc_quad_3                        "595 360 130 17 360"
  89. mvd_pc_view_1                        ""
  90. mvd_pc_view_2                        ""
  91. mvd_pc_view_3                        ""
  92. mvd_pc_view_4                        ""
  93. mvd_powerup_cam                      "0"
  94. mvd_status                           "0"
  95. mvd_status_x                         "0"
  96. mvd_status_y                         "0"
  97. qtv_adjustbuffer                     "1"
  98. qtv_adjusthighstart                  "1"
  99. qtv_adjustlowstart                   "0.3"
  100. qtv_adjustmaxspeed                   "999"
  101. qtv_adjustminspeed                   "0"
  102. qtv_buffertime                       "0.5"
  103. qtv_chatprefix                       "$[{QTV}$] "
  104. qtv_event_changename                 " &cFF0changed&r name to "
  105. qtv_event_join                       " &c2F2joined&r"
  106. qtv_event_leave                      " &cF22left&r"
  107. qtv_gamechatprefix                   "$[{QTV>game}$] "
  108. qtv_skipchained                      "1"
  109.  
  110. //MQWCL HUD
  111. hud_ammo1_align                      "right"
  112. hud_ammo1_align_x                    "right"
  113. hud_ammo1_align_y                    "bottom"
  114. hud_ammo1_digits                     "3"
  115. hud_ammo1_frame                      "0"
  116. hud_ammo1_frame_color                "0 0 0"
  117. hud_ammo1_item_opacity               "1.0"
  118. hud_ammo1_order                      "3"
  119. hud_ammo1_place                      "@group7"
  120. hud_ammo1_pos_x                      "-2.199977"
  121. hud_ammo1_pos_y                      "-29.600117"
  122. hud_ammo1_scale                      "0.393"
  123. hud_ammo1_show                       "1"
  124. hud_ammo1_style                      "0"
  125. hud_ammo2_align                      "right"
  126. hud_ammo2_align_x                    "right"
  127. hud_ammo2_align_y                    "before"
  128. hud_ammo2_digits                     "3"
  129. hud_ammo2_frame                      "0"
  130. hud_ammo2_frame_color                "0 0 0"
  131. hud_ammo2_item_opacity               "1.0"
  132. hud_ammo2_order                      "5"
  133. hud_ammo2_place                      "ammo1"
  134. hud_ammo2_pos_x                      "0.600021"
  135. hud_ammo2_pos_y                      "0.299997"
  136. hud_ammo2_scale                      "0.384"
  137. hud_ammo2_show                       "1"
  138. hud_ammo2_style                      "0"
  139. hud_ammo3_align                      "right"
  140. hud_ammo3_align_x                    "right"
  141. hud_ammo3_align_y                    "before"
  142. hud_ammo3_digits                     "2"
  143. hud_ammo3_frame                      "0"
  144. hud_ammo3_frame_color                "0 0 0"
  145. hud_ammo3_item_opacity               "1.0"
  146. hud_ammo3_order                      "10"
  147. hud_ammo3_place                      "ammo2"
  148. hud_ammo3_pos_x                      "0.898914"
  149. hud_ammo3_pos_y                      "47.79974"
  150. hud_ammo3_scale                      "0.623"
  151. hud_ammo3_show                       "1"
  152. hud_ammo3_style                      "0"
  153. hud_ammo4_align                      "right"
  154. hud_ammo4_align_x                    "right"
  155. hud_ammo4_align_y                    "before"
  156. hud_ammo4_digits                     "2"
  157. hud_ammo4_frame                      "0"
  158. hud_ammo4_frame_color                "0 0 0"
  159. hud_ammo4_item_opacity               "1.0"
  160. hud_ammo4_order                      "11"
  161. hud_ammo4_place                      "ammo3"
  162. hud_ammo4_pos_x                      "0.099989"
  163. hud_ammo4_pos_y                      "-0.699996"
  164. hud_ammo4_scale                      "0.6155"
  165. hud_ammo4_show                       "1"
  166. hud_ammo4_style                      "0"
  167. hud_ammo_align                       "right"
  168. hud_ammo_align_x                     "left"
  169. hud_ammo_align_y                     "before"
  170. hud_ammo_digits                      "3"
  171. hud_ammo_frame                       "0"
  172. hud_ammo_frame_color                 "0 0 0"
  173. hud_ammo_item_opacity                "1.0"
  174. hud_ammo_order                       "42"
  175. hud_ammo_place                       "iammo2"
  176. hud_ammo_pos_x                       "0"
  177. hud_ammo_pos_y                       "0"
  178. hud_ammo_scale                       "1"
  179. hud_ammo_show                        "1"
  180. hud_ammo_style                       "0"
  181. hud_armor_align                      "left"
  182. hud_armor_align_x                    "right"
  183. hud_armor_align_y                    "before"
  184. hud_armor_digits                     "3"
  185. hud_armor_frame                      "0"
  186. hud_armor_frame_color                "0 0 0"
  187. hud_armor_item_opacity               "1.0"
  188. hud_armor_order                      "44"
  189. hud_armor_pent_666                   "0"
  190. hud_armor_place                      "health"
  191. hud_armor_pos_x                      "-28.400019"
  192. hud_armor_pos_y                      "0.599998"
  193. hud_armor_scale                      "0.4765"
  194. hud_armor_show                       "1"
  195. hud_armor_style                      "0"
  196. hud_armordamage_align                "left"
  197. hud_armordamage_align_x              "after"
  198. hud_armordamage_align_y              "top"
  199. hud_armordamage_digits               "3"
  200. hud_armordamage_duration             "1"
  201. hud_armordamage_frame                "0"
  202. hud_armordamage_frame_color          "0 0 0"
  203. hud_armordamage_item_opacity         "1.0"
  204. hud_armordamage_order                "45"
  205. hud_armordamage_place                "armor"
  206. hud_armordamage_pos_x                "0"
  207. hud_armordamage_pos_y                "0"
  208. hud_armordamage_scale                ".5"
  209. hud_armordamage_show                 "0"
  210. hud_armordamage_style                "0"
  211. hud_clock_align_x                    "left"
  212. hud_clock_align_y                    "console"
  213. hud_clock_big                        "1"
  214. hud_clock_blink                      "0"
  215. hud_clock_format                     "0"
  216. hud_clock_frame                      "0"
  217. hud_clock_frame_color                "0 0 0"
  218. hud_clock_item_opacity               "1.0"
  219. hud_clock_order                      "8"
  220. hud_clock_place                      "top"
  221. hud_clock_pos_x                      "0"
  222. hud_clock_pos_y                      "0"
  223. hud_clock_scale                      ".6"
  224. hud_clock_show                       "0"
  225. hud_clock_style                      "0"
  226. hud_democlock_align_x                "right"
  227. hud_democlock_align_y                "console"
  228. hud_democlock_big                    "0"
  229. hud_democlock_blink                  "0"
  230. hud_democlock_frame                  "0"
  231. hud_democlock_frame_color            "0 0 0"
  232. hud_democlock_item_opacity           "1.0"
  233. hud_democlock_order                  "10"
  234. hud_democlock_place                  "top"
  235. hud_democlock_pos_x                  "0"
  236. hud_democlock_pos_y                  "8"
  237. hud_democlock_scale                  "1"
  238. hud_democlock_show                   "0"
  239. hud_democlock_style                  "0"
  240. hud_digits_trim                      "1"
  241. hud_editor_allowalign                "1"
  242. hud_editor_allowmove                 "1"
  243. hud_editor_allowplace                "1"
  244. hud_editor_allowresize               "1"
  245. hud_face_align_x                     "left"
  246. hud_face_align_y                     "bottom"
  247. hud_face_frame                       "0"
  248. hud_face_frame_color                 "0 0 0"
  249. hud_face_item_opacity                "1.0"
  250. hud_face_order                       "42"
  251. hud_face_place                       "@group8"
  252. hud_face_pos_x                       "-28"
  253. hud_face_pos_y                       "-1"
  254. hud_face_scale                       "0.655"
  255. hud_face_show                        "1"
  256. hud_fps_align_x                      ""
  257. hud_fps_align_y                      "center"
  258. hud_fps_decimals                     "0"
  259. hud_fps_frame                        "1"
  260. hud_fps_frame_color                  "0 0 0"
  261. hud_fps_item_opacity                 "1.0"
  262. hud_fps_order                        "9"
  263. hud_fps_place                        "15"
  264. hud_fps_pos_x                        "448.507324"
  265. hud_fps_pos_y                        "-153.900375"
  266. hud_fps_show                         "1"
  267. hud_fps_show_min                     "0"
  268. hud_fps_style                        "0"
  269. hud_fps_title                        "1"
  270. hud_frags_align_x                    "center"
  271. hud_frags_align_y                    "bottom"
  272. hud_frags_bignum                     "0"
  273. hud_frags_cell_height                "8"
  274. hud_frags_cell_width                 "32"
  275. hud_frags_colors_alpha               "1.0"
  276. hud_frags_cols                       "4"
  277. hud_frags_extra_spec_info            "1"
  278. hud_frags_fliptext                   "0"
  279. hud_frags_frame                      "0"
  280. hud_frags_frame_color                "0 0 0"
  281. hud_frags_item_opacity               "1.0"
  282. hud_frags_maxname                    "16"
  283. hud_frags_order                      "0"
  284. hud_frags_padtext                    "1"
  285. hud_frags_place                      "screen"
  286. hud_frags_pos_x                      "389.799713"
  287. hud_frags_pos_y                      "-263.80014"
  288. hud_frags_rows                       "1"
  289. hud_frags_show                       "1"
  290. hud_frags_shownames                  "0"
  291. hud_frags_showself_always            "1"
  292. hud_frags_showteams                  "0"
  293. hud_frags_space_x                    "1"
  294. hud_frags_space_y                    "1"
  295. hud_frags_strip                      "1"
  296. hud_frags_style                      "5"
  297. hud_frags_teamsort                   "0"
  298. hud_frags_vertical                   "0"
  299. hud_gameclock_align_x                "center"
  300. hud_gameclock_align_y                "bottom"
  301. hud_gameclock_big                    "1"
  302. hud_gameclock_blink                  "0"
  303. hud_gameclock_countdown              "1"
  304. hud_gameclock_frame                  "1"
  305. hud_gameclock_frame_color            "0 0 255"
  306. hud_gameclock_item_opacity           "0.85"
  307. hud_gameclock_offset                 "0"
  308. hud_gameclock_order                  "8"
  309. hud_gameclock_place                  "screen"
  310. hud_gameclock_pos_x                  "194.398682"
  311. hud_gameclock_pos_y                  "-262.201233"
  312. hud_gameclock_scale                  "0.8795"
  313. hud_gameclock_show                   "1"
  314. hud_gameclock_style                  "0"
  315. hud_group1_align_x                   "right"
  316. hud_group1_align_y                   "top"
  317. hud_group1_frame                     "1"
  318. hud_group1_frame_color               "0 0 0"
  319. hud_group1_height                    "64"
  320. hud_group1_item_opacity              "1.0"
  321. hud_group1_name                      "group1"
  322. hud_group1_order                     "0"
  323. hud_group1_pic_alpha                 "1.0"
  324. hud_group1_pic_scalemode             "0"
  325. hud_group1_picture                   ""
  326. hud_group1_place                     "screen"
  327. hud_group1_pos_x                     "0"
  328. hud_group1_pos_y                     "0"
  329. hud_group1_show                      "0"
  330. hud_group1_width                     "110"
  331. hud_group2_align_x                   "left"
  332. hud_group2_align_y                   "top"
  333. hud_group2_frame                     ".5"
  334. hud_group2_frame_color               "0 0 0"
  335. hud_group2_height                    "64"
  336. hud_group2_item_opacity              "1.0"
  337. hud_group2_name                      "group2"
  338. hud_group2_order                     "0"
  339. hud_group2_pic_alpha                 "1.0"
  340. hud_group2_pic_scalemode             "0"
  341. hud_group2_picture                   ""
  342. hud_group2_place                     "screen"
  343. hud_group2_pos_x                     "0"
  344. hud_group2_pos_y                     "0"
  345. hud_group2_show                      "0"
  346. hud_group2_width                     "64"
  347. hud_group3_align_x                   "left"
  348. hud_group3_align_y                   "top"
  349. hud_group3_frame                     ".5"
  350. hud_group3_frame_color               "0 0 0"
  351. hud_group3_height                    "64"
  352. hud_group3_item_opacity              "1.0"
  353. hud_group3_name                      "group3"
  354. hud_group3_order                     "4"
  355. hud_group3_pic_alpha                 "1.0"
  356. hud_group3_pic_scalemode             "0"
  357. hud_group3_picture                   ""
  358. hud_group3_place                     "screen"
  359. hud_group3_pos_x                     "0"
  360. hud_group3_pos_y                     "0"
  361. hud_group3_show                      "0"
  362. hud_group3_width                     "64"
  363. hud_group4_align_x                   "left"
  364. hud_group4_align_y                   "top"
  365. hud_group4_frame                     ".5"
  366. hud_group4_frame_color               "0 0 0"
  367. hud_group4_height                    "64"
  368. hud_group4_item_opacity              "1.0"
  369. hud_group4_name                      "group4"
  370. hud_group4_order                     "10"
  371. hud_group4_pic_alpha                 "1.0"
  372. hud_group4_pic_scalemode             "0"
  373. hud_group4_picture                   ""
  374. hud_group4_place                     "screen"
  375. hud_group4_pos_x                     "0"
  376. hud_group4_pos_y                     "0"
  377. hud_group4_show                      "0"
  378. hud_group4_width                     "64"
  379. hud_group5_align_x                   "left"
  380. hud_group5_align_y                   "top"
  381. hud_group5_frame                     ".5"
  382. hud_group5_frame_color               "0 0 0"
  383. hud_group5_height                    "64"
  384. hud_group5_item_opacity              "1.0"
  385. hud_group5_name                      "group5"
  386. hud_group5_order                     "8"
  387. hud_group5_pic_alpha                 "1.0"
  388. hud_group5_pic_scalemode             "0"
  389. hud_group5_picture                   ""
  390. hud_group5_place                     "screen"
  391. hud_group5_pos_x                     "0"
  392. hud_group5_pos_y                     "0"
  393. hud_group5_show                      "0"
  394. hud_group5_width                     "64"
  395. hud_group6_align_x                   "left"
  396. hud_group6_align_y                   "top"
  397. hud_group6_frame                     ".5"
  398. hud_group6_frame_color               "0 0 0"
  399. hud_group6_height                    "64"
  400. hud_group6_item_opacity              "1.0"
  401. hud_group6_name                      "group6"
  402. hud_group6_order                     "0"
  403. hud_group6_pic_alpha                 "1.0"
  404. hud_group6_pic_scalemode             "0"
  405. hud_group6_picture                   ""
  406. hud_group6_place                     "screen"
  407. hud_group6_pos_x                     "0"
  408. hud_group6_pos_y                     "0"
  409. hud_group6_show                      "0"
  410. hud_group6_width                     "64"
  411. hud_group7_align_x                   "right"
  412. hud_group7_align_y                   "bottom"
  413. hud_group7_frame                     "0"
  414. hud_group7_frame_color               "0 0 0"
  415. hud_group7_height                    "64"
  416. hud_group7_item_opacity              "1.0"
  417. hud_group7_name                      "weapons"
  418. hud_group7_order                     "0"
  419. hud_group7_pic_alpha                 "1.0"
  420. hud_group7_pic_scalemode             "0"
  421. hud_group7_picture                   ""
  422. hud_group7_place                     "screen"
  423. hud_group7_pos_x                     "3.200001"
  424. hud_group7_pos_y                     "1.5"
  425. hud_group7_show                      "1"
  426. hud_group7_width                     "64"
  427. hud_group8_align_x                   "left"
  428. hud_group8_align_y                   "bottom"
  429. hud_group8_frame                     "0"
  430. hud_group8_frame_color               "0 0 0"
  431. hud_group8_height                    "33"
  432. hud_group8_item_opacity              "1.0"
  433. hud_group8_name                      "vitals"
  434. hud_group8_order                     "0"
  435. hud_group8_pic_alpha                 "1.0"
  436. hud_group8_pic_scalemode             "0"
  437. hud_group8_picture                   ""
  438. hud_group8_place                     "screen"
  439. hud_group8_pos_x                     "-0.8"
  440. hud_group8_pos_y                     "0.300062"
  441. hud_group8_show                      "1"
  442. hud_group8_width                     "212"
  443. hud_group9_align_x                   "center"
  444. hud_group9_align_y                   "center"
  445. hud_group9_frame                     "0"
  446. hud_group9_frame_color               "0 0 0"
  447. hud_group9_height                    "64"
  448. hud_group9_item_opacity              "1.0"
  449. hud_group9_name                      "music"
  450. hud_group9_order                     "0"
  451. hud_group9_pic_alpha                 "1.0"
  452. hud_group9_pic_scalemode             "0"
  453. hud_group9_picture                   ""
  454. hud_group9_place                     "screen"
  455. hud_group9_pos_x                     "0"
  456. hud_group9_pos_y                     "0"
  457. hud_group9_show                      "0"
  458. hud_group9_width                     "64"
  459. hud_gun2_align_x                     "before"
  460. hud_gun2_align_y                     "top"
  461. hud_gun2_frame                       "0"
  462. hud_gun2_frame_color                 "0 0 0"
  463. hud_gun2_item_opacity                "1.0"
  464. hud_gun2_order                       "11"
  465. hud_gun2_place                       "gun3"
  466. hud_gun2_pos_x                       "340.200073"
  467. hud_gun2_pos_y                       "-51.300018"
  468. hud_gun2_scale                       "0.69"
  469. hud_gun2_show                        "1"
  470. hud_gun2_style                       "3"
  471. hud_gun3_align_x                     "before"
  472. hud_gun3_align_y                     "top"
  473. hud_gun3_frame                       "0"
  474. hud_gun3_frame_color                 "0 0 0"
  475. hud_gun3_item_opacity                "1.0"
  476. hud_gun3_order                       "10"
  477. hud_gun3_place                       "ammo1"
  478. hud_gun3_pos_x                       "-0.599577"
  479. hud_gun3_pos_y                       "0.300133"
  480. hud_gun3_scale                       "1.1915"
  481. hud_gun3_show                        "1"
  482. hud_gun3_style                       "3"
  483. hud_gun4_align_x                     "before"
  484. hud_gun4_align_y                     "top"
  485. hud_gun4_frame                       "0"
  486. hud_gun4_frame_color                 "0 0 0"
  487. hud_gun4_item_opacity                "1.0"
  488. hud_gun4_order                       "13"
  489. hud_gun4_place                       "gun5"
  490. hud_gun4_pos_x                       "149.000122"
  491. hud_gun4_pos_y                       "-73.399948"
  492. hud_gun4_scale                       "0.1"
  493. hud_gun4_show                        "1"
  494. hud_gun4_style                       "3"
  495. hud_gun5_align_x                     "before"
  496. hud_gun5_align_y                     "top"
  497. hud_gun5_frame                       "0"
  498. hud_gun5_frame_color                 "0 0 0"
  499. hud_gun5_item_opacity                "1.0"
  500. hud_gun5_order                       "12"
  501. hud_gun5_place                       "ammo2"
  502. hud_gun5_pos_x                       "-1.000681"
  503. hud_gun5_pos_y                       "0.200047"
  504. hud_gun5_scale                       "1.196"
  505. hud_gun5_show                        "1"
  506. hud_gun5_style                       "3"
  507. hud_gun6_align_x                     "before"
  508. hud_gun6_align_y                     "top"
  509. hud_gun6_frame                       "0"
  510. hud_gun6_frame_color                 "0 0 0"
  511. hud_gun6_item_opacity                "1.0"
  512. hud_gun6_order                       "18"
  513. hud_gun6_place                       "gun7"
  514. hud_gun6_pos_x                       "-0.599053"
  515. hud_gun6_pos_y                       "6.000123"
  516. hud_gun6_scale                       "1.164"
  517. hud_gun6_show                        "1"
  518. hud_gun6_style                       "3"
  519. hud_gun7_align_x                     "before"
  520. hud_gun7_align_y                     "top"
  521. hud_gun7_frame                       "0"
  522. hud_gun7_frame_color                 "0 0 0"
  523. hud_gun7_item_opacity                "1.0"
  524. hud_gun7_order                       "17"
  525. hud_gun7_place                       "ammo3"
  526. hud_gun7_pos_x                       "-1.697991"
  527. hud_gun7_pos_y                       "-0.199903"
  528. hud_gun7_scale                       "1.919"
  529. hud_gun7_show                        "1"
  530. hud_gun7_style                       "3"
  531. hud_gun8_align_x                     "before"
  532. hud_gun8_align_y                     "top"
  533. hud_gun8_frame                       "0"
  534. hud_gun8_frame_color                 "0 0 0"
  535. hud_gun8_item_opacity                "1.0"
  536. hud_gun8_order                       "18"
  537. hud_gun8_place                       "ammo4"
  538. hud_gun8_pos_x                       "-2.501049"
  539. hud_gun8_pos_y                       "1.100014"
  540. hud_gun8_scale                       "1.936"
  541. hud_gun8_show                        "1"
  542. hud_gun8_style                       "3"
  543. hud_gun8_wide                        "0"
  544. hud_gun_align_x                      "center"
  545. hud_gun_align_y                      "bottom"
  546. hud_gun_frame                        "0"
  547. hud_gun_frame_color                  "0 0 0"
  548. hud_gun_item_opacity                 "1.0"
  549. hud_gun_order                        "0"
  550. hud_gun_place                        "top"
  551. hud_gun_pos_x                        "0"
  552. hud_gun_pos_y                        "0"
  553. hud_gun_scale                        "1"
  554. hud_gun_show                         "0"
  555. hud_gun_style                        "0"
  556. hud_gun_wide                         "0"
  557. hud_health_align                     "left"
  558. hud_health_align_x                   "after"
  559. hud_health_align_y                   "bottom"
  560. hud_health_digits                    "3"
  561. hud_health_frame                     "0"
  562. hud_health_frame_color               "0 0 0"
  563. hud_health_item_opacity              "1.0"
  564. hud_health_order                     "43"
  565. hud_health_place                     "face"
  566. hud_health_pos_x                     "11.999996"
  567. hud_health_pos_y                     "0.2"
  568. hud_health_scale                     "1.0285"
  569. hud_health_show                      "1"
  570. hud_health_style                     "0"
  571. hud_healthdamage_align               "left"
  572. hud_healthdamage_align_x             "after"
  573. hud_healthdamage_align_y             "top"
  574. hud_healthdamage_digits              "3"
  575. hud_healthdamage_duration            "1"
  576. hud_healthdamage_frame               "0"
  577. hud_healthdamage_frame_color         "0 0 0"
  578. hud_healthdamage_item_opacity        "1.0"
  579. hud_healthdamage_order               "44"
  580. hud_healthdamage_place               "health"
  581. hud_healthdamage_pos_x               "0"
  582. hud_healthdamage_pos_y               "0"
  583. hud_healthdamage_scale               ".5"
  584. hud_healthdamage_show                "0"
  585. hud_healthdamage_style               "0"
  586. hud_iammo1_align_x                   "before"
  587. hud_iammo1_align_y                   "right"
  588. hud_iammo1_frame                     "0"
  589. hud_iammo1_frame_color               "0 0 0"
  590. hud_iammo1_item_opacity              "1.0"
  591. hud_iammo1_order                     "4"
  592. hud_iammo1_place                     "ammo1"
  593. hud_iammo1_pos_x                     "0"
  594. hud_iammo1_pos_y                     "0"
  595. hud_iammo1_scale                     "1"
  596. hud_iammo1_show                      "0"
  597. hud_iammo1_style                     "0"
  598. hud_iammo2_align_x                   "before"
  599. hud_iammo2_align_y                   "right"
  600. hud_iammo2_frame                     "0"
  601. hud_iammo2_frame_color               "0 0 0"
  602. hud_iammo2_item_opacity              "1.0"
  603. hud_iammo2_order                     "6"
  604. hud_iammo2_place                     "ammo2"
  605. hud_iammo2_pos_x                     "0"
  606. hud_iammo2_pos_y                     "0"
  607. hud_iammo2_scale                     "1"
  608. hud_iammo2_show                      "0"
  609. hud_iammo2_style                     "0"
  610. hud_iammo3_align_x                   "before"
  611. hud_iammo3_align_y                   "right"
  612. hud_iammo3_frame                     "0"
  613. hud_iammo3_frame_color               "0 0 0"
  614. hud_iammo3_item_opacity              "1.0"
  615. hud_iammo3_order                     "11"
  616. hud_iammo3_place                     "ammo3"
  617. hud_iammo3_pos_x                     "0"
  618. hud_iammo3_pos_y                     "0"
  619. hud_iammo3_scale                     "1"
  620. hud_iammo3_show                      "0"
  621. hud_iammo3_style                     "0"
  622. hud_iammo4_align_x                   "before"
  623. hud_iammo4_align_y                   "bottom"
  624. hud_iammo4_frame                     "0"
  625. hud_iammo4_frame_color               "0 0 0"
  626. hud_iammo4_item_opacity              "1.0"
  627. hud_iammo4_order                     "12"
  628. hud_iammo4_place                     "ammo4"
  629. hud_iammo4_pos_x                     "-2"
  630. hud_iammo4_pos_y                     "0"
  631. hud_iammo4_scale                     "1"
  632. hud_iammo4_show                      "0"
  633. hud_iammo4_style                     "0"
  634. hud_iammo_align_x                    "left"
  635. hud_iammo_align_y                    "top"
  636. hud_iammo_frame                      "0"
  637. hud_iammo_frame_color                "0 0 0"
  638. hud_iammo_item_opacity               "1.0"
  639. hud_iammo_order                      "43"
  640. hud_iammo_place                      "screen"
  641. hud_iammo_pos_x                      "0"
  642. hud_iammo_pos_y                      "0"
  643. hud_iammo_scale                      "1"
  644. hud_iammo_show                       "0"
  645. hud_iammo_style                      "0"
  646. hud_iarmor_align_x                   "left"
  647. hud_iarmor_align_y                   "before"
  648. hud_iarmor_frame                     "0"
  649. hud_iarmor_frame_color               "0 0 0"
  650. hud_iarmor_item_opacity              "1.0"
  651. hud_iarmor_order                     "45"
  652. hud_iarmor_place                     "health"
  653. hud_iarmor_pos_x                     "0.900019"
  654. hud_iarmor_pos_y                     "0.499996"
  655. hud_iarmor_scale                     "0.4715"
  656. hud_iarmor_show                      "1"
  657. hud_iarmor_style                     "0"
  658. hud_inputlag_align_x                 "center"
  659. hud_inputlag_align_y                 "center"
  660. hud_inputlag_frame                   "0"
  661. hud_inputlag_frame_color             "0 0 0"
  662. hud_inputlag_height                  "60"
  663. hud_inputlag_item_opacity            "1.0"
  664. hud_inputlag_order                   "1"
  665. hud_inputlag_place                   "screen"
  666. hud_inputlag_pos_x                   "0"
  667. hud_inputlag_pos_y                   "0"
  668. hud_inputlag_show                    "0"
  669. hud_inputlag_style                   "0"
  670. hud_inputlag_width                   "200"
  671. hud_itemsclock_align_x               "center"
  672. hud_itemsclock_align_y               "center"
  673. hud_itemsclock_frame                 "0"
  674. hud_itemsclock_frame_color           "0 0 0"
  675. hud_itemsclock_item_opacity          "0.5"
  676. hud_itemsclock_order                 "1"
  677. hud_itemsclock_place                 "screen"
  678. hud_itemsclock_pos_x                 "-299.200409"
  679. hud_itemsclock_pos_y                 "-76.999893"
  680. hud_itemsclock_show                  "1"
  681. hud_itemsclock_style                 "0"
  682. hud_itemsclock_timelimit             "10"
  683. hud_key1_align_x                     "left"
  684. hud_key1_align_y                     "before"
  685. hud_key1_frame                       "0"
  686. hud_key1_frame_color                 "0 0 0"
  687. hud_key1_item_opacity                "1.0"
  688. hud_key1_order                       "43"
  689. hud_key1_place                       "face"
  690. hud_key1_pos_x                       "-307"
  691. hud_key1_pos_y                       "50"
  692. hud_key1_scale                       "2.015"
  693. hud_key1_show                        "1"
  694. hud_key1_style                       "0"
  695. hud_key2_align_x                     "after"
  696. hud_key2_align_y                     "center"
  697. hud_key2_frame                       "0"
  698. hud_key2_frame_color                 "0 0 0"
  699. hud_key2_item_opacity                "1.0"
  700. hud_key2_order                       "44"
  701. hud_key2_place                       "key1"
  702. hud_key2_pos_x                       "79"
  703. hud_key2_pos_y                       "9"
  704. hud_key2_scale                       "1.94"
  705. hud_key2_show                        "1"
  706. hud_key2_style                       "0"
  707. hud_keys_align_x                     "right"
  708. hud_keys_align_y                     "center"
  709. hud_keys_frame                       "0.5"
  710. hud_keys_frame_color                 "20 20 20"
  711. hud_keys_item_opacity                "1.0"
  712. hud_keys_order                       "1"
  713. hud_keys_place                       "screen"
  714. hud_keys_pos_x                       "0"
  715. hud_keys_pos_y                       "0"
  716. hud_keys_scale                       "2"
  717. hud_keys_show                        "0"
  718. hud_mouserate_align_x                "left"
  719. hud_mouserate_align_y                "bottom"
  720. hud_mouserate_frame                  "0"
  721. hud_mouserate_frame_color            "0 0 0"
  722. hud_mouserate_interval               "1"
  723. hud_mouserate_item_opacity           "1.0"
  724. hud_mouserate_order                  "9"
  725. hud_mouserate_place                  "screen"
  726. hud_mouserate_pos_x                  "-218.800446"
  727. hud_mouserate_pos_y                  "-184.900131"
  728. hud_mouserate_show                   "1"
  729. hud_mouserate_style                  "0"
  730. hud_mouserate_title                  "1"
  731. hud_mp3_time_align_x                 "left"
  732. hud_mp3_time_align_y                 "bottom"
  733. hud_mp3_time_frame                   "0"
  734. hud_mp3_time_frame_color             "0 0 0"
  735. hud_mp3_time_item_opacity            "1.0"
  736. hud_mp3_time_on_scoreboard           "0"
  737. hud_mp3_time_order                   "0"
  738. hud_mp3_time_place                   "top"
  739. hud_mp3_time_pos_x                   "0"
  740. hud_mp3_time_pos_y                   "0"
  741. hud_mp3_time_show                    "0"
  742. hud_mp3_time_style                   "0"
  743. hud_mp3_title_align_x                "right"
  744. hud_mp3_title_align_y                "bottom"
  745. hud_mp3_title_frame                  "0"
  746. hud_mp3_title_frame_color            "0 0 0"
  747. hud_mp3_title_height                 "8"
  748. hud_mp3_title_item_opacity           "1.0"
  749. hud_mp3_title_on_scoreboard          "0"
  750. hud_mp3_title_order                  "0"
  751. hud_mp3_title_place                  "top"
  752. hud_mp3_title_pos_x                  "0"
  753. hud_mp3_title_pos_y                  "0"
  754. hud_mp3_title_scroll                 "1"
  755. hud_mp3_title_scroll_delay           "0.5"
  756. hud_mp3_title_show                   "0"
  757. hud_mp3_title_style                  "2"
  758. hud_mp3_title_width                  "512"
  759. hud_mp3_title_wordwrap               "0"
  760. hud_net_align_x                      "left"
  761. hud_net_align_y                      "center"
  762. hud_net_frame                        "0.2"
  763. hud_net_frame_color                  "0 0 0"
  764. hud_net_item_opacity                 "1.0"
  765. hud_net_order                        "7"
  766. hud_net_period                       "1"
  767. hud_net_place                        "top"
  768. hud_net_pos_x                        "0"
  769. hud_net_pos_y                        "0"
  770. hud_net_show                         "0"
  771. hud_netgraph_align_x                 "left"
  772. hud_netgraph_align_y                 "bottom"
  773. hud_netgraph_alpha                   "1"
  774. hud_netgraph_frame                   "0"
  775. hud_netgraph_frame_color             "0 0 0"
  776. hud_netgraph_full                    "0"
  777. hud_netgraph_height                  "32"
  778. hud_netgraph_inframes                "0"
  779. hud_netgraph_item_opacity            "1.0"
  780. hud_netgraph_lostscale               "1"
  781. hud_netgraph_order                   "0"
  782. hud_netgraph_place                   "top"
  783. hud_netgraph_ploss                   "1"
  784. hud_netgraph_pos_x                   "0"
  785. hud_netgraph_pos_y                   "0"
  786. hud_netgraph_scale                   "256"
  787. hud_netgraph_show                    "0"
  788. hud_netgraph_swap_x                  "0"
  789. hud_netgraph_swap_y                  "0"
  790. hud_netgraph_width                   "256"
  791. hud_netproblem_align_x               "left"
  792. hud_netproblem_align_y               "top"
  793. hud_netproblem_frame                 "0"
  794. hud_netproblem_frame_color           "0 0 0"
  795. hud_netproblem_item_opacity          "1.0"
  796. hud_netproblem_order                 "0"
  797. hud_netproblem_place                 "top"
  798. hud_netproblem_pos_x                 "-67.300018"
  799. hud_netproblem_pos_y                 "17.100012"
  800. hud_netproblem_scale                 "1"
  801. hud_netproblem_show                  "1"
  802. hud_notify_align_x                   "left"
  803. hud_notify_align_y                   "top"
  804. hud_notify_cols                      "30"
  805. hud_notify_frame                     "0"
  806. hud_notify_frame_color               "0 0 0"
  807. hud_notify_item_opacity              "1.0"
  808. hud_notify_order                     "8"
  809. hud_notify_place                     "top"
  810. hud_notify_pos_x                     "0"
  811. hud_notify_pos_y                     "0"
  812. hud_notify_rows                      "4"
  813. hud_notify_scale                     "1"
  814. hud_notify_show                      "0"
  815. hud_notify_time                      "4"
  816. hud_ownfrags_align_x                 "center"
  817. hud_ownfrags_align_y                 "top"
  818. hud_ownfrags_frame                   "0.2"
  819. hud_ownfrags_frame_color             ""
  820. hud_ownfrags_item_opacity            "1.0"
  821. hud_ownfrags_order                   "1"
  822. hud_ownfrags_place                   "screen"
  823. hud_ownfrags_pos_x                   "-0.999847"
  824. hud_ownfrags_pos_y                   "-13.699847"
  825. hud_ownfrags_scale                   "0.66"
  826. hud_ownfrags_show                    "1"
  827. hud_ownfrags_timeout                 "3"
  828. hud_pent_align_x                     "left"
  829. hud_pent_align_y                     "after"
  830. hud_pent_frame                       "0"
  831. hud_pent_frame_color                 "0 0 0"
  832. hud_pent_item_opacity                "1.0"
  833. hud_pent_order                       "46"
  834. hud_pent_place                       "ring"
  835. hud_pent_pos_x                       "94.799889"
  836. hud_pent_pos_y                       "-34.199959"
  837. hud_pent_scale                       "1.455"
  838. hud_pent_show                        "1"
  839. hud_pent_style                       "0"
  840. hud_ping_align_x                     "center"
  841. hud_ping_align_y                     "top"
  842. hud_ping_blink                       "1"
  843. hud_ping_frame                       "1"
  844. hud_ping_frame_color                 "0 0 0"
  845. hud_ping_item_opacity                "1.0"
  846. hud_ping_order                       "10"
  847. hud_ping_period                      "1"
  848. hud_ping_place                       "fps"
  849. hud_ping_pos_x                       "-3.300401"
  850. hud_ping_pos_y                       "11.299956"
  851. hud_ping_show                        "1"
  852. hud_ping_show_dev                    "0"
  853. hud_ping_show_max                    "0"
  854. hud_ping_show_min                    "0"
  855. hud_ping_show_pl                     "0"
  856. hud_ping_style                       "0"
  857. hud_planmode                         "0"
  858. hud_quad_align_x                     "left"
  859. hud_quad_align_y                     "after"
  860. hud_quad_frame                       "0"
  861. hud_quad_frame_color                 "0 0 0"
  862. hud_quad_item_opacity                "1.0"
  863. hud_quad_order                       "48"
  864. hud_quad_place                       "suit"
  865. hud_quad_pos_x                       "492"
  866. hud_quad_pos_y                       "-23"
  867. hud_quad_scale                       "1"
  868. hud_quad_show                        "1"
  869. hud_quad_style                       "0"
  870. hud_radar_align_x                    "left"
  871. hud_radar_align_y                    "bottom"
  872. hud_radar_autosize                   "0"
  873. hud_radar_fade_players               "1"
  874. hud_radar_frame                      "0"
  875. hud_radar_frame_color                "0 0 0"
  876. hud_radar_height                     "25%"
  877. hud_radar_highlight                  "0"
  878. hud_radar_highlight_color            "yellow"
  879. hud_radar_item_opacity               "1.0"
  880. hud_radar_itemfilter                 "backpack quad pent armor mega"
  881. hud_radar_onlytp                     "0"
  882. hud_radar_opacity                    "0.5"
  883. hud_radar_order                      "0"
  884. hud_radar_otherfilter                "projectiles gibs explosions shotgun"
  885. hud_radar_place                      "top"
  886. hud_radar_player_size                "10"
  887. hud_radar_pos_x                      "220"
  888. hud_radar_pos_y                      "-120"
  889. hud_radar_show                       "0"
  890. hud_radar_show_height                "1"
  891. hud_radar_show_hold                  "0"
  892. hud_radar_show_names                 "0"
  893. hud_radar_show_powerups              "1"
  894. hud_radar_show_stats                 "1"
  895. hud_radar_weaponfilter               "gl rl lg"
  896. hud_radar_width                      "30%"
  897. hud_ring_align_x                     "left"
  898. hud_ring_align_y                     "after"
  899. hud_ring_frame                       "0"
  900. hud_ring_frame_color                 "0 0 0"
  901. hud_ring_item_opacity                "1.0"
  902. hud_ring_order                       "45"
  903. hud_ring_place                       "key2"
  904. hud_ring_pos_x                       "676.599731"
  905. hud_ring_pos_y                       "-187.900055"
  906. hud_ring_scale                       "1.45"
  907. hud_ring_show                        "1"
  908. hud_ring_style                       "0"
  909. hud_sigil1_align_x                   "left"
  910. hud_sigil1_align_y                   "top"
  911. hud_sigil1_frame                     "0"
  912. hud_sigil1_frame_color               "0 0 0"
  913. hud_sigil1_item_opacity              "1.0"
  914. hud_sigil1_order                     "0"
  915. hud_sigil1_place                     "screen"
  916. hud_sigil1_pos_x                     "-65.499977"
  917. hud_sigil1_pos_y                     "8.900003"
  918. hud_sigil1_scale                     "1"
  919. hud_sigil1_show                      "1"
  920. hud_sigil1_style                     "0"
  921. hud_sigil2_align_x                   "after"
  922. hud_sigil2_align_y                   "top"
  923. hud_sigil2_frame                     "0"
  924. hud_sigil2_frame_color               "0 0 0"
  925. hud_sigil2_item_opacity              "1.0"
  926. hud_sigil2_order                     "1"
  927. hud_sigil2_place                     "sigil1"
  928. hud_sigil2_pos_x                     "-94.599998"
  929. hud_sigil2_pos_y                     "16.299999"
  930. hud_sigil2_scale                     "1"
  931. hud_sigil2_show                      "1"
  932. hud_sigil2_style                     "0"
  933. hud_sigil3_align_x                   "after"
  934. hud_sigil3_align_y                   "top"
  935. hud_sigil3_frame                     "0"
  936. hud_sigil3_frame_color               "0 0 0"
  937. hud_sigil3_item_opacity              "1.0"
  938. hud_sigil3_order                     "2"
  939. hud_sigil3_place                     "sigil2"
  940. hud_sigil3_pos_x                     "-65.199982"
  941. hud_sigil3_pos_y                     "2.4"
  942. hud_sigil3_scale                     "0.982"
  943. hud_sigil3_show                      "1"
  944. hud_sigil3_style                     "0"
  945. hud_sigil4_align_x                   "after"
  946. hud_sigil4_align_y                   "top"
  947. hud_sigil4_frame                     "0"
  948. hud_sigil4_frame_color               "0 0 0"
  949. hud_sigil4_item_opacity              "1.0"
  950. hud_sigil4_order                     "3"
  951. hud_sigil4_place                     "sigil3"
  952. hud_sigil4_pos_x                     "0"
  953. hud_sigil4_pos_y                     "0"
  954. hud_sigil4_scale                     "0.7645"
  955. hud_sigil4_show                      "1"
  956. hud_sigil4_style                     "0"
  957. hud_speed2_align_x                   "center"
  958. hud_speed2_align_y                   "bottom"
  959. hud_speed2_color_fast                "72"
  960. hud_speed2_color_fastest             "216"
  961. hud_speed2_color_insane              "229"
  962. hud_speed2_color_normal              "100"
  963. hud_speed2_color_stopped             "52"
  964. hud_speed2_frame                     "0"
  965. hud_speed2_frame_color               "0 0 0"
  966. hud_speed2_item_opacity              "1.0"
  967. hud_speed2_opacity                   "1.0"
  968. hud_speed2_order                     "7"
  969. hud_speed2_orientation               "0"
  970. hud_speed2_place                     "top"
  971. hud_speed2_pos_x                     "0"
  972. hud_speed2_pos_y                     "-5"
  973. hud_speed2_radius                    "50.0"
  974. hud_speed2_show                      "0"
  975. hud_speed2_wrapspeed                 "500"
  976. hud_speed2_xyz                       "0"
  977. hud_speed_align_x                    "center"
  978. hud_speed_align_y                    "top"
  979. hud_speed_color_fast                 "72"
  980. hud_speed_color_fastest              "216"
  981. hud_speed_color_insane               "229"
  982. hud_speed_color_normal               "100"
  983. hud_speed_color_stopped              "52"
  984. hud_speed_frame                      "0"
  985. hud_speed_frame_color                "0 0 0"
  986. hud_speed_height                     "15"
  987. hud_speed_item_opacity               "1.0"
  988. hud_speed_opacity                    "1.0"
  989. hud_speed_order                      "7"
  990. hud_speed_place                      "screen"
  991. hud_speed_pos_x                      "0"
  992. hud_speed_pos_y                      "5"
  993. hud_speed_show                       "0"
  994. hud_speed_style                      "0"
  995. hud_speed_text_align                 "1"
  996. hud_speed_tick_spacing               "0.2"
  997. hud_speed_vertical                   "0"
  998. hud_speed_vertical_text              "1"
  999. hud_speed_width                      "160"
  1000. hud_speed_xyz                        "0"
  1001. hud_suit_align_x                     "left"
  1002. hud_suit_align_y                     "after"
  1003. hud_suit_frame                       "0"
  1004. hud_suit_frame_color                 "0 0 0"
  1005. hud_suit_item_opacity                "1.0"
  1006. hud_suit_order                       "47"
  1007. hud_suit_place                       "pent"
  1008. hud_suit_pos_x                       "0"
  1009. hud_suit_pos_y                       "0"
  1010. hud_suit_scale                       "1"
  1011. hud_suit_show                        "0"
  1012. hud_suit_style                       "0"
  1013. hud_teamfrags_align_x                "center"
  1014. hud_teamfrags_align_y                "before"
  1015. hud_teamfrags_bignum                 "0"
  1016. hud_teamfrags_cell_height            "8"
  1017. hud_teamfrags_cell_width             "0"
  1018. hud_teamfrags_colors_alpha           "1.0"
  1019. hud_teamfrags_cols                   "0"
  1020. hud_teamfrags_extra_spec_info        "4"
  1021. hud_teamfrags_fliptext               "0"
  1022. hud_teamfrags_frame                  "0"
  1023. hud_teamfrags_frame_color            "0 0 0"
  1024. hud_teamfrags_item_opacity           "1.0"
  1025. hud_teamfrags_maxname                "16"
  1026. hud_teamfrags_onlytp                 "0"
  1027. hud_teamfrags_order                  "9"
  1028. hud_teamfrags_padtext                "1"
  1029. hud_teamfrags_place                  "frags"
  1030. hud_teamfrags_pos_x                  "-509.602417"
  1031. hud_teamfrags_pos_y                  "273.002136"
  1032. hud_teamfrags_rows                   "2"
  1033. hud_teamfrags_show                   "1"
  1034. hud_teamfrags_shownames              "1"
  1035. hud_teamfrags_space_x                "0"
  1036. hud_teamfrags_space_y                "0"
  1037. hud_teamfrags_strip                  "1"
  1038. hud_teamfrags_style                  "2"
  1039. hud_teamfrags_vertical               "1"
  1040. hud_teamholdbar_align_x              "left"
  1041. hud_teamholdbar_align_y              "bottom"
  1042. hud_teamholdbar_frame                "0"
  1043. hud_teamholdbar_frame_color          "0 0 0"
  1044. hud_teamholdbar_height               "8"
  1045. hud_teamholdbar_item_opacity         "1.0"
  1046. hud_teamholdbar_onlytp               "0"
  1047. hud_teamholdbar_opacity              "0.8"
  1048. hud_teamholdbar_order                "0"
  1049. hud_teamholdbar_place                "top"
  1050. hud_teamholdbar_pos_x                "0"
  1051. hud_teamholdbar_pos_y                "0"
  1052. hud_teamholdbar_show                 "0"
  1053. hud_teamholdbar_show_text            "1"
  1054. hud_teamholdbar_vertical             "0"
  1055. hud_teamholdbar_vertical_text        "0"
  1056. hud_teamholdbar_width                "200"
  1057. hud_teamholdinfo_align_x             "left"
  1058. hud_teamholdinfo_align_y             "bottom"
  1059. hud_teamholdinfo_frame               "0"
  1060. hud_teamholdinfo_frame_color         "0 0 0"
  1061. hud_teamholdinfo_height              "8"
  1062. hud_teamholdinfo_item_opacity        "1.0"
  1063. hud_teamholdinfo_itemfilter          "quad ra ya ga mega pent rl quad"
  1064. hud_teamholdinfo_onlytp              "0"
  1065. hud_teamholdinfo_opacity             "0.8"
  1066. hud_teamholdinfo_order               "0"
  1067. hud_teamholdinfo_place               "top"
  1068. hud_teamholdinfo_pos_x               "0"
  1069. hud_teamholdinfo_pos_y               "0"
  1070. hud_teamholdinfo_show                "0"
  1071. hud_teamholdinfo_style               "1"
  1072. hud_teamholdinfo_width               "200"
  1073. hud_teaminfo_align_right             "0"
  1074. hud_teaminfo_align_x                 "right"
  1075. hud_teaminfo_align_y                 "center"
  1076. hud_teaminfo_armor_style             "1"
  1077. hud_teaminfo_frame                   "0.2"
  1078. hud_teaminfo_frame_color             "20 20 20"
  1079. hud_teaminfo_item_opacity            "1.0"
  1080. hud_teaminfo_layout                  "%p%n $x10%l$x11 %a/%H %w"
  1081. hud_teaminfo_loc_width               "5"
  1082. hud_teaminfo_low_health              "25"
  1083. hud_teaminfo_name_width              "6"
  1084. hud_teaminfo_order                   "0"
  1085. hud_teaminfo_place                   ""
  1086. hud_teaminfo_pos_x                   "-174.100616"
  1087. hud_teaminfo_pos_y                   "117.499535"
  1088. hud_teaminfo_scale                   "0.6"
  1089. hud_teaminfo_show                    "0"
  1090. hud_teaminfo_show_enemies            "0"
  1091. hud_teaminfo_show_self               "0"
  1092. hud_teaminfo_weapon_style            "0"
  1093. hud_tp_need                          "0"
  1094. hud_tracking_align_x                 "center"
  1095. hud_tracking_align_y                 "before"
  1096. hud_tracking_format                  "%n"
  1097. hud_tracking_frame                   "0"
  1098. hud_tracking_frame_color             "0 0 0"
  1099. hud_tracking_item_opacity            "1.0"
  1100. hud_tracking_order                   "43"
  1101. hud_tracking_place                   "face"
  1102. hud_tracking_pos_x                   "282.303497"
  1103. hud_tracking_pos_y                   "15.400046"
  1104. hud_tracking_scale                   "1.71"
  1105. hud_tracking_show                    "1"
  1106. hud_vidlag_align_x                   "right"
  1107. hud_vidlag_align_y                   "top"
  1108. hud_vidlag_frame                     "0"
  1109. hud_vidlag_frame_color               "0 0 0"
  1110. hud_vidlag_item_opacity              "1.0"
  1111. hud_vidlag_order                     "9"
  1112. hud_vidlag_place                     "top"
  1113. hud_vidlag_pos_x                     "0"
  1114. hud_vidlag_pos_y                     "0"
  1115. hud_vidlag_show                      "0"
  1116. hud_vidlag_style                     "0"
  1117.  
  1118. //Player Settings
  1119. ruleset                              "smackdown"
  1120. b_switch                             "1"
  1121. w_switch                             "1"
  1122. bottomcolor                          "11"
  1123. topcolor                             "11"
  1124. noaim                                "1"
  1125. msg                                  "1"
  1126. name                                 "ddk"
  1127. rate                                 "25000"
  1128. skin                                 ""
  1129. spectator                            ""
  1130. team                                 "^t^ks"
  1131.  
  1132. //Teamplay Communications
  1133. cl_sayfilter_coloredtext             "0"
  1134. cl_sayfilter_sendboth                "0"
  1135. tp_forceTriggers                     "0"
  1136. tp_loadlocs                          "1"
  1137. tp_msgtriggers                       "1"
  1138. tp_pointpriorities                   "0"
  1139. tp_soundtrigger                      "~"
  1140. tp_triggers                          "1"
  1141. tp_weapon_order                      "78653241"
  1142.  
  1143. //Skin Settings
  1144. skin_browser_zipcolor                "255 170 0 255"
  1145. skin_browser_dircolor                "170 80 0 255"
  1146. skin_browser_democolor               "255 255 255 255"
  1147. skin_browser_selectedcolor           "0 150 235 255"
  1148. skin_browser_scrollnames             "1"
  1149. skin_browser_interline               "0"
  1150. skin_browser_stripnames              "1"
  1151. skin_browser_showstatus              "1"
  1152. skin_browser_sortmode                "1"
  1153. skin_browser_showtime                "0"
  1154. skin_browser_showdate                "1"
  1155. skin_browser_showsize                "0"
  1156. teamskin                             "blue"
  1157. enemyskin                            "2_green"
  1158. teamquadskin                         ""
  1159. enemyquadskin                        ""
  1160. teampentskin                         ""
  1161. enemypentskin                        ""
  1162. teambothskin                         ""
  1163. enemybothskin                        ""
  1164. enemybottomcolor                     "-1"
  1165. enemytopcolor                        "-1"
  1166. teambottomcolor                      "-1"
  1167. teamtopcolor                         "-1"
  1168. teamforceskins                       "0"
  1169. enemyforceskins                      "0"
  1170. cl_name_as_skin                      "0"
  1171. baseskin                             "base"
  1172. noskins                              "2"
  1173. r_skincolormode                      "0"
  1174. r_teamskincolor                      ""
  1175. r_enemyskincolor                     ""
  1176. r_fullbrightSkins                    "1"
  1177.  
  1178. //Console Settings
  1179. cl_chatmode                          "2"
  1180. cl_savehistory                       "1"
  1181. con_clearnotify                      "1"
  1182. con_completion_color_colon           "fff"
  1183. con_completion_color_name            "8ff"
  1184. con_completion_color_quotes_current  "ff8"
  1185. con_completion_color_quotes_default  "ff8"
  1186. con_completion_color_title           "ff3"
  1187. con_completion_color_value_current   "fff"
  1188. con_completion_color_value_default   "fff"
  1189. con_completion_format                "0"
  1190. con_completion_padding               "2"
  1191. con_funchars_mode                    "1"
  1192. con_hide_chat_input                  "1"
  1193. con_highlight                        "0"
  1194. con_highlight_mark                   ""
  1195. con_notify                           "1"
  1196. con_notifylines                      "5"
  1197. con_notifytime                       "4"
  1198. con_particles_alpha                  "0"
  1199. con_particles_images                 "3"
  1200. con_prompt_charcode                  "93"
  1201. con_shift                            "0"
  1202. con_tilde_mode                       "0"
  1203. con_timestamps                       "1"
  1204. con_wordwrap                         "1"
  1205. cvar_viewdefault                     "1"
  1206. cvar_viewhelp                        "1"
  1207. cvar_viewlatched                     "1"
  1208. gl_alphafont                         "1"
  1209. gl_consolefont                       "char_dark1"
  1210. gl_smoothfont                        "1"
  1211. log_dir                              "qw/matchinfo/logs"
  1212. log_readable                         "1"
  1213. scr_conalpha                         "0.3"
  1214. scr_conback                          "1"
  1215. scr_conpicture                       "conback"
  1216. scr_consize                          "0.5"
  1217. scr_conspeed                         "9999"
  1218. scr_printspeed                       "8"
  1219.  
  1220. //Chat Settings
  1221. allow_f_cmdline                      "1"
  1222. allow_f_system                       "1"
  1223. auth_viewcrc                         "0"
  1224. cl_fakename                          "ddk"
  1225. cl_fakename_suffix                   " "
  1226. cl_floodprot                         "0"
  1227. cl_fp_messages                       "4"
  1228. cl_fp_persecond                      "4"
  1229. cl_nofake                            "2"
  1230. cl_parseFunChars                     "1"
  1231. cl_parseSay                          "1"
  1232. cl_parseWhiteText                    "1"
  1233. cl_restrictions                      "0"
  1234. ignore_flood                         "2"
  1235. ignore_flood_duration                "4"
  1236. ignore_mode                          "0"
  1237. ignore_opponents                     "0"
  1238. ignore_qizmo_spec                    "0"
  1239. ignore_qtv                           "0"
  1240. ignore_spec                          "0"
  1241. irc_server_address                   "194.124.229.59"
  1242. irc_server_password                  ""
  1243. irc_server_port                      "6667"
  1244. irc_user_nick                        ""
  1245. irc_user_realname                    ""
  1246. irc_user_username                    "ezQuake"
  1247. msg_filter                           "0"
  1248. s_chat_custom                        "1"
  1249.  
  1250. //FPS and EyeCandy Settings
  1251. cl_backpackfilter                    "0"
  1252. cl_deadbodyFilter                    "2"
  1253. cl_fakeshaft                         "1"
  1254. cl_gibFilter                         "1"
  1255. cl_hidenails                         "0"
  1256. cl_hiderockets                       "0"
  1257. cl_independentPhysics                "1"
  1258. cl_lerp_monsters                     "1"
  1259. cl_maxfps                            "241"
  1260. cl_model_bobbing                     "0"
  1261. cl_muzzleflash                       "0"
  1262. cl_newlerp                           "0"
  1263. cl_nolerp                            "0"
  1264. cl_novweps                           "0"
  1265. cl_physfps                           "77"
  1266. cl_physfps_spectator                 "300"
  1267. cl_r2g                               "0"
  1268. cl_vsync_lag_fix                     "0"
  1269. cl_vsync_lag_tweak                   "1.0"
  1270. gl_detail                            "0"
  1271. gl_powerupshells                     "1"
  1272. gl_powerupshells_size                "5"
  1273. gl_powerupshells_style               "0"
  1274. gl_simpleitems                       "1"
  1275. gl_simpleitems_orientation           "2"
  1276. gl_simpleitems_size                  "20"
  1277. r_bloom                              "0"
  1278. r_bloom_alpha                        "0.5"
  1279. r_bloom_darken                       "3"
  1280. r_bloom_diamond_size                 "8"
  1281. r_bloom_fast_sample                  "0"
  1282. r_bloom_intensity                    "1"
  1283. r_bloom_sample_size                  "256"
  1284. r_chaticons_alpha                    "0.8"
  1285. r_drawentities                       "1"
  1286. r_drawflame                          "1"
  1287. r_drawvweps                          "1"
  1288. r_explosionLight                     "1"
  1289. r_explosionLightColor                "0"
  1290. r_explosionType                      "5"
  1291. r_flagColor                          "0"
  1292. r_grenadeTrail                       "1"
  1293. r_lerpframes                         "1"
  1294. r_lerpmuzzlehack                     "1"
  1295. r_lgbloodColor                       "225"
  1296. r_lightflicker                       "1"
  1297. r_powerupGlow                        "2"
  1298. r_rocketLight                        "1"
  1299. r_rocketLightColor                   "0"
  1300. r_rocketTrail                        "2"
  1301. r_shaftalpha                         "1"
  1302. r_telesplash                         "1"
  1303.  
  1304. //Particle Effects
  1305. gl_bounceparticles                   "1"
  1306. gl_clipparticles                     "1"
  1307. gl_part_blobs                        "1"
  1308. gl_part_blood                        "1"
  1309. gl_part_detpackexplosion_fire_color  ""
  1310. gl_part_detpackexplosion_ray_color   ""
  1311. gl_part_explosions                   "1"
  1312. gl_part_gunshots                     "1"
  1313. gl_part_inferno                      "1"
  1314. gl_part_lavasplash                   "1"
  1315. gl_part_spikes                       "1"
  1316. gl_part_telesplash                   "2"
  1317. gl_part_tracer1_color                "0 124 0"
  1318. gl_part_tracer2_color                "255 77 0"
  1319. gl_part_trails                       "1"
  1320. gl_particle_blobs                    "0"
  1321. gl_particle_blood                    "0"
  1322. gl_particle_blood_color              "1"
  1323. gl_particle_blood_type               "1"
  1324. gl_particle_deatheffect              "0"
  1325. gl_particle_explosions               "0"
  1326. gl_particle_fasttrails               "0"
  1327. gl_particle_fire                     "1"
  1328. gl_particle_firecolor                ""
  1329. gl_particle_gibtrails                "0"
  1330. gl_particle_gunshots                 "0"
  1331. gl_particle_gunshots_type            "1"
  1332. gl_particle_muzzleflash              "0"
  1333. gl_particle_shockwaves               "0"
  1334. gl_particle_shockwaves_flat          "0"
  1335. gl_particle_sparks                   "0"
  1336. gl_particle_spikes                   "0"
  1337. gl_particle_spikes_type              "1"
  1338. gl_particle_trail_detail             "1"
  1339. gl_particle_trail_lenght             "1"
  1340. gl_particle_trail_time               "1"
  1341. gl_particle_trail_type               "1"
  1342. gl_particle_trail_width              "3"
  1343. gl_solidparticles                    "0"
  1344. r_particles_count                    "2048"
  1345.  
  1346. //Lighting
  1347. gl_colorlights                       "1"
  1348. gl_coronas                           "0"
  1349. gl_coronas_tele                      "0"
  1350. gl_fb_bmodels                        "1"
  1351. gl_fb_models                         "1"
  1352. gl_flashblend                        "0"
  1353. gl_lighting_colour                   "1"
  1354. gl_lighting_vertex                   "1"
  1355. gl_lightmode                         "2"
  1356. gl_loadlitfiles                      "1"
  1357. gl_rl_globe                          "0"
  1358. gl_shaftlight                        "1"
  1359. r_dynamic                            "1"
  1360. r_fullbright                         "0"
  1361. r_lightmap                           "0"
  1362. r_shadows                            "1"
  1363.  
  1364. //Turbulency and Sky Settings
  1365. gl_caustics                          "1"
  1366. gl_fog                               "0"
  1367. gl_fogblue                           "0.4"
  1368. gl_fogend                            "800.0"
  1369. gl_foggreen                          "0.5"
  1370. gl_fogred                            "0.6"
  1371. gl_fogsky                            "1"
  1372. gl_fogstart                          "50.0"
  1373. gl_surface_lava                      "0"
  1374. gl_surface_slime                     "0"
  1375. gl_turb_trails                       "0"
  1376. gl_turbalpha                         "1"
  1377. gl_turbfog                           "1"
  1378. gl_turbfogDensity                    "0"
  1379. gl_turbfog_color_lava                "255 64 0"
  1380. gl_turbfog_color_slime               "128 255 0"
  1381. gl_turbfog_color_water               "32 64 128"
  1382. gl_turbripple                        "0"
  1383. gl_weather_rain                      "0"
  1384. gl_weather_rain_fast                 "0"
  1385. r_fastsky                            "0"
  1386. r_fastturb                           "1"
  1387. r_lavacolor                          "80 0 0"
  1388. r_novis                              "0"
  1389. r_skycolor                           "0"
  1390. r_skyname                            ""
  1391. r_slimecolor                         "10 60 10"
  1392. r_telecolor                          "100 50 50"
  1393. r_watercolor                         "50 80 100"
  1394.  
  1395. //Weapon View Model Settings
  1396. cl_bob                               "0"
  1397. cl_bobcycle                          "0"
  1398. cl_bobup                             "0"
  1399. cl_filterdrawviewmodel               "1"
  1400. r_drawviewmodel                      "0"
  1401. r_viewmodelSize                      "1"
  1402. r_viewmodellastfired                 "0"
  1403. r_viewmodeloffset                    "0"
  1404. r_viewpreselgun                      "0"
  1405.  
  1406. //Texture Settings
  1407. gl_anisotropy                        "16"
  1408. gl_ext_texture_compression           "0"
  1409. gl_externalTextures_bmodels          "1"
  1410. gl_externalTextures_world            "1"
  1411. gl_lerpimages                        "1"
  1412. gl_lumaTextures                      "1"
  1413. gl_luma_level                        "1"
  1414. gl_max_size                          "1"
  1415. gl_miptexLevel                       "0"
  1416. gl_no24bit                           "0"
  1417. gl_picmip                            "0"
  1418. gl_playermip                         "0"
  1419. gl_scaleModelTextures                "0"
  1420. gl_scaleTurbTextures                 "1"
  1421. gl_subdivide_size                    "128"
  1422. gl_textureless                       "1"
  1423. gl_texturemode                       "gl_linear_mipmap_linear"
  1424. r_drawflat                           "0"
  1425. r_floorcolor                         "100"
  1426. r_wallcolor                          "3"
  1427.  
  1428. //Config Management
  1429. cfg_backup                           "0"
  1430. cfg_browser_democolor                "255 255 255 255"
  1431. cfg_browser_dircolor                 "170 80 0 255"
  1432. cfg_browser_interline                "0"
  1433. cfg_browser_scrollnames              "1"
  1434. cfg_browser_selectedcolor            "0 150 235 255"
  1435. cfg_browser_showdate                 "1"
  1436. cfg_browser_showsize                 "1"
  1437. cfg_browser_showstatus               "1"
  1438. cfg_browser_showtime                 "1"
  1439. cfg_browser_sortmode                 "1"
  1440. cfg_browser_stripnames               "1"
  1441. cfg_browser_zipcolor                 "255 170 0 255"
  1442. cfg_legacy_exec                      "0"
  1443. cfg_legacy_write                     "0"
  1444. cfg_save_aliases                     "1"
  1445. cfg_save_binds                       "1"
  1446. cfg_save_cmdline                     "1"
  1447. cfg_save_cmds                        "1"
  1448. cfg_save_cvars                       "1"
  1449. cfg_save_onquit                      "0"
  1450. cfg_save_sysinfo                     "1"
  1451. cfg_save_unchanged                   "1"
  1452. cfg_save_userinfo                    "2"
  1453. cfg_use_home                         "0"
  1454.  
  1455. //OpenGL Rendering
  1456. gl_affinemodels                      "0"
  1457. gl_buildingsparks                    "0"
  1458. gl_clear                             "1"
  1459. gl_clearColor                        "0 0 0"
  1460. gl_cull                              "1"
  1461. gl_cutf_tesla_effect                 "0"
  1462. gl_detpacklights                     "0"
  1463. gl_extratrails                       "0"
  1464. gl_finish                            "0"
  1465. gl_inferno_speed                     "1000"
  1466. gl_inferno_trail                     "2"
  1467. gl_lightning                         "0"
  1468. gl_lightning_color                   "120 140 255"
  1469. gl_lightning_size                    "3"
  1470. gl_lightning_sparks                  "0"
  1471. gl_lightning_sparks_size             "300"
  1472. gl_motiontrails                      "0"
  1473. gl_motiontrails_wtf                  "0"
  1474. gl_nailtrail                         "1"
  1475. gl_nailtrail_plasma                  "0"
  1476. gl_nailtrail_turb                    "0"
  1477. gl_nocolors                          "0"
  1478. gl_smoothmodels                      "1"
  1479. gl_triplebuffer                      "0"
  1480. gl_ztrick                            "0"
  1481. r_farclip                            "15372"
  1482.  
  1483. //System Settings
  1484. cl_mediaroot                         "0"
  1485. mumble_debug                         "0"
  1486. mumble_distance_ratio                "0.0254"
  1487. mumble_enabled                       "1"
  1488. sys_disableWinKeys                   "0"
  1489. sys_highpriority                     "0"
  1490. sys_inactiveSleep                    "1"
  1491. sys_yieldcpu                         "1"
  1492.  
  1493. //Video Settings
  1494. _windowed_mouse                      "1"
  1495. vid_allowExtensions                  "1"
  1496. vid_allowSoftwareGL                  "0"
  1497. vid_borderless                       "0"
  1498. vid_colorbits                        "32"
  1499. vid_conheight                        "320"
  1500. vid_conwidth                         "512"
  1501. vid_customheight                     "768"
  1502. vid_customwidth                      "1024"
  1503. vid_depthbits                        "0"
  1504. vid_displayfrequency                 "120"
  1505. vid_flashonactivity                  "1"
  1506. vid_forcerestoregamma                "0"
  1507. vid_fullscreen                       "1"
  1508. vid_glDriver                         "opengl32"
  1509. vid_hwgammacontrol                   "2"
  1510. vid_ignoreGLErrors                   "1"
  1511. vid_maskMinidriver                   "0"
  1512. vid_minpos                           "0"
  1513. vid_mode                             "13"
  1514. vid_showextensions                   "0"
  1515. vid_stencilbits                      "8"
  1516. vid_verbose                          "0"
  1517. vid_vsync                            "0.0"
  1518. vid_wideaspect                       "1"
  1519. vid_xpos                             "650"
  1520. vid_ypos                             "49"
  1521.  
  1522. //Sound Settings
  1523. bgmvolume                            "0.5"
  1524. cl_staticSounds                      "0"
  1525. s_ambientfade                        "100"
  1526. s_ambientlevel                       "0"
  1527. s_khz                                "44"
  1528. s_loadas8bit                         "0"
  1529. s_mixahead                           "0.06"
  1530. s_mm1_file                           "misc/talk.wav"
  1531. s_mm1_volume                         "0.3"
  1532. s_mm2_file                           "misc/talk.wav"
  1533. s_mm2_volume                         "0.3"
  1534. s_noextraupdate                      "1"
  1535. s_nosound                            "0"
  1536. s_otherchat_file                     "misc/talk.wav"
  1537. s_otherchat_volume                   "1"
  1538. s_precache                           "1"
  1539. s_show                               "0"
  1540. s_spec_file                          "misc/talk.wav"
  1541. s_spec_volume                        "0.3"
  1542. s_swapstereo                         "0"
  1543. sys_inactiveSound                    "0"
  1544. volume                               "0.04"
  1545.  
  1546. //MP3 Settings
  1547. mp3_player                           "winamp"
  1548. mp3_scrolltitle                      "1"
  1549. mp3_showtime                         "1"
  1550. mp3_winamp_dir                       "c:/program files/winamp"
  1551.  
  1552. //Input - Keyboard
  1553. cl_anglespeedkey                     "1.5"
  1554. cl_backspeed                         "320"
  1555. cl_forwardspeed                      "320"
  1556. cl_iDrive                            "0"
  1557. cl_keypad                            "1"
  1558. cl_movespeedkey                      "2.0"
  1559. cl_pitchspeed                        "150"
  1560. cl_showkeycodes                      "0"
  1561. cl_sidespeed                         "350"
  1562. cl_smartjump                         "1"
  1563. cl_upspeed                           "350"
  1564. cl_weaponhide                        "0"
  1565. cl_weaponhide_axe                    "0"
  1566. cl_weaponpreselect                   "0"
  1567. cl_yawspeed                          "140"
  1568.  
  1569. //Input - Mouse
  1570. in_di_buffered                       "1"
  1571. in_di_bufsize                        "16"
  1572. in_m_mwhook                          "0"
  1573. in_m_os_parameters                   "0"
  1574. in_m_smooth                          "0"
  1575. in_mouse                             "3"
  1576. m_accel                              "0.020"
  1577. m_filter                             "0"
  1578. m_forward                            "1"
  1579. m_pitch                              "-0.022"
  1580. m_rate                               "125"
  1581. m_showrate                           "0"
  1582. m_side                               "0.8"
  1583. m_yaw                                "0.022"
  1584.  
  1585. //Input - Joystick
  1586. in_raw_allbuttons                    "0"
  1587. joystick                             "0"
  1588.  
  1589. //Input - Misc
  1590. freelook                             "1"
  1591. lookspring                           "0"
  1592. lookstrafe                           "0"
  1593. scr_cursor_sensitivity               "0.1"
  1594. sensitivity                          "3.55"
  1595.  
  1596. //Network Settings
  1597. cl_c2sImpulseBackup                  "3"
  1598. cl_chunksperframe                    "2"
  1599. cl_crypt_rcon                        "0"
  1600. cl_delay_packet                      "0"
  1601. cl_earlypackets                      "1"
  1602. cl_fix_mvd                           "0"
  1603. cl_nodelta                           "0"
  1604. cl_nopred                            "0"
  1605. cl_pext_256packetentities            "1"
  1606. cl_pext_chunkeddownloads             "1"
  1607. cl_pext_other                        "0"
  1608. cl_predict_half                      "0"
  1609. cl_predict_players                   "1"
  1610. cl_proxyaddr                         ""
  1611. cl_solid_players                     "1"
  1612. cl_timeout                           "600"
  1613. cl_useproxy                          "1"
  1614. pushlatency                          "-999"
  1615.  
  1616. //Server Browser
  1617. sb_autohide                          "1"
  1618. sb_autoupdate                        "1"
  1619. sb_findroutes                        "1"
  1620. sb_hidedead                          "1"
  1621. sb_hideempty                         "0"
  1622. sb_hidefull                          "0"
  1623. sb_hidehighping                      "0"
  1624. sb_hidenotempty                      "0"
  1625. sb_inforetries                       "1"
  1626. sb_infospersec                       "200"
  1627. sb_infotimeout                       "400"
  1628. sb_listcache                         "1"
  1629. sb_liveupdate                        "2"
  1630. sb_mastercache                       "1"
  1631. sb_masterretries                     "3"
  1632. sb_mastertimeout                     "1000"
  1633. sb_nosockraw                         "0"
  1634. sb_pinglimit                         "80"
  1635. sb_pings                             "1"
  1636. sb_pingspersec                       "200"
  1637. sb_pingtimeout                       "400"
  1638. sb_proxinfopersec                    "10"
  1639. sb_proxretries                       "3"
  1640. sb_proxtimeout                       "1000"
  1641. sb_showaddress                       "0"
  1642. sb_showfraglimit                     "0"
  1643. sb_showgamedir                       "0"
  1644. sb_showmap                           "1"
  1645. sb_showping                          "1"
  1646. sb_showplayers                       "1"
  1647. sb_showproxies                       "0"
  1648. sb_showtimelimit                     "0"
  1649. sb_sortplayers                       "92"
  1650. sb_sortservers                       "32"
  1651. sb_sortsources                       "3"
  1652. sb_sourcevalidity                    "30"
  1653. sb_status                            "1"
  1654.  
  1655. //Status Bar and Scoreboard
  1656. cl_hudswap                           "0"
  1657. cl_loadFragfiles                     "1"
  1658. cl_parseFrags                        "1"
  1659. cl_sbar                              "0"
  1660. cl_useimagesinfraglog                "0"
  1661. con_fragmessages                     "0"
  1662. r_damagestats                        "0"
  1663. scr_centerSbar                       "1"
  1664. scr_compactHud                       "0"
  1665. scr_compactHudAlign                  "0"
  1666. scr_drawHFrags                       "3"
  1667. scr_drawVFrags                       "1"
  1668. scr_newhud                           "1"
  1669. scr_newhud_clear                     "0"
  1670. scr_sbar_drawammo                    "1"
  1671. scr_sbar_drawammocounts              "1"
  1672. scr_sbar_drawammoicon                "1"
  1673. scr_sbar_drawarmor                   "1"
  1674. scr_sbar_drawarmoricon               "1"
  1675. scr_sbar_drawfaceicon                "1"
  1676. scr_sbar_drawguns                    "1"
  1677. scr_sbar_drawhealth                  "1"
  1678. scr_sbar_drawitems                   "1"
  1679. scr_sbar_drawsigils                  "1"
  1680. scr_scoreboard_borderless            "0"
  1681. scr_scoreboard_centered              "1"
  1682. scr_scoreboard_drawtitle             "1"
  1683. scr_scoreboard_fadescreen            "0"
  1684. scr_scoreboard_fillalpha             "0.7"
  1685. scr_scoreboard_fillcolored           "3"
  1686. scr_scoreboard_forcecolors           "0"
  1687. scr_scoreboard_posy                  "15"
  1688. scr_scoreboard_showfrags             "1"
  1689. scr_scoreboard_teamsort              "1"
  1690.  
  1691. //Crosshair Settings
  1692. cl_crossx                            "0"
  1693. cl_crossy                            "0"
  1694. crosshair                            "0"
  1695. crosshairalpha                       "1"
  1696. crosshaircolor                       "0 255 255"
  1697. crosshairimage                       "crosshair3"
  1698. crosshairsize                        "1.35"
  1699.  
  1700. //Screen Settings
  1701. cl_clock                             "0"
  1702. cl_clock_format                      "%H:%M:%S"
  1703. cl_clock_x                           "0"
  1704. cl_clock_y                           "-1"
  1705. cl_confirmquit                       "0"
  1706. cl_democlock                         "0"
  1707. cl_democlock_x                       "0"
  1708. cl_democlock_y                       "-0.01"
  1709. cl_gameclock                         "2"
  1710. cl_gameclock_offset                  "0"
  1711. cl_gameclock_x                       "22.4"
  1712. cl_gameclock_y                       "26.9"
  1713. cl_multiview                         "0"
  1714. cl_mvdisplayhud                      "1"
  1715. cl_mvhudflip                         "0"
  1716. cl_mvhudpos                          "bottom center"
  1717. cl_mvhudvertical                     "0"
  1718. cl_mvinset                           "0"
  1719. cl_mvinsetcrosshair                  "1"
  1720. cl_mvinsethud                        "1"
  1721. cl_onload                            "console"
  1722. cl_shownet                           "0"
  1723. cl_verify_qwprotocol                 "1"
  1724. cl_window_caption                    "1"
  1725. demo_playlist_loop                   "0"
  1726. demo_playlist_track_name             ""
  1727. gl_contrast                          "1.3"
  1728. gl_gamma                             "0.67"
  1729. menu_ingame                          "1"
  1730. menu_marked_bgcolor                  "20 20 20 128"
  1731. menu_marked_fade                     "4"
  1732. r_glstats                            "0"
  1733. r_netgraph                           "0"
  1734. r_netstats                           "0"
  1735. r_speeds                             "0"
  1736. r_tracker_align_right                "1"
  1737. r_tracker_color_bad                  "900"
  1738. r_tracker_color_fragonme             "900"
  1739. r_tracker_color_good                 "090"
  1740. r_tracker_color_myfrag               "090"
  1741. r_tracker_color_suicide              "900"
  1742. r_tracker_color_tkbad                "009"
  1743. r_tracker_color_tkgood               "990"
  1744. r_tracker_flags                      "1"
  1745. r_tracker_frags                      "2"
  1746. r_tracker_frame_color                "0 0 0 0"
  1747. r_tracker_images_scale               "1"
  1748. r_tracker_messages                   "10"
  1749. r_tracker_scale                      "0.65"
  1750. r_tracker_streaks                    "0"
  1751. r_tracker_string_died                " (died)"
  1752. r_tracker_string_suicides            " (suicides)"
  1753. r_tracker_time                       "6"
  1754. r_tracker_x                          "0"
  1755. r_tracker_y                          "-12"
  1756. scr_autoid                           "5"
  1757. scr_autoid_drawname                  "1"
  1758. scr_centerMenu                       "1"
  1759. scr_centershift                      "0"
  1760. scr_centertime                       "2"
  1761. scr_coloredText                      "2"
  1762. scr_coloredfrags                     "1"
  1763. scr_cursor_alpha                     "1"
  1764. scr_cursor_iconoffset_x              "10"
  1765. scr_cursor_iconoffset_y              "0"
  1766. scr_cursor_scale                     "0.2"
  1767. scr_menualpha                        "0"
  1768. scr_menudrawhud                      "0"
  1769. scr_qtvbuffer                        "0"
  1770. scr_qtvbuffer_x                      "0"
  1771. scr_qtvbuffer_y                      "-10"
  1772. scr_scaleMenu                        "1"
  1773. scr_scoreboard_drawfps               "0"
  1774. scr_showcrosshair                    "1"
  1775. scr_shownick_frame_color             "10 0 0 120"
  1776. scr_shownick_name_width              "6"
  1777. scr_shownick_order                   "%p%n %a/%H %w"
  1778. scr_shownick_scale                   "1"
  1779. scr_shownick_time                    "0.8"
  1780. scr_shownick_x                       "0"
  1781. scr_shownick_y                       "0"
  1782. scr_spectatorMessage                 "1"
  1783. scr_teaminfo                         "0"
  1784. scr_teaminfo_align_right             "1"
  1785. scr_teaminfo_armor_style             "3"
  1786. scr_teaminfo_frame_color             "0 0 0 40"
  1787. scr_teaminfo_loc_width               "7"
  1788. scr_teaminfo_low_health              "25"
  1789. scr_teaminfo_name_width              "6"
  1790. scr_teaminfo_order                   "%p%n %l‘ %a/%h %w"
  1791. scr_teaminfo_scale                   "1"
  1792. scr_teaminfo_show_enemies            "0"
  1793. scr_teaminfo_show_self               "2"
  1794. scr_teaminfo_weapon_style            "1"
  1795. scr_teaminfo_x                       "0"
  1796. scr_teaminfo_y                       "0"
  1797. scr_tracking                         "Tracking %t %n, [JUMP] for next"
  1798. scr_weaponstats                      "0"
  1799. scr_weaponstats_align_right          "1"
  1800. scr_weaponstats_frame_color          "10 0 0 120"
  1801. scr_weaponstats_order                "&c990sg&r:%2 &c099ssg&r:%3 &c900rl&r:#7 &c009lg&r:%8"
  1802. scr_weaponstats_scale                "1"
  1803. scr_weaponstats_x                    "0"
  1804. scr_weaponstats_y                    "0"
  1805. show_fps                             "1"
  1806. show_fps_x                           "-0.9"
  1807. show_fps_y                           "-0"
  1808. show_speed                           "0"
  1809. show_speed_x                         "-1"
  1810. show_speed_y                         "1"
  1811. showdrop                             "0"
  1812. showpackets                          "0"
  1813. showpause                            "1"
  1814. showram                              "1"
  1815. showturtle                           "0"
  1816.  
  1817. //Screen & Powerup Blends
  1818. cl_bonusflash                        "0"
  1819. cl_demoplay_flash                    "1"
  1820. gl_cshiftpercent                     "100"
  1821. gl_hwblend                           "1"
  1822. gl_polyblend                         "1"
  1823. v_contentblend                       "0"
  1824. v_damagecshift                       "0"
  1825. v_dlightcshift                       "1"
  1826. v_pentcshift                         "0.1"
  1827. v_quadcshift                         "0.5"
  1828. v_ringcshift                         "0.15"
  1829. v_suitcshift                         "0.2"
  1830.  
  1831. //View Settings
  1832. cl_rollangle                         "0"
  1833. cl_rollspeed                         "200"
  1834. default_fov                          "108"
  1835. fov                                  "119.472343"
  1836. r_nearclip                           "1"
  1837. v_centermove                         "0.15"
  1838. v_centerspeed                        "500"
  1839. v_gunkick                            "0"
  1840. v_idlescale                          "0"
  1841. v_ipitch_cycle                       "1"
  1842. v_ipitch_level                       "0.3"
  1843. v_iroll_cycle                        "0.5"
  1844. v_iroll_level                        "0.1"
  1845. v_iyaw_cycle                         "2"
  1846. v_iyaw_level                         "0.3"
  1847. v_kickpitch                          "0"
  1848. v_kickroll                           "0"
  1849. v_kicktime                           "0"
  1850. v_viewheight                         "-6.10"
  1851. viewsize                             "100"
  1852.  
  1853. //Match Tools
  1854. match_auto_logconsole                "2"
  1855. match_auto_minlength                 "90"
  1856. match_auto_record                    "0"
  1857. match_auto_spectating                "0"
  1858. match_auto_sshot                     "1"
  1859. match_auto_unminimize                "1"
  1860. match_format_2on2                    "2on2/%M/%y-%m-%d_%b_[%M]"
  1861. match_format_3on3                    "3on3/%y-%m-%d_%b_[%M]"
  1862. match_format_4on4                    "4on4/%M/y-%m-%d_%b_[%M]"
  1863. match_format_arena                   "arena/%y-%m-%d_%p(%C)_[%M]"
  1864. match_format_coop                    "solo/%y-%m-%d_%k"
  1865. match_format_duel                    "1on1/%M/%y-%m-%d_%p_vs_%e_[%M]"
  1866. match_format_ffa                     "ffa/%M/%y-%m-%d_%p(%C)_[%M]"
  1867. match_format_multiteam               "tdm/%n - [%a_%b] - [%M]"
  1868. match_format_race                    "race/%y-%m-%d_%p(%C)_[%M]"
  1869. match_format_solo                    "solo/%y-%m-%d_%p"
  1870. match_format_tdm                     "tdm/%y-%m-%d_(%a)_%b_[%M]"
  1871. match_format_tf_clanwar              "tf_clanwar/%y-%m-%d_(%a)_%b_[%M]"
  1872. match_format_tf_duel                 "tf_duel/%y-%m-%d_%t_vs_%e_[%M]"
  1873. match_name_and                       "_&_"
  1874. match_name_nick                      ""
  1875. match_name_on                        "off"
  1876. match_name_spec                      "(SPEC)"
  1877. match_name_versus                    "_vs_"
  1878.  
  1879. //Demo Handling
  1880. cl_demoPingInterval                  "5"
  1881. cl_demospeed                         "0.6"
  1882. demo_autotrack                       "0"
  1883. demo_benchmarkdumps                  "1"
  1884. demo_browser_democolor               "255 255 255 255"
  1885. demo_browser_dircolor                "170 80 0 255"
  1886. demo_browser_interline               "0"
  1887. demo_browser_scrollnames             "1"
  1888. demo_browser_selectedcolor           "0 150 235 255"
  1889. demo_browser_showdate                "1"
  1890. demo_browser_showsize                "1"
  1891. demo_browser_showstatus              "1"
  1892. demo_browser_showtime                "0"
  1893. demo_browser_sortmode                "1"
  1894. demo_browser_stripnames              "1"
  1895. demo_browser_zipcolor                "255 170 0 255"
  1896. demo_capture_codec                   "xvid"
  1897. demo_capture_dir                     "qw/capture"
  1898. demo_capture_fps                     "30.0"
  1899. demo_capture_mp3                     "0"
  1900. demo_capture_mp3_kbps                "128"
  1901. demo_capture_steadycam               "0"
  1902. demo_dir                             "qw/matchinfo/demos"
  1903. demo_format                          "qwd"
  1904. demo_getpings                        "1"
  1905. qizmo_dir                            "qw/qizmo"
  1906. qwdtools_dir                         "qw/qwdtools"
  1907.  
  1908. //Screenshot Settings
  1909. image_jpeg_quality_level             "75"
  1910. image_png_compression_level          "6"
  1911. scr_allowsnap                        "0"
  1912. sshot_autoname                       "0"
  1913. sshot_dir                            "qw/matchinfo/screenshots"
  1914. sshot_format                         "png"
  1915.  
  1916. //Spectator Tracking
  1917. cam_dist                             "100"
  1918. cam_lockdir                          "0"
  1919. cam_lockpos                          "0"
  1920. cam_thirdperson                      "0"
  1921. cam_zoomaccel                        "2000"
  1922. cam_zoomspeed                        "300"
  1923. cl_camera_death                      "0"
  1924. cl_camera_tpp                        "0"
  1925. cl_camera_tpp_distance               "-56"
  1926. cl_camera_tpp_height                 "24"
  1927. cl_chasecam                          "1"
  1928. cl_hightrack                         "0"
  1929.  
  1930. //Item Names
  1931. tp_name_axe                          "axe"
  1932. tp_name_sg                           "sg"
  1933. tp_name_ssg                          "ssg"
  1934. tp_name_ng                           "ng"
  1935. tp_name_sng                          "sng"
  1936. tp_name_gl                           "{&c2aagl&cfff}"
  1937. tp_name_rl                           "{&c2aarl&cfff}"
  1938. tp_name_lg                           "{&c2aalg&cfff}"
  1939. tp_name_ga                           "{&c0b0ga&cfff}"
  1940. tp_name_ya                           "{&cff0ya&cfff}"
  1941. tp_name_ra                           "{&cf00ra&cfff}"
  1942. tp_name_armortype_ga                 "{&c0b0ga&cfff}"
  1943. tp_name_armortype_ya                 "{&cff0ya&cfff}"
  1944. tp_name_armortype_ra                 "{&cf00ra&cfff}"
  1945. tp_name_shells                       "shells"
  1946. tp_name_nails                        "nails"
  1947. tp_name_rockets                      "rox"
  1948. tp_name_cells                        "cells"
  1949. tp_name_quad                         "{&c05fquad&cfff}"
  1950. tp_name_pent                         "{&cf00pent&cfff}"
  1951. tp_name_ring                         "{&cff0ring&cfff}"
  1952. tp_name_suit                         "suit"
  1953. tp_name_mh                           "{&c0a0mega&cfff}"
  1954. tp_name_health                       "health"
  1955. tp_name_armor                        "armor"
  1956. tp_name_weapon                       "rl"
  1957. tp_name_backpack                     "{&cf2apack&cfff}"
  1958. tp_name_flag                         "{flag}"
  1959. tp_name_sentry                       "sentry"
  1960. tp_name_disp                         "dispenser"
  1961. tp_name_teammate                     ""
  1962. tp_name_enemy                        "{&cf00enemy&cfff}"
  1963. tp_name_eyes                         "{eyes}"
  1964. tp_name_quaded                       "{quaded}"
  1965. tp_name_pented                       "{pented}"
  1966. tp_name_status_white                 "$W"
  1967. tp_name_status_green                 "$G"
  1968. tp_name_status_yellow                "$Y"
  1969. tp_name_status_red                   "$R"
  1970. tp_name_status_blue                  "$B"
  1971. tp_name_rune4                        "regeneration rune"
  1972. tp_name_rune3                        "haste rune"
  1973. tp_name_rune2                        "strength rune"
  1974. tp_name_rune1                        "resistance rune"
  1975. tp_name_someplace                    " "
  1976. tp_name_at                           " $d "
  1977. tp_name_nothing                      "nothing"
  1978. tp_name_none                         ""
  1979. tp_name_separator                    "$x20"
  1980.  
  1981. //Item Need Amounts
  1982. tp_need_rl                           "1"
  1983. tp_need_weapon                       "87"
  1984. tp_need_ga                           "70"
  1985. tp_need_ya                           "70"
  1986. tp_need_ra                           "70"
  1987. tp_need_shells                       "0"
  1988. tp_need_nails                        "0"
  1989. tp_need_rockets                      "5"
  1990. tp_need_cells                        "7"
  1991. tp_need_health                       "40"
  1992.  
  1993. //Unsorted Variables
  1994. allow_download                       "1"
  1995. allow_download_demos                 "1"
  1996. allow_download_maps                  "1"
  1997. allow_download_models                "1"
  1998. allow_download_other                 "1"
  1999. allow_download_pakmaps               "1"
  2000. allow_download_skins                 "1"
  2001. allow_download_sounds                "1"
  2002. auth_timeout                         "3600"
  2003. auth_validate                        "1"
  2004. auth_warninvalid                     "0"
  2005. cl_curlybraces                       "0"
  2006. coop                                 "0"
  2007. deathmatch                           "3"
  2008. download_map_url                     ""
  2009. filterban                            "1"
  2010. frag_log_type                        "0"
  2011. fraglimit                            "50"
  2012. fs_cache                             "1"
  2013. gl_maxtmu2                           "0"
  2014. gl_particle_fulldetail               "0"
  2015. hostname                             "Frogbot Clan Arena"
  2016. in_builtinkeymap                     "1"
  2017. keymap_name                          "Default"
  2018. maxclients                           "8"
  2019. maxspectators                        "8"
  2020. maxvip_spectators                    "0"
  2021. menu_advanced                        "1"
  2022. not_auth_timeout                     "20"
  2023. pausable                             "1"
  2024. pm_airstep                           "0"
  2025. pm_ktjump                            "0.5"
  2026. qconsole_log_say                     "0"
  2027. qtv_maxstreams                       "1"
  2028. qtv_password                         ""
  2029. qtv_pendingtimeout                   "5"
  2030. qtv_streamport                       "0"
  2031. qtv_streamtimeout                    "45"
  2032. samelevel                            "8393473"
  2033. skill                                "1"
  2034. spectator_password                   ""
  2035. sv_accelerate                        "10"
  2036. sv_admininfo                         ""
  2037. sv_airaccelerate                     "10"
  2038. sv_allowlastscores                   "1"
  2039. sv_cheats                            "0"
  2040. sv_cpserver                          "0"
  2041. sv_crypt_rcon                        "1"
  2042. sv_default_name                      "unnamed"
  2043. sv_demoClearOld                      "0"
  2044. sv_demoDir                           "demos"
  2045. sv_demoExtraNames                    "0"
  2046. sv_demoIdlefps                       "10"
  2047. sv_demoMaxDirSize                    "102400"
  2048. sv_demoMaxSize                       "20480"
  2049. sv_demoPrefix                        ""
  2050. sv_demoRegexp                        "\.mvd(\.(gz|bz2|rar|zip))?$"
  2051. sv_demoSuffix                        ""
  2052. sv_demoUseCache                      "0"
  2053. sv_demofps                           "30"
  2054. sv_demonovis                         "1"
  2055. sv_demopings                         "3"
  2056. sv_demotxt                           "1"
  2057. sv_downloadchunksperframe            "2"
  2058. sv_enable_cmd_minping                "1"
  2059. sv_enableprofile                     "0"
  2060. sv_forcenick                         "0"
  2061. sv_forcenqprogs                      "0"
  2062. sv_forcespec_onfull                  "2"
  2063. sv_friction                          "4"
  2064. sv_getrealip                         "1"
  2065. sv_gravity                           "800"
  2066. sv_hashpasswords                     "1"
  2067. sv_kicktop                           "1"
  2068. sv_kickuserinfospamcount             "30"
  2069. sv_kickuserinfospamtime              "3"
  2070. sv_ktpro_mode                        "auto"
  2071. sv_loadentfiles                      "0"
  2072. sv_logdir                            "."
  2073. sv_login                             "0"
  2074. sv_mapcheck                          "1"
  2075. sv_maxdownloadrate                   "0"
  2076. sv_maxlogsize                        "0"
  2077. sv_maxrate                           "0"
  2078. sv_maxspeed                          "320"
  2079. sv_maxtic                            "0.1"
  2080. sv_maxuploadsize                     "1048576"
  2081. sv_maxvelocity                       "2000"
  2082. sv_minping                           "0"
  2083. sv_mintic                            "0"
  2084. sv_mod_msg_file                      ""
  2085. sv_nailhack                          "1"
  2086. sv_onDemoRemove                      ""
  2087. sv_onRecordFinish                    ""
  2088. sv_phs                               "1"
  2089. sv_progsname                         "spprogs"
  2090. sv_progtype                          "0"
  2091. sv_qwfwd_port                        "30000"
  2092. sv_rconlim                           "10"
  2093. sv_reconnectlimit                    "0"
  2094. sv_registrationinfo                  ""
  2095. sv_sayteam_to_spec                   "1"
  2096. sv_serverip                          ""
  2097. sv_specprint                         "0"
  2098. sv_spectalk                          "1"
  2099. sv_spectatormaxspeed                 "500"
  2100. sv_speedcheck                        "1"
  2101. sv_stopspeed                         "100"
  2102. sv_timestamplen                      "60"
  2103. sv_unfake                            "1"
  2104. sv_use_dns                           "0"
  2105. sv_use_internal_cmd_dl               "1"
  2106. sv_wateraccelerate                   "10"
  2107. sv_waterfriction                     "4"
  2108. sys_restart_on_error                 "0"
  2109. sys_select_timeout                   "10000"
  2110. teamplay                             "0"
  2111. telnet_log_level                     "0"
  2112. telnet_password                      ""
  2113. timelimit                            "10"
  2114. timeout                              "65"
  2115. vip_password                         ""
  2116. vip_values                           ""
  2117. watervis                             "0"
  2118. zombietime                           "2"
  2119.  
  2120. //User Created Variables
  2121. set  g_qwshotgun                     "0"
  2122. set  loc_name_ga                     "ga"
  2123. set  loc_name_mh                     "mega"
  2124. set  loc_name_ra                     "ra"
  2125. set  loc_name_separator              "$."
  2126. set  loc_name_ya                     "ya"
  2127. set  nick                            "{&cfffddk&cfff}"
  2128. set  prxaddress                      "null"
  2129. set  qtvaddress                      "null"
  2130. set  svraddress                      "null"
  2131. set  wp                              "2"
  2132.  
  2133. ////////////////////////////////////////////////////////////////////////////////////////////////////
  2134. //                                                                                                //
  2135. //                                S E L E C T E D   S O U R C E S                                 //
  2136. //                                                                                                //
  2137. ////////////////////////////////////////////////////////////////////////////////////////////////////
  2138.  
  2139.  
  2140. sb_sourceunmarkall
  2141. sb_sourcemark "Global"
  2142.  
  2143. ////////////////////////////////////////////////////////////////////////////////////////////////////
  2144. //                                                                                                //
  2145. //                                         A L I A S E S                                          //
  2146. //                                                                                                //
  2147. ////////////////////////////////////////////////////////////////////////////////////////////////////
  2148.  
  2149.  
  2150. alias +axe              "weapon 1;+attack"
  2151. alias -axe              "-attack;weapon 2"
  2152. alias +gl               "weapon 6 5 3 2 4 1;+attack"
  2153. alias -gl               "-attack;weapon 2"
  2154. alias +lg               "weapon 8 5 3 2 4 1;+attack"
  2155. alias -lg               "-attack;weapon 2"
  2156. alias +ng               "weapon 4 5 3 2 1;+attack"
  2157. alias -ng               "-attack;weapon 2"
  2158. alias +rl               "weapon 7 6 5 3 2 4 1;+attack"
  2159. alias -rl               "-attack;weapon 2"
  2160. alias +sg               "weapon 2 3 5 4 1;+attack"
  2161. alias -sg               "-attack;weapon 2"
  2162. alias +sng              "weapon 5 3 2 4 1;+attack"
  2163. alias -sng              "-attack;weapon 2"
  2164. alias +ssg              "weapon 3 2 5 4 1;+attack"
  2165. alias -ssg              "-attack;weapon 2"
  2166. alias +zoom             "set oldsens $sensitivity;sensitivity 2;fov 83;wait;fov 56;wait;fov 29"
  2167. alias -zoom             "sensitivity $oldsens;fov 56;wait;fov 83;wait;fov 110"
  2168.  
  2169. alias _coming           "say_team $\$nick coming $[{%l}$]"
  2170. alias _epowerup         "say_team $\$nick $tp_name_enemy %q"
  2171. alias _getpent          "say_team $\$nick get $tp_name_pent"
  2172. alias _getquad          "say_team $\$nick get $tp_name_quad"
  2173. alias _help             "say_team $\$nick {&cff0HELP&cfff} $[{%l}$] $bestweapon:{$bestammo}"
  2174. alias _lost             "if (($health < 0) and ($weapon == $qt$tp_name_rl$qt) or ($weapon == $qt$tp_name_lg$qt)) then _reportdrop else _lost00"
  2175. alias _lost00           "say_team $\$nick {&cf00LOST&cfff} $[{%d}$] %E"
  2176. alias _msgPointG        "say_team $\$nick %x at $[{%y}$]"
  2177. alias _msgPointP        "say_team $\$nick $tp_name_pented $tp_name_enemy at $[{%y}$]"
  2178. alias _msgPointQ        "say_team $\$nick $tp_name_quaded $tp_name_enemy at $[{%y}$]"
  2179. alias _msgPointQP       "say_team $\$nick $tp_name_quad $tp_name_pented $tp_name_enemy at $[{%y}$]"
  2180. alias _need             "if $need != $tp_name_nothing then _need2"
  2181. alias _need2            "say_team $\$nick need %u"
  2182. alias _nothing          ""
  2183. alias _point            "if $qt$point$qt = $qt$tp_name_nothing$qt then else if $ledpoint = $tp_name_status_red then _pointEPowerup else if $ledpoint = $tp_name_status_green then else _point2"
  2184. alias _point2           "say_team $\$nick %x at $[{%y}$]"
  2185. alias _pointEPowerup    "if $qt$tp_name_eyes$qt isin $qt$point$qt then _msgPointG else _pointEPowerup2"
  2186. alias _pointEPowerup2   "if $qt$tp_name_quaded$qt isin $qt$point$qt then _pointEQ else _pointEPowerup3"
  2187. alias _pointEPowerup3   "if $qt$tp_name_pented$qt isin $qt$point$qt then _msgPointP else _msgPointG"
  2188. alias _pointEQ          "if $qt$tp_name_pented$qt isin $qt$point$qt then _msgPointQP else _msgPointQ"
  2189. alias _quadover         "say_team $\$nick $tp_name_quad over"
  2190. alias _report           "if $health < 0 then _lost else _report00"
  2191. alias _report00         "if $qt$powerups$qt = $qt$tp_name_none$qt then _report01 else _report02"
  2192. alias _report01         "if $qt$tp_name_lg$qt isin $qt$weapons$qt then _report03 else _report07"
  2193. alias _report02         "if $qt$tp_name_lg$qt isin $qt$weapons$qt then _report04 else _report07"
  2194. alias _report03         "if $qt$bestweapon$qt = $qt$tp_name_lg$qt then _report07 else _report06"
  2195. alias _report04         "if $qt$bestweapon$qt = $qt$tp_name_lg$qt then _report07 else _report06"
  2196. alias _report05         "say_team $\$nick %A{%a}/{%h} $bestweapon:{$bestammo} $tp_name_lg:{$cells} $[{%l}$] $powerups"
  2197. alias _report06         "say_team $\$nick %A{%a}/{%h} $bestweapon:{$bestammo} $tp_name_lg:{$cells} $[{%l}$] $powerups"
  2198. alias _report07         "say_team $\$nick %A{%a}/{%h} $bestweapon:{$bestammo} $[{%l}$] $powerups"
  2199. alias _reportdrop       "say_team $\$nick {&cf00DROPPED&cfff} $weapon $[{%l}$]"
  2200. alias _rlkilled         "say_team $\$nick $tp_name_rl killed $[{%l}$]"
  2201. alias _safe             "say_team $\$nick {&c0b0SAFE&cfff} $[{%l}$] $bestweapon:{$bestammo}"
  2202. alias _slipped          "say_team $\$nick $tp_name_enemy slipped $[{tele}$]"
  2203. alias _switch           "say_team $\$nick replace $[{%l}$]"
  2204. alias _took             "say_team $\$nick took $took $[{%Y}$]"
  2205. alias _tpowerup         "say_team $\$nick team %p"
  2206. alias bot_1on1          "exec configs/fb_1on1.cfg"
  2207. alias bot_2on2          "exec configs/fb_2on2.cfg;team blue;color 13"
  2208. alias bot_4on4          "exec configs/fb_4on4.cfg;team blue;color 13"
  2209. alias bot_arena         "exec configs/fb_arena.cfg"
  2210. alias bot_carena        "exec configs/fb_ca.cfg"
  2211. alias bot_ffa           "exec configs/fb_ffa.cfg"
  2212. alias date              "echo $date $time"
  2213. alias demo              "exec scripts/demo.cfg"
  2214. alias eyecandy          "gl_externalTextures_bmodels 1;gl_externalTextures_world 1;gl_texturemode gl_linear_mipmap_nearest;gl_loadlitfiles 1;gl_miptexlevel 0;r_drawflat 0;r_fastturb 0;r_skyname bloody-marvelous512"
  2215. alias gl_amfdebug       ""
  2216. alias infoset           ""
  2217. alias legoquake         "gl_externalTextures_bmodels 0;gl_externalTextures_world 0;gl_texturemode gl_nearest;gl_loadlitfiles 0;gl_miptexlevel 3;r_drawflat 0;r_fastsky 1;r_fastturb 0;r_skyname $qt$qt"
  2218. alias mp3               "exec scripts/mp3.cfg"
  2219. alias on_enter          "vid_vsync 0.0"
  2220. alias on_spec_enter     "vid_vsync 1.0"
  2221. alias originalquake     "gl_externalTextures_bmodels 0;gl_externalTextures_world 0;gl_texturemode gl_linear_mipmap_nearest;gl_loadlitfiles 0;gl_miptexlevel 0;r_drawflat 0;r_fastturb 0;r_fastsky 0;r_skyname $qt$qt"
  2222. alias proxyautoexec     "say ,background 1;exec qizmo/menu.cfg"
  2223. alias regeneration-1    "gl_lightmode 0;gl_scaleTurbTextures 0;gl_scaleModelTextures 0;gl_texturemode gl_linear_mipmap_linear;gl_externalTextures_bmodels 1;gl_externalTextures_world  1;gl_picmip 0;gl_miptexLevel 0;cvar_reset gl_max_size"
  2224. alias servers           "exec scripts/servers.cfg"
  2225. alias simpletextures    "gl_texturemode gl_linear_mipmap_nearest;gl_miptexlevel 0;gl_loadlitfiles 0;r_drawflat 1;r_fastturb 1;r_fastsky 1;r_skyname $qt$qt"
  2226. alias sinfoset          ""
  2227. alias zoom_in           "sensitivity 2;fov 90;wait;fov 70;wait;fov 50;wait;fov 30;wait;fov 10;wait;fov 5;bind F11 zoom_out"
  2228. alias zoom_out          "sensitivity 4;fov 5;wait;fov 10;wait;fov 30;wait;fov 50;wait;fov 70;wait;fov 90;bind F11 zoom_in;sensitivity 3"
  2229.  
  2230. ////////////////////////////////////////////////////////////////////////////////////////////////////
  2231. //                                                                                                //
  2232. //                                       Q W 2 6 2   H U D                                        //
  2233. //                                                                                                //
  2234. ////////////////////////////////////////////////////////////////////////////////////////////////////
  2235.  
  2236.  
  2237.  
  2238. ////////////////////////////////////////////////////////////////////////////////////////////////////
  2239. //                                                                                                //
  2240. //                               T E A M P L A Y   C O M M A N D S                                //
  2241. //                                                                                                //
  2242. ////////////////////////////////////////////////////////////////////////////////////////////////////
  2243.  
  2244.  
  2245.  
  2246. tp_pickup    powerups weapons armor mh ssg pack cells rockets
  2247. tp_took      powerups weapons armor mh ssg pack cells rockets
  2248. tp_point     powerups weapons armor players mh ssg pack cells rockets
  2249.  
  2250. filter       clear
  2251.  
  2252.  
  2253. ////////////////////////////////////////////////////////////////////////////////////////////////////
  2254. //                                                                                                //
  2255. //                          M I S C E L L A N E O U S   C O M M A N D S                           //
  2256. //                                                                                                //
  2257. ////////////////////////////////////////////////////////////////////////////////////////////////////
  2258.  
  2259.  
  2260. mapgroup 2fort5 2fort5r
  2261. mapgroup mbases mbasesr
  2262.  
  2263.  
  2264. floodprot 9 9 1
  2265.  
  2266. hud_recalculate
  2267.  
  2268.  
  2269. ////////////////////////////////////////////////////////////////////////////////////////////////////
  2270. //                                                                                                //
  2271. //                                   P L U S   C O M M A N D S                                    //
  2272. //                                                                                                //
  2273. ////////////////////////////////////////////////////////////////////////////////////////////////////
  2274.  
  2275.  
  2276. -moveup
  2277. -movedown
  2278. -left
  2279. -right
  2280. -forward
  2281. -back
  2282. -lookup
  2283. -lookdown
  2284. -strafe
  2285. -moveleft
  2286. -moveright
  2287. -speed
  2288. -attack
  2289. -use
  2290. -jump
  2291. -klook
  2292. -mlook
  2293. -showscores
  2294. -showteamscores
  2295.  
  2296. ////////////////////////////////////////////////////////////////////////////////////////////////////
  2297. //                                                                                                //
  2298. //                                    K E Y   B I N D I N G S                                     //
  2299. //                                                                                                //
  2300. ////////////////////////////////////////////////////////////////////////////////////////////////////
  2301.  
  2302.  
  2303. bind  TAB           "+showteamscores"
  2304. bind  ENTER         "messagemode2"
  2305. bind  ESCAPE        "togglemenu"
  2306. bind  SPACE         "+jump"
  2307. bind  '             "mp3_volume 0.1"
  2308. bind  +             ""
  2309. bind  ,             "mp3_volume 0"
  2310. bind  -             ""
  2311. bind  .             "mp3_volume 0.2"
  2312. bind  /             ""
  2313. bind  0             "mp3_volume 0.8"
  2314. bind  1             "_rlkilled"
  2315. bind  2             "_need"
  2316. bind  3             "_took"
  2317. bind  4             "_tpowerup"
  2318. bind  5             "_epowerup"
  2319. bind  6             "_quadover"
  2320. bind  7             "say call me a bus driver cos im taking you to school!"
  2321. bind  8             "weapon 8"
  2322. bind  9             ""
  2323. bind  ";"             "say_team $\$nick no/u $[{%l}$]"
  2324. bind  =             ""
  2325. bind  [             "mp3_prev"
  2326. bind  \             ""
  2327. bind  ]             "mp3_next"
  2328. bind  _             ""
  2329. bind  `             "toggleconsole"
  2330. bind  a             "_help"
  2331. bind  b             "_safe"
  2332. bind  c             ""
  2333. bind  d             "+back"
  2334. bind  e             "+forward"
  2335. bind  f             "+moveright"
  2336. bind  g             "bind mouse1 +gl"
  2337. bind  h             "bind mouse1 +ng"
  2338. bind  i             "say B)"
  2339. bind  j             "bind mouse1 +ng"
  2340. bind  k             "_epowerup"
  2341. bind  l             ""
  2342. bind  m             "_coming                        // coming from location"
  2343. bind  n             "_switch"
  2344. bind  o             ""
  2345. bind  p             "screenshot"
  2346. bind  q             "_report"
  2347. bind  r             "bind mouse1 +ssg"
  2348. bind  s             "+moveleft"
  2349. bind  t             "shownick;_point"
  2350. bind  u             "say_team $\$nick no/u $[{%l}$]"
  2351. bind  v             "_lost"
  2352. bind  w             "bind mouse1 +sng"
  2353. bind  x             "_getpent"
  2354. bind  y             "_slipped"
  2355. bind  z             "_getquad"
  2356. bind  ~             "toggleconsole"
  2357. bind  BACKSPACE     "messagemode"
  2358. bind  PAUSE         "toggleproxymenu"
  2359. bind  UPARROW       ""
  2360. bind  DOWNARROW     ""
  2361. bind  LEFTARROW     ""
  2362. bind  RIGHTARROW    ""
  2363. bind  ALT           ""
  2364. bind  CTRL          "bind mouse1 +axe"
  2365. bind  SHIFT         "+gl"
  2366. bind  F1            "yes"
  2367. bind  F2            "agree"
  2368. bind  F3            "ready"
  2369. bind  F4            "break"
  2370. bind  F5            "join"
  2371. bind  F6            "observe"
  2372. bind  F7            "join"
  2373. bind  F8            "say np: {$mp3info}"
  2374. bind  F9            "demo_capture start 15 quadend"
  2375. bind  F10           "demo_capture stop"
  2376. bind  F11           ""
  2377. bind  F12           "screenshot"
  2378. bind  INS           "ready"
  2379. bind  DEL           "break"
  2380. bind  PGDN          ""
  2381. bind  PGUP          ""
  2382. bind  HOME          ""
  2383. bind  END           ""
  2384. bind  KP_STAR       ""
  2385. bind  KP_HOME       "demo_setspeed 15;echo Demo: Slow motion (slowest)"
  2386. bind  KP_UPARROW    "demo_setspeed 0;echo Demo: Paused"
  2387. bind  KP_PGUP       "demo_setspeed 800;echo Demo: Fast forward (fastest)"
  2388. bind  KP_MINUS      "inc volume -0.1;echo Volume: $volume"
  2389. bind  KP_LEFTARROW  "demo_setspeed 30;echo Demo: Slow motion (slower)"
  2390. bind  KP_5          "demo_setspeed 100;echo Demo: Normal speed"
  2391. bind  KP_RIGHTARROW "demo_setspeed 400;echo Demo: Fast forward (faster)"
  2392. bind  KP_PLUS       "inc volume +0.1;echo Volume: $volume"
  2393. bind  KP_END        "demo_setspeed 60;echo Demo: Slow motion"
  2394. bind  KP_DOWNARROW  "demo_setspeed 0;echo Demo: Paused"
  2395. bind  KP_PGDN       "demo_setspeed 200;echo Demo: Fast forward"
  2396. bind  MOUSE1        "+lg"
  2397. bind  MOUSE2        "+rl"
  2398. bind  MOUSE3        "shownick"
  2399. bind  MWHEELUP      "bind mouse1 +sg"
  2400. bind  MWHEELDOWN    "bind mouse1 +lg"