Advertisement
Guest User

[z1]DiE

a guest
Aug 2nd, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.35 KB | None | 0 0
  1.  
  2. //z1DiE config for Quake3
  3. //Last update [01:59 09.04.01]
  4.  
  5. unbindall
  6.  
  7. // Movement™
  8. //____________________________________________________________
  9.  
  10. bind t "+forward"
  11. bind g "+back"
  12. bind r "+moveleft"
  13. bind y "+moveright"
  14. bind s "+speed"
  15. bind d "+movedown"
  16. bind SPACE "+moveup"
  17.  
  18. // Weapon Bindings™
  19. //____________________________________________________________
  20.  
  21. bind w "weapon 1"
  22. bind e "weapon 2"
  23. bind n "weapon 3"
  24. bind a "weapon 4"
  25. bind mouse2 "weapon 5"
  26. bind h "weapon 6"
  27. bind u "weapon 7"
  28. bind j "weapon 8"
  29.  
  30.  
  31. // Mouse™
  32. //____________________________________________________________
  33.  
  34. seta sensitivity "2"
  35. seta m_filter "1"
  36. seta m_yaw "0.016"
  37. seta m_pitch "0.018"
  38. seta cl_mouseAccel "0.2"
  39.  
  40. // Bindings™
  41. //____________________________________________________________
  42.  
  43. bind ` "toggleconsole"
  44. bind escape "togglemenu"
  45. bind mouse1 "+attack"
  46. bind enter "+button2"
  47. bind tab "+scores"
  48. bind alt "+zoom"
  49. bind F1 "say ^7gl man ..."
  50. bind F2 "say ^7gg man ..."
  51. bind F3 "vote yes"
  52. bind F4 "toggle r_fastsky"
  53. bind F5 "readyup"
  54. bind F6 "notready"
  55. bind F7 "autorecord 1"
  56. bind F8 "stoprecord"
  57. bind F9 "cg_enemymodel sarge/blue"
  58. bind F10 "cg_enemymodel sarge/red"
  59. bind F11 "disconnect"
  60. bind 2 "say ^3 =("
  61. bind 3 ""
  62. bind 4 "say ^7Do you wanna talk about it ?"
  63. bind 5 "say ^7What`s your problem boy ?"
  64. bind 6 "say ^7=)"
  65. bind 7 "say ^7C`mon ..."
  66. bind 0 "currenttime"
  67.  
  68. // Settings™
  69. //____________________________________________________________
  70.  
  71. seta cg_fov "110"
  72. seta cg_zoomfov "70"
  73. seta name "^7z^41^1D^4i^7E"
  74. seta cl_run "1"
  75. seta cg_bobroll "0"
  76. seta cg_bobpitch "0"
  77. seta cg_bobup "0"
  78. seta cg_runroll "0"
  79. seta cg_runpitch "0"
  80. seta cg_autoswitch "0"
  81. seta cg_crosshairSize "23"
  82. seta cg_crosshairHealth "0"
  83. seta cg_drawCrosshair "2"
  84. seta cg_drawgun "0"
  85. seta cg_drawCrosshairNames "1"
  86. seta cg_drawTimer "1"
  87. seta cg_viewsize "100"
  88. seta cg_enemymodel "sarge/blue"
  89. seta bot_enable "0"
  90. seta cg_drawteamoverlay "3"
  91. seta cg_showPlayerLean "1"
  92. seta ch_crosshaircolor "white"
  93.  
  94. // Graphics™
  95. //____________________________________________________________
  96.  
  97. seta r_picmip "5"
  98. seta r_vertexlighting "1"
  99. seta r_mode "4"
  100. seta r_texturemode GL_LINEAR_MIPMAP_NEAREST
  101. seta r_subdivisions "4"
  102. seta r_lodbias "1"
  103. seta r_gamma "1.25"
  104. seta r_allowExtensions "1"
  105. seta r_fastsky "1"
  106. seta r_intensity "1"
  107. seta r_mapoverbrightbits "1"
  108. seta r_overBrightBits "1"
  109. seta cg_gibs "0"
  110. seta cg_draw3dicons "0"
  111. seta cg_drawicons "1"
  112. seta cg_brassTime "0"
  113. seta cg_marks "0"
  114. seta cg_shadows "0"
  115. seta cg_simpleitems "0"
  116. seta cg_drawAttacker "0"
  117. seta r_vertexLight "0"
  118. seta r_simpleMipMaps "0"
  119. seta r_colorbits "32"
  120. seta r_depthbits "32"
  121. seta r_texturebits "32"
  122. seta r_displayrefresh "0"
  123.  
  124. // Sound™
  125. //____________________________________________________________
  126.  
  127. seta s_occ_eq "0.75"
  128. seta s_occfactor "0.5"
  129. seta s_bloat "2.0"
  130. seta s_numpolys "400"
  131. seta s_polyreflectsize "10000000"
  132. seta s_polysize "10000000"
  133. seta s_polykeep "1000000000"
  134. seta s_refdelay "2.0"
  135. seta s_refgain "0.45"
  136. seta s_leafnum "0"
  137. seta s_max_distance "1000.0"
  138. seta s_min_distance "3.0"
  139. seta s_distance "100.0"
  140. seta s_doppler "1.0"
  141. seta s_rolloff "1.0"
  142. seta s_mixPreStep "0.05"
  143. seta s_mixahead "0.1"
  144. seta s_loadas8bit "0"
  145. seta s_khz "22"
  146. seta s_separation "0.5"
  147. seta s_musicvolume "0"
  148. seta s_volume "0.5"
  149.  
  150. // Internet™
  151. //____________________________________________________________
  152.  
  153. seta rate "25000"
  154. seta snaps "40"
  155. seta cl_maxpackets "100"
  156. seta cl_Allowdownload "0"
  157. seta cl_timenudge "0"
  158. seta cl_maxping "50"
  159.  
  160. // Rails
  161. //____________________________________________________________
  162.  
  163. seta r_railSegmentLength "1"
  164. seta r_railCoreWidth "1"
  165. seta r_railWidth "3"
  166. seta cg_railTrailTime "1500"
  167. seta color1 "q"
  168. seta color2 "q"
  169.  
  170. // Misc™.
  171. //____________________________________________________________
  172.  
  173. seta net_socksServer ""
  174. seta net_socksUsername ""
  175. seta net_socksPassword ""
  176. seta cl_packetdup "1"
  177. seta cl_motd "0"
  178. seta cg_deferPlayers "1"
  179. seta cg_forceModel "1"
  180. seta cg_teamChatHeight "8"
  181. seta cg_teamChatTime "3000"
  182. seta cg_lagometer "0"
  183. seta cg_crosshairY "0"
  184. seta cg_crosshairX "0"
  185. seta cg_drawRewards "0"
  186. seta cg_drawAmmoWarning "1"
  187. seta cg_drawSnapshot "0"
  188. seta cg_drawFPS "1"
  189. seta cg_drawStatus "1"
  190. seta cg_draw2D "1"
  191. seta cg_stereoSeparation "0.4"
  192. seta cg_nomip "32"
  193. seta g_logSync "0"
  194. seta g_log "games.log"
  195. seta g_warmup "999"
  196. seta g_friendlyFire "0"
  197. seta capturelimit "0"
  198. seta g_maxGameClients "0"
  199. seta cm_playerCurveClip "1"
  200. seta net_socksPort "1080"
  201. seta net_socksEnabled "0"
  202. seta net_noipx "1"
  203. seta net_noudp "0"
  204. seta g_spSkill "4"
  205. seta vid_ypos "22"
  206. seta vid_xpos "3"
  207. seta r_primitives "0"
  208. seta r_facePlaneCull "1"
  209. seta r_swapInterval "0"
  210. seta r_finish "0"
  211. seta r_dlightBacks "1"
  212. seta r_dynamiclight "0"
  213. seta r_drawSun "0"
  214. seta r_ignoreGLErrors "1"
  215. seta r_flares "0"
  216. seta r_lodCurveError "250"
  217. seta r_ignoreFastPath "1"
  218. seta r_smp "0"
  219. seta r_customaspect "1"
  220. seta r_fullscreen "0"
  221. seta r_ignorehwgamma "0"
  222. seta r_stencilbits "0"
  223. seta r_stereo "0"
  224. seta r_detailtextures "1"
  225. seta r_preloadTextures "0"
  226. seta r_roundImagesDown "1"
  227. seta r_ext_texture_env_add "1"
  228. seta r_ext_compiled_vertex_array "1"
  229. seta r_ext_multitexture "1"
  230. seta r_ext_gamma_control "1"
  231. seta r_ext_compress_textures "1"
  232. seta r_glDriver "opengl32"
  233. seta cg_predictItems "1"
  234. seta sex "male"
  235. seta handicap "100"
  236. seta model "xaero/blue"
  237. seta sv_maxRate "0"
  238. seta sv_maxclients "8"
  239. seta sv_hostname "C`mon ..."
  240. seta sv_fps "100"
  241. seta timelimit "15"
  242. seta fraglimit "0"
  243. seta dmflags "0"
  244. seta vm_ui "0"
  245. seta vm_game "0"
  246. seta vm_cgame "0"
  247. seta in_mouse "-1"
  248. seta in_mididevice "0"
  249. seta in_midichannel "1"
  250. seta in_midiport "1"
  251. seta in_midi "0"
  252. seta com_introplayed "0"
  253. seta com_blood "1"
  254. seta com_maxfps "125"
  255. seta com_hunkMegs "50"
  256.  
  257. //Volume™
  258. //____________________________________________________________
  259.  
  260. bind pgup "vstr vup"
  261. bind pgdn "vstr vdn"
  262. set vdn vstr vol00
  263. set vup vstr vol01
  264. set vol00 "set s_volume 0.0;set vdn vstr vol00;set vup vstr vol01;echo ^2Volume^1Min^2=========="
  265. set vol01 "set s_volume 0.1;set vdn vstr vol00;set vup vstr vol02;echo ^2Volume=^1|^2========="
  266. set vol02 "set s_volume 0.2;set vdn vstr vol01;set vup vstr vol03;echo ^2Volume==^1|^2========"
  267. set vol03 "set s_volume 0.3;set vdn vstr vol02;set vup vstr vol04;echo ^2Volume===^1|^2======="
  268. set vol04 "set s_volume 0.4;set vdn vstr vol03;set vup vstr vol05;echo ^2Volume====^1|^2======"
  269. set vol05 "set s_volume 0.5;set vdn vstr vol04;set vup vstr vol06;echo ^2Volume=====^1|^2====="
  270. set vol06 "set s_volume 0.6;set vdn vstr vol05;set vup vstr vol07;echo ^2Volume======^1|^2===="
  271. set vol07 "set s_volume 0.7;set vdn vstr vol06;set vup vstr vol08;echo ^2Volume=======^1|^2==="
  272. set vol08 "set s_volume 0.8;set vdn vstr vol07;set vup vstr vol09;echo ^2Volume========^1|^2=="
  273. set vol09 "set s_volume 0.9;set vdn vstr vol08;set vup vstr vol10;echo ^5Volume=========^1|^5="
  274. set vol10 "set s_volume 1.0;set vdn vstr vol09;set vup vstr vol10;echo ^5Volume==========^1MAX"
  275.  
  276. //Osp™
  277. //____________________________________________________________
  278.  
  279. seta cg_enableOSPHUD "1"
  280. seta ch_StatusbarFormat "1"
  281. seta ch_WeaponSwitch "1"
  282. seta ch_ColorLocations "1"
  283. seta ch_Obituaries "1"
  284. seta ch_TeamchatOnly "0"
  285. seta ch_PickupItem "1"
  286. seta ch_CrosshairColor "white"
  287. seta cf_WeaponSwitch "10x10"
  288. seta cf_Statusbar "20x20"
  289. seta cf_WeaponName "5x5"
  290. seta cf_Scores "8x8"
  291. seta cf_Fragmsg "6x6"
  292. seta cf_AmmoStatusBar "8x8"
  293. seta cf_Following "12x12"
  294. seta cf_Vote "6x6"
  295. seta cf_TeamCrosshairHealth "12x12"
  296. seta cf_CrosshariNames "12x12"
  297. seta cf_TeamOverLay "6x11"
  298. seta cf_TeamChat "6x10"
  299. seta cf_PickupString "6x6"
  300. seta cg_nomip "128"
  301. seta cg_altlightning "1"
  302. seta cg_truelightning ".5"
  303. clear ™
  304. echo "^7Well Done
  305. //
  306. clear
  307. echo " ^2МПБДЙОЗ"
  308. echo " ^7Ђ ‚"
  309. wait 10
  310. clear
  311. echo " ^2МПБДЙОЗ"
  312. echo " ^7Ђѓ ‚"
  313. wait 10
  314. clear
  315. echo " ^2МПБДЙОЗ"
  316. echo " ^7Ђѓѓ ‚"
  317. wait 10
  318. clear
  319. echo " ^2МПБДЙОЗ"
  320. echo " ^7Ђѓѓѓ ‚"
  321. wait 10
  322. clear
  323. echo " ^2МПБДЙОЗ"
  324. echo " ^7Ђѓѓѓѓ ‚"
  325. wait 10
  326. clear
  327. echo " ^2МПБДЙОЗ"
  328. echo " ^7Ђѓѓѓѓѓ ‚"
  329. wait 10
  330. clear
  331. echo " ^2МПБДЙОЗ"
  332. echo " ^7Ђѓѓѓѓѓ ‚"
  333. wait 10
  334. clear
  335. echo " ^2МПБДЙОЗ"
  336. echo " ^7Ђѓѓѓѓѓѓ ‚"
  337. wait 10
  338. clear
  339. echo " ^2МПБДЙОЗ"
  340. echo " ^7Ђѓѓѓѓѓѓѓ‚"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement