Advertisement
Guest User

Untitled

a guest
Jun 8th, 2012
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. // CPL GUI
  2. // http://www.thecpl.com/
  3. // ftp.thecpl.com/cpl_16gui06.zip
  4. // powered by CYS-helpers aerion
  5. // edited by idan Fucile
  6. // original code created at 15/10/2007
  7. // last modifited 16/05/2011
  8.  
  9. echo "The Cyberathlete Professional League - Play Hard. Go Pro."
  10. echo " On the web at: http://www.thecpl.com"
  11. echo " "
  12. echo "==============="
  13. echo " "
  14. echo "CPL CS 1.6 GUI Loaded"
  15. echo "Developed for: The CPL Summer Championships 2006"
  16. echo "Idan Fucile config - last modifited 16/05/2011"
  17.  
  18. alias go_slot1 "weapon_mp5navy; weapon_m4a1; weapon_m249; weapon_p90; go_slot1b"
  19. alias go_slot1b "weapon_scout; weapon_awp; weapon_g3sg1; weapon_sg550; go_slot1c"
  20. alias go_slot1c "weapon_sg552; weapon_aug; weapon_tmp; weapon_mac10; weapon_ak47; go_slot1d"
  21. alias go_slot1d "weapon_ump45; weapon_xm1014; weapon_m3; weapon_famas; weapon_galil"
  22. alias idanpro "cl_lw 0"
  23. alias idanlopro "cl_lw 1"
  24. ex_interp 0.1
  25.  
  26. alias go_slot2 "weapon_usp; weapon_glock18; weapon_deagle; weapon_p228; weapon_elite; weapon_fiveseven"
  27.  
  28. alias cpl_helm "vesthelm; vest"
  29. alias cpl_nvgs "nvgs; nightvision"
  30.  
  31. alias cpl_fn57dual "fn57; elites"
  32. alias cpl_tmpmac10 "tmp; mac10"
  33. alias cpl_famgal "famas; galil"
  34. alias cpl_m4ak "m4a1; ak47"
  35. alias cpl_augsg "aug; sg552"
  36. alias cpl_sg550g3 "sg550; g3sg1"
  37.  
  38.  
  39. alias "tex1" "gl_texturemode gl_linear_mipmap_nearest"
  40. alias "tex2" "gl_texturemode gl_nearest_mipmap_nearest"
  41. alias "pw" "password"
  42.  
  43. ati_subdiv "0"
  44. ati_npatch "0"
  45.  
  46. con_color "255 255 255" //Change Chat color to WHITE
  47. cl_rate 25000
  48. fps_max 101
  49. fps_modem 0
  50.  
  51. // fixed microphone input error
  52. voice_forcemicrecord 0
  53. voice_clientdebug 0 // debugging voice
  54. voice_enable "1"
  55. sv_voiceenable "1"
  56. voice_scale "0.75"
  57. voice_dsound "1"
  58. voice_modenable "1"
  59.  
  60. gl_affinemodels "0"
  61. gl_alphamin "0.25"
  62. gl_dither "1"
  63. gl_cull "1"
  64. gl_keeptjunctions "0"
  65. gl_max_size "256"
  66. gl_clear "0"
  67. gl_lightholes 0
  68. gl_flipmatrix "0"
  69. gl_palette_tex "0"
  70. gl_round_down "10"
  71. gl_picmip 0.9
  72. gl_playermip 1000
  73. gl_texturemode "GL_LINEAR_MIPMAP_NEAREST"
  74. gl_wateramp "0"
  75. gl_spriteblend "1"
  76.  
  77. d_spriteskip "0"
  78.  
  79. r_dynamic "1"
  80. r_mirroralpha "0"
  81. r_bmodelhighfrac "5.0"
  82. r_norefresh "0"
  83. r_decals "300"
  84. r_lightmap "0"
  85. r_mmx "1"
  86. r_traceglow "1"
  87. r_novis "0"
  88. r_lightmap "0"
  89. r_wateralpha "1"
  90.  
  91. cl_weather 0
  92. cl_himodels 0
  93. cl_shadows 0
  94. cl_corpsestay 0
  95.  
  96. cd_fps "1"
  97. max_shells "0"
  98. max_smokepuffs "0" "
  99.  
  100. violence_ablood "1"
  101. violence_agibs "1"
  102. violence_hblood "1"
  103. violence_hgibs "1"
  104.  
  105. loadas8bit "1"
  106.  
  107. viewsize "120"
  108. gunsmoke 0
  109. fastsprites 1
  110. joystick 0
  111.  
  112. brightness 15
  113. gamma 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement