Skip to content

Commit

Permalink
- UPDATED: Config optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
mavproductions committed Jun 25, 2024
1 parent 35e999b commit ab2f617
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 16 deletions.
60 changes: 56 additions & 4 deletions game/csgo/addons/cleanercs2/config.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,59 @@
// Write regular expression in here to prevent them from being printed in the console
.*Certificate expires.*
.*UNEXPECTED LONG FRAME DETECTED.*
.*weapon services didn't find a shoot position.*
.*generating substitute command \d+ from \d+.*
.*Certificate expires in.*
.* tick \d+ depth=.*
.* tick \d+ empty starved.*
.*CQ bloat.*
.*RemoveArrayElementsOutsideOfArrayMetadataBounds.*
.*Steam Net connection.*
.*CloseSteamNetConnection.*
.*Disassociating NetChan.*
.*S2C_CHALLENGE.*
.*C2S_CONNECT.*
.*CNetworkGameServerBase::.*
.*setting rate.*
.*signon state.*
.*CTMDBG*
.*Server tick.*
.*Firing first shot.*
.*sv:.*
.*command tick:.*
.*history:.*
.*/.+/_start_history_index:.*
.*empty starved.*
.*Summary of connection.*
.*entering linger state.*
.*generating substitute.*
.*OnSimulateUserCommands.*
.*CQ catchup:.*
.*ClientPutInServer create new player controller.*
.*Excessive frame time.*
.*NetChan.*
.*CTMDBG, team.*
.*CTMDBG , team.*
.*:Connect.*
.*S2C_CONNECTION.*
.*SV: Sending full update to client.*
.*STEAM USERID validated.*
.*CNavMesh::TestRayToMesh error.*
.*generating substitute command.*
.*SteamNetworkingSockets.*
.*high packet loss detected.*
.*UDP steamid.*
.*SV: Disconnect client.*
.*SV: Dropped client.*
.*CloseSteamNetConnection handle.*
.*OnPreResetRound.*
.*Timing info.*
.*sv tick.*
.*target time.*
.*cmd time.*
.*interp target.*
.*Lag comp.*
.*cl \[.*
.*s0 \[.*
.*s1 \[.*
.*OnBufferNotStarved\(\),.*
.*Steam Net Connection for.*
.*Disassociating NetChan.*
.*NETWORK_DISCONNECT_DISCONNECT_BY_USER.*
.*attack\d_start_history_index:.*
1 change: 0 additions & 1 deletion game/csgo/cfg/Map-Configs/1v1_hospital.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

css_plugins load "plugins/disabled/WeaponsGiver/WeaponsGiver.dll"

sv_cheats 0
mp_team_intro_time 0
mp_maxrounds 999999
mp_freezetime 0
Expand Down
2 changes: 1 addition & 1 deletion game/csgo/cfg/Map-Configs/_default_.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//true: aim_deagle_lego.cfg ==> aim_deagle_.cfg ==> aim_.cfg ==> _default_.cfg
///////////////////////////////////////////////////////////////////////////////////////////////////////////

sv_cheats 0



echo "-------------------------------"
Expand Down
2 changes: 1 addition & 1 deletion game/csgo/cfg/Map-Configs/aim_.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
css_plugins unload "WeaponsGiver"




Expand Down
2 changes: 1 addition & 1 deletion game/csgo/cfg/Map-Configs/aim_deagle_.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//true: aim_deagle_lego.cfg ==> aim_deagle_.cfg ==> aim_.cfg ==> _default_.cfg
///////////////////////////////////////////////////////////////////////////////////////////////////////////

sv_cheats 0



echo "-------------------------------"
Expand Down
2 changes: 1 addition & 1 deletion game/csgo/cfg/Map-Configs/aim_deagle_lego.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//true: aim_deagle_lego.cfg ==> aim_deagle_.cfg ==> aim_.cfg ==> _default_.cfg
///////////////////////////////////////////////////////////////////////////////////////////////////////////

sv_cheats 0



echo "-------------------------------"
Expand Down
2 changes: 1 addition & 1 deletion game/csgo/cfg/Map-Configs/f_aim_.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//true: aim_deagle_lego.cfg ==> aim_deagle_.cfg ==> aim_.cfg ==> _default_.cfg
///////////////////////////////////////////////////////////////////////////////////////////////////////////

sv_cheats 0



echo "-------------------------------"
Expand Down
2 changes: 1 addition & 1 deletion game/csgo/cfg/Map-Configs/f_aim_deagle_.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//true: aim_deagle_lego.cfg ==> aim_deagle_.cfg ==> aim_.cfg ==> _default_.cfg
///////////////////////////////////////////////////////////////////////////////////////////////////////////

sv_cheats 0



echo "-------------------------------"
Expand Down
2 changes: 1 addition & 1 deletion game/csgo/cfg/Map-Configs/f_aim_deagle_lego.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//true: aim_deagle_lego.cfg ==> aim_deagle_.cfg ==> aim_.cfg ==> _default_.cfg
///////////////////////////////////////////////////////////////////////////////////////////////////////////

sv_cheats 0



echo "-------------------------------"
Expand Down
2 changes: 1 addition & 1 deletion game/csgo/cfg/deathmatch-multicfg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ echo "deathmatch-multicfg.cfg executed"
say "Changing map..."
changelevel de_dust2
host_workshop_map 3121217565
2 changes: 1 addition & 1 deletion game/csgo/cfg/deathmatch/deathmatch.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mp_drop_grenade_enable 0
mp_death_drop_c4 0
mp_death_drop_taser 0
mp_defuser_allocation 0
mp_solid_teammates 0
mp_solid_teammates 1
mp_give_player_c4 0
mp_playercashawards 0
mp_teamcashawards 0
Expand Down
2 changes: 1 addition & 1 deletion game/csgo/cfg/on_boot.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
// The contents of /home/steam/cs2/custom_files/ is automatically copied and merged into /home/steam/cs2/game/csgo/

// If you want to switch gamemodes, you should wait 30 seconds to give the server time to finish loading
// exec_after_delay 15 "exec aimmap.cfg"
// exec_after_delay 15 "exec dm-multicfg.cfg"

echo "on_boot.cfg executed"
2 changes: 1 addition & 1 deletion game/csgo/cfg/scoutzknivez_settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exec settings/map_voting.cfg

mp_freezetime 0
mp_team_intro_time 0
mp_ignore_round_win_conditions 1
mp_ignore_round_win_conditions 0
mp_round_restart_delay 3
mp_roundtime 5
mp_maxrounds 30
Expand Down

0 comments on commit ab2f617

Please sign in to comment.