Skip to content

Instantly share code, notes, and snippets.

@JeffreyNaval
Last active April 19, 2020 06:28
Show Gist options
  • Save JeffreyNaval/8d9e3cb93543332b5a76e869f04bcd14 to your computer and use it in GitHub Desktop.
Save JeffreyNaval/8d9e3cb93543332b5a76e869f04bcd14 to your computer and use it in GitHub Desktop.
CSGO
// Net Graph
net_graph 1;
net_graphpos 2;
net_graphproportionalfont 0;
// Full Map Radar
cl_radar_always_centered 0;
cl_radar_rotate 1;
cl_radar_scale 0.3;
// Small Crosshair
cl_crosshairgap 0;
cl_crosshairdot 0;
cl_crosshairsize 1;
cl_crosshairstyle 4;

NVIDIA

Launch Nvidia control panel, press Manage 3D settings and set settings like this:

  • Ambient Occlusion: off
  • Anistropic Filtering: off
  • Antialiasing - FXAA: off
  • Antialiasing - Gamma correction: off
  • Antialiasing - Mode: off
  • Antialiasing - Setting: off
  • Antialiasing - Transparency: off
  • CUDA - GPUS: all
  • Maximum pre-rendered frames: 1
  • Multi-display/mixed- GPU acceleration: Single display performance mode
  • Power management mode: prefer maximum performance
  • Shader Cache: on (OFF when your hard drive is slow)
  • Texture Filtering - Anistropic sample optimisation: on
  • Texture filtering - Negative LOD bias: allow
  • Texture filtering -Quality: high performance`
  • Texture filtering - Trilinear Optimisation: on
  • Threaded optimisation: on
  • Triple Buffering: off
  • Vertical Sync: off
  • Virtual Reality pre-rendered frames: 1
// Config for server
sv_cheats 1
sv_infinite_ammo 1
ammo_grenade_limit_total 5
mp_warmup_end
mp_freezetime 0
mp_roundtime 60
mp_roundtime_defuse 60
sv_grenade_trajectory 1
sv_grenade_trajectory_time 10
sv_showimpacts 1
mp_limitteams 0
mp_autoteambalance 0
mp_maxmoney 60000
mp_startmoney 60000
mp_buytime 9999
mp_buy_anywhere 1
mp_restartgame 1
// Bind a key so you can fly around - replace KEY with desired key.
bind alt "noclip"
// Press this once to get all grenades - replace KEY with desired key.
bind f5 "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov"
// Bot commands
bot_add_t
bot_add_ct
bot_kick
bot_stop
"GameModes_Server.txt" {
"gameTypes" {
"classic" {
"gameModes" {
"scrimcomp2v2" {
"maxplayers" "6"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment