Skip to content

Instantly share code, notes, and snippets.

@renatopp
Last active February 14, 2024 20:44
Show Gist options
  • Save renatopp/b3bdb47a04e6ea21e6aa1ee5c197d728 to your computer and use it in GitHub Desktop.
Save renatopp/b3bdb47a04e6ea21e6aa1ee5c197d728 to your computer and use it in GitHub Desktop.
Nade practice configuration for CSGO
// ============================================================================
// CONFIGURATION
// ============================================================================
// Global initialization
sv_cheats 1
sv_infinite_ammo 1
ammo_grenade_limit_total 5
// Time adjusts
mp_warmup_end
mp_freezetime 0
mp_roundtime 60
mp_roundtime_defuse 60
// Debug information
sv_grenade_trajectory 1
sv_grenade_trajectory_time 10
sv_showimpacts 1
// Buy and items
mp_limitteams 0
mp_autoteambalance 0
mp_maxmoney 60000
mp_startmoney 60000
mp_buytime 9999
mp_buy_anywhere 1
// Setup bots
bot_add_t
bot_add_ct
bot_kick
bot_stop 1
mp_free_armor 1
mp_teammates_are_enemies 1
mp_respawn_on_death_ct 1
mp_respawn_on_death_t 1
// Restart the game
mp_restartgame 1
// ============================================================================
// BINDS
// ============================================================================
// "+" on keypad to add a bot on the map
bind "kp_plus" "bot_add_ct"
// "MOUSE5" (forward) to place an existing bot to the cursor, you must add a
// bot on the map before using this command
bind "kp_enter" "bot_place"
// Fly around (toggle)
bind "v" "noclip"
// Setup all granades and god mode
bind "o" "give weapon_hegrenade; give weapon_flashbang; give weapon_smokegrenade; give weapon_molotov; god"
bind "MOUSE3" "sv_rethrow_last_grenade";
sv_grenade_trajectory_prac_pipreview 1;
sv_grenade_trajectory_prac_trailtime 5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment