Guest User

Untitled

a guest
Jun 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. ////////////////////NAME/MENU/DEMO///////////////
  2.  
  3.  
  4.  
  5.  
  6.  
  7. _cl_name "^7IoN^x5F1[CanadianLinux]"
  8.  
  9. seta menu_skin "blueplastic"
  10.  
  11. cl_autodemo "1"
  12.  
  13.  
  14.  
  15. bind y "r_drawviewmodel 0"
  16.  
  17. bind h "r_drawviewmodel 1"
  18.  
  19.  
  20.  
  21. ////////////////////////////////////
  22.  
  23. ///////////////////VIDEO////////////
  24.  
  25. ////////////////////////////////////
  26.  
  27.  
  28.  
  29.  
  30.  
  31. r_fullbright "1"
  32.  
  33. gl_picmip "6"
  34.  
  35. set gl_texture_anisotropy 2
  36.  
  37. set r_detailtextures 1
  38.  
  39. set r_picmipworld 2
  40.  
  41.  
  42.  
  43. bind k "r_showdisabledepthtest 1; r_shownormals 1"
  44.  
  45. bind l "r_showdisabledepthtest 0; r_shownormals 0"
  46.  
  47.  
  48.  
  49. r_sky "0"
  50.  
  51.  
  52.  
  53. showfps "1"
  54.  
  55. shownetgraph "1"
  56.  
  57.  
  58.  
  59. vid_height "600"
  60.  
  61. vid_refreshrate "60"
  62.  
  63. vid_width "800"
  64.  
  65.  
  66.  
  67. set cl_nogibs 1
  68.  
  69. set cl_particles_blood 0
  70.  
  71. set cl_particles_bubbles 0
  72.  
  73. set cl_particles_bulletimpacts 1
  74.  
  75. set cl_particles_explosions_bubbles 1
  76.  
  77. set cl_particles_explosions_shell 1
  78.  
  79. set cl_particles_explosions_smokes 1
  80.  
  81. set cl_particles_explosions_sparks 1
  82.  
  83. set cl_particles_quality 1
  84.  
  85. set cl_particles_rain 0
  86.  
  87. set cl_particles_size 1
  88.  
  89. set cl_particles_smoke 0
  90.  
  91. set cl_particles_snow 0
  92.  
  93. set cl_particles_sparks 1
  94.  
  95. set gl_flashblend 0
  96.  
  97. set gl_polyblend 1
  98.  
  99. set r_shadow_bumpscale_basetexture 0
  100.  
  101. set r_shadow_bumpscale_bumpmap 0
  102.  
  103. set r_water 0
  104.  
  105. set r_waterscroll 0
  106.  
  107. set r_waterwarp 0
  108.  
  109. set r_bloom 0
  110.  
  111. set r_coronas 0
  112.  
  113. set r_depthfirst 0
  114.  
  115. set r_drawfog 0
  116.  
  117. set r_glsl_deluxemapping 0
  118.  
  119. set r_glsl_offsetmapping 0
  120.  
  121. set r_glsl_offsetmapping_reliefmapping 0
  122.  
  123. set r_glsl_water 0
  124.  
  125. set r_hdr 0
  126.  
  127. set r_lerplightstyles 0
  128.  
  129. set r_shadow_gloss 0
  130.  
  131. set r_shadow_glsl_offsetmapping 0
  132.  
  133. set r_shadow_realtime_dlight 0
  134.  
  135. set r_shadow_realtime_dlight_shadows 0
  136.  
  137. set r_shadow_realtime_world 0
  138.  
  139. set r_shadow_realtime_world_dlightshadows 0
  140.  
  141. set r_shadow_realtime_world_shadows 0
  142.  
  143. set r_shadow_usenormalmap 0
  144.  
  145.  
  146.  
  147. set vid_samples 1
  148.  
  149.  
  150.  
  151. set cl_bobcycle 0
  152.  
  153. set cl_bobmodel 0
  154.  
  155. set cl_itembobheight 0
  156.  
  157. set cl_rollangle 0
  158.  
  159. set v_kicktime 0
  160.  
  161.  
  162.  
  163. set cl_decals 0
  164.  
  165. set cl_stainmaps 0
  166.  
  167. //////////////////////////////////////
  168.  
  169. /////////////////WEAPONS//////////////
  170.  
  171. //////////////////////////////////////
  172.  
  173.  
  174.  
  175.  
  176.  
  177. //1-laser 2-shotgun 3-MG 4-Mortar 5-Electro 6-Crylink 7-NEX 8-Hagar 9-RL//
  178.  
  179.  
  180.  
  181. set cl_weaponpriority0 "9 5 8 6 3 2"
  182.  
  183. set cl_weaponpriority1 "4 6 5 3 2"
  184.  
  185. set cl_weaponpriority2 "7 1"
  186.  
  187. set cl_weaponpriority3 "6 3 2"
  188.  
  189. set cl_weaponpriority4 "3 2"
  190.  
  191. set cl_weaponpriority5 "2 1"
  192.  
  193.  
  194.  
  195. bind e "impulse 210; bestweapon $cl_weaponpriority0"
  196.  
  197. bind c "impulse 211; bestweapon $cl_weaponpriority1"
  198.  
  199. bind q "impulse 212; bestweapon $cl_weaponpriority2"
  200.  
  201. bind MWHEELUP "impulse 213; bestweapon $cl_weaponpriority3"
  202.  
  203. bind MWHEELDOWN "impulse 214; bestweapon $cl_weaponpriority4"
  204.  
  205.  
  206.  
  207.  
  208.  
  209. //////////////////////////////////////////////
  210.  
  211. /////////////////MOUSE/CROSSHAIR//////////////
  212.  
  213. //////////////////////////////////////////////
  214.  
  215.  
  216.  
  217. set in_pitch_max "95"
  218.  
  219. set in_pitch_min "-120"
  220.  
  221. crosshair "12"
  222.  
  223. crosshair_color_blue "0.75"
  224.  
  225. crosshair_size "0.70"
  226.  
  227. seta cl_zoomfactor "3.500000"
  228.  
  229. seta cl_zoomsensitivity "0"
  230.  
  231. seta cl_zoomspeed "8"
  232.  
  233. seta cl_autoswitch "0"
  234.  
  235.  
  236.  
  237. cl_bobmodel_side "0"
  238.  
  239. cl_bobmodel_speed "0"
  240.  
  241. cl_bobmodel_up "0"
  242.  
  243. cl_bobup "0"
  244.  
  245.  
  246.  
  247. fov "112"
  248.  
  249. sensitivity "3.80"
  250.  
  251.  
  252.  
  253. m_filter "1"
  254.  
  255.  
  256.  
  257. /////////////////////////////////////
  258.  
  259. /////////////////ALIAS///////////////
  260.  
  261. /////////////////////////////////////
  262.  
  263.  
  264.  
  265. alias graph "shownetgraph 0; shownetgraph 1"
  266.  
  267. alias bc1 "connect private.optimalclan.com:26001"
  268.  
  269. alias bc2 "connect private.optimalclan.com:26002"
  270.  
  271. alias bc3 "connect private.optimalclan.com:26003"
  272.  
  273. alias bc4 "connect private.optimalclan.com:26004"
  274.  
  275. alias bc1v1 "connect private.optimalclan.com:26016"
  276.  
  277. alias ctf "connect 208.43.251.170:26006"
  278.  
  279. alias rockdon "connect 209.160.65.6:26000"
  280.  
  281. alias canadian "name ^4[IoN]^7Canadian^0Linux"
  282.  
  283.  
  284.  
  285. net_slist_favorites "209.160.65.6:26000 209.160.65.6:26001 74.52.14.98:26000 74.86.235.146:26001 74.86.235.146:26002 74.86.235.146:26003 74.86.235.146:26004 64.22.107.122:26100 208.43.251.170:26006 64.22.107.122:26001 74.86.235.146:26030 74.86.235.146:26031"
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293. //////////////////////////////////////
  294.  
  295. /////////////////CHAT/////////////////
  296.  
  297. //////////////////////////////////////
  298.  
  299.  
  300.  
  301.  
  302.  
  303. / / Easier to see text and hide it when you don't want distractions:
  304.  
  305. / / First we save the old settings in new variables and initiate values:
  306.  
  307. r_textshadow 1 / / Easier to see
  308.  
  309. sbar_hudselector 1
  310.  
  311. con_chat 8
  312.  
  313. con_notify 4
  314.  
  315. con_notifytime 12
  316.  
  317. con_chattime 40
  318.  
  319. scr_centertime 2.5
  320.  
  321. set con_chat_0 $con_chat
  322.  
  323. set con_notify_0 $con_notify
  324.  
  325. set scr_centertime_0 $scr_centertime
  326.  
  327. bind 9 "+con_chat_maximize"
  328.  
  329. / / Then we toggle!
  330.  
  331. bind 0 "toggle con_chat 0 $con_chat_0; toggle con_notify 0 $con_notify_0; toggle scr_centertime 0 $scr_centertime_0"
  332.  
  333.  
  334.  
  335.  
  336.  
  337. //////////////////////////////////////
  338.  
  339. /////////////////VOLUME///////////////
  340.  
  341. //////////////////////////////////////
  342.  
  343.  
  344.  
  345. bind v "toggle volume 0 0.3 0.5 0.8 1"
  346.  
  347. bgmvolume "0.010001"
  348.  
  349.  
  350.  
  351.  
  352.  
  353. //////////////////////////////////////
  354.  
  355. /////////////////TEAMBINDS////////////
  356.  
  357. //////////////////////////////////////
  358.  
  359.  
  360.  
  361.  
  362.  
  363. bind KP_5 "say_team ^xFD1 Enemy Flag Carrier ^3@ ^2HERE ^x08B %l;g_waypointsprite_team_here_p"
  364.  
  365. bind KP_RIGHTARROW "say_team ^3Base is Overrun!!!"
  366.  
  367. bind KP_PGUP "say_team ^3BASE IS CLEAR"
  368.  
  369. bind KP_HOME "say_team ^xFD1 DEFENDING ^1%h^7|^2%a ^7With ^x08B %w ^3@ ^x08B %l;wait;g_waypointsprite_team_here;"
  370.  
  371. bind KP_UPARROW "say_team ^xFD1 ATTACKING ^1%h^7|^2%a ^7With ^x08B %w ^3@ ^x08B %l;wait;g_waypointsprite_team_here;"
  372.  
  373. bind KP_PGDN "say_team ^xFD1 STATUS ^1%h^7|^2%a ^7With ^x08B %w ^3@ ^x08B %l;wait;g_waypointsprite_team_here;"
  374.  
  375. bind KP_LEFTARROW "say_team ^5Incoming at ^1DANGER ^8\n%l; g_waypointsprite_team_danger"
  376.  
  377. bind KP_DOWNARROW "say_team ^xFD1 ON THE WAY!! ^1%h^7|^2%a ^7With ^x08B %w ^3@ ^x08B %l;wait;g_waypointsprite_team_here"
  378.  
  379. bind KP_MINUS "say_team ^x08B NEED HELP!! ^2HERE;wait;g_waypointsprite_team_here"
  380.  
  381. bind KP_SLASH "say_team ^x08B DROPPED FLAG ^2HERE;wait;g_waypointsprite_team_here"
  382.  
  383. bind KP_DEL "say_team ^xFD1 BEING MIDFIELD ^1%h^7|^2%a ^7With ^x08B %w ^3@ ^x08B %l;wait;g_waypointsprite_team_here;"
  384.  
  385. bind KP_ENTER "say ^xFD1 GOOD^x08B GAME"
  386.  
  387. bind KP_PLUS "say ^xFD1 NICE^x08B SHOT"
  388.  
  389. bind 2 "say_team ^x08B I Will Clear Base,^xFD1 You Grab Flag!"
  390.  
  391. bind 3 "say_team ^2BOTH ATTACK HERE; g_waypointsprite_team_here_p"
  392.  
  393. bind 4 "say_team ^2failed"
  394.  
  395. bind 5 "say ^xFD1GL^x08BHF
  396.  
  397. bind 6 "say ^xFD1 :)
  398.  
  399. bind 7 "say ^2Thanks"
Add Comment
Please, Sign In to add comment