Skip to content

Instantly share code, notes, and snippets.

@leobrines
Created August 26, 2018 18:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leobrines/905a404daf5208c157cc96f518a895b2 to your computer and use it in GitHub Desktop.
Save leobrines/905a404daf5208c157cc96f518a895b2 to your computer and use it in GitHub Desktop.
CS1.6 config for best FPS
// LAUNCH OPTIONS
// -nofbo (makes rendering similar to how it used to be and removes anti-aliasing)
// -noforcemparms (if not used, windows will uncheck "enhanced pointer precision every time you load CS)
// -freq X or possibly -refresh X (sets your refresh rate to X; command was brought back)
// -stretchaspect removes blackbars so you can use a 4:3 aspect ratio resolution in widescreen
// Name
name "255"
// Red stats and fps
rate 100000 // 100000 bytes per second = 0.1 MB/s or 0.8 Mbps
fps_max 60
cl_updaterate 60 // FPS
cl_cmdrate 65 // FPS + 5
ex_interp 0
// Ver datos de rates y fps
net_graph 3
net_graphpos 2
cl_showfps 0
// FPS
//ati_npatch 0
cl_bob 0
cl_corpsestay 0
cl_himodels 0
cl_minmodels 1
cl_nosmooth 1
cl_shadows 0
cl_weather 0
cl_vsmoothing 0.05
fastsprites 0
gl_affinemodels 0
gl_ansio 0
gl_clear 0
gl_cull 1
gl_dither 0
gl_fog 0
gl_lightholes 0
gl_max_size 256
gl_monolights 1
gl_overbright 0
gl_picmip 0
gl_round_down 5
gl_spriteblend 0
gl_texturemode "GL_NEAREST_MIPMAP_NEAREST"
gl_vsync 0
gl_wateramp 0
// Balas
max_shells 0
max_smokepuffs 0
mp_decals 0
r_decals 0
r_detailtextures 0
r_dynamic 0
r_mirroralpha 0
// Sangre
violence_ablood 0
violence_agibs 0
violence_hblood 0
violence_hgibs 0
// Video
brightness 2
gamma 3
// Sound
volume 0.2
MP3Volume 0
// Mouse
m_rawinput 1
m_filter 0
// Crosshair color - White
cl_crosshair_size small
cl_crosshair_color "255 255 255"
cl_crosshair_translucent 0
cl_dynamiccrosshair 1
// Say color - White
con_color "255 255 255"
// Utilities
// bind "h" "+commandmenu"
bind v "+voicerecord"
bind p amxmodmenu
bind l amx_sxe_menu
bind alt ""
_cl_autowepswitch 0
cl_radartype 1
hud_centerid 1
hud_fastswitch 1
hud_takesshots 0
setinfo _vgui_menus 0
setinfo _pw "ADMINPW"
// Comandos ilegales
// bind "mwheelup" "+duck"
@PR1NC111
Copy link

instructions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment