Counter-Strike 2

Counter-Strike 2

Nicht genug Bewertungen
How to create Custom CSGO Server Configs - Example Configs Included (1v1, Comp, Fun)
Von TRIPS
This is a showcase of some very useful and fun ways to practice / mess around with friends or your team on a private server.

   
Preis verleihen
Favorisieren
Favorisiert
Entfernen
How to navigate to your config folder.
If you're on windows, you'll want to navigate to:

C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg


The path for windows should look a little something like this.





NOTE - If anyone is using mac as their operating system or any other OS and knows the navigation path like the windows one displayed, posting it in the comments would be amazing so I can add it in.



How to create a config file
Once you're in the config (cfg) folder, you can either follow these steps on how to create your own config files or alternatively you can download my pre made config files from dropbox.

Step 1: Right click the blank white space in the folder and hover over "New" then click on "Text Document"










Step 2: Rename the text document to something relevant or easy to remember as you will have to remember the name of it to use it. (For example practicedm if you want Deathmatch practice.)














Step 3: Add any commands you'd like to the text document. When you've finished, click "File" then "Save As". When this window appears, you'll need to add a .cfg to the end of your text document name and change the "Save as type" to All Files otherwise this will not work.









You're done! All you need now are the commands and you're off.







Config's for messing around and fun
This section is for configs used to have fun and mess around and will be updated whenever I find more to add.

#1 - No Spread & No Recoil, Moon Gravity

RAW Paste Data:

sv_cheats "1";
weapon_accuracy_nospread "1";
weapon_debug_spread_gap "1";
weapon_recoil_cooldown "0";
weapon_recoil_decay1_exp "99999";
weapon_recoil_decay2_exp "99999";
weapon_recoil_decay2_lin "99999";
weapon_recoil_scale "0";
weapon_recoil_suppression_shots "500";
say "Trips Modded Config loaded ;)"

sv_gravity 400 //default is 800, moon-like gravity is 400


HOW TO USE:
Load up a map with your friends. Once you've connect to the server type in console (opened by pressing the tilda "~" key) exec *filename*.








Competitive Practice
This section is for competitive matchmatching practice

#1 - Matchmaking Practice

RAW Paste Data:

sv_cheats 1
mp_limitteams 0
mp_autoteambalance 0
mp_roundtime 60
mp_roundtime_defuse 60
mp_maxmoney 16000
mp_freezetime 0
bot_kick
mp_warmup_end
mp_restartgame 1
sv_cheats 0
say "Trips Matchmaking Config loaded"


HOW TO USE:
Load up a map with your friends. Once you've connect to the server type in console (opened by pressing the tilda "~" key) exec *filename*.






1v1 Practice
This section is for 1v1 practice.

NOTE - This file starts you with the main rifle (AK-47, m4a1) and the default pistol for your team. If you want to change what you start with, you can change the code below to any "weapon_" you'd like.

Code to change:
mp_ct_default_primary weapon_m4a1
mp_ct_default_secondary weapon_p250
mp_t_default_primary weapon_ak47
mp_t_default_secondary weapon_p250

List of weapon entities can be found here: https://developer.valvesoftware.com/wiki/List_of_Counter-Strike:_Global_Offensive_Entities

#1 - 1v1 Practice

RAW Paste Data:

bot_kick
sv_cheats 0
sv_alltalk 1
sv_deadtalk 1
sv_full_alltalk 1
sv_infinite_ammo 2
sv_pausable 1
sv_regeneration_force_on 0
ammo_grenade_limit_flashbang 0
ammo_grenade_limit_total 0
mp_autoteambalance 0
mp_buy_anywhere 0
mp_buytime 10
mp_forcecamera 0
mp_freezetime 10
mp_friendlyfire 0
mp_ignore_round_win_conditions 0
mp_limitteams 0
mp_maxmoney 99999
mp_maxrounds 16
mp_round_restart_delay 2
mp_roundtime 60
mp_roundtime_defuse 60
mp_roundtime_hostage 60
mp_startmoney 1
mp_ct_default_primary weapon_m4a1
mp_ct_default_secondary weapon_p250
mp_t_default_primary weapon_ak47
mp_t_default_secondary weapon_p250
mp_death_drop_defuser 0
mp_death_drop_grenade 0
mp_death_drop_gun 1
mp_free_armor 1
mp_give_player_c4 0
mp_weapons_allow_map_placed 1
mp_warmup_end
mp_restartgame 1
mp_overtime_enable 0
say "To enable overtime, type mp_overtime_enable 1 in the console"
say "Trips 1v1 Config loaded"


HOW TO USE:
Load up a map with your friends. Once you've connect to the server type in console (opened by pressing the tilda "~" key) exec *filename*.




Feedback!
Thank you for taking the time to read my guide, any feedback and critisism is welcomed and needed.