From a61c186050f95b186c681aa63d96e4ca2f9ac668 Mon Sep 17 00:00:00 2001 From: "Nick M." Date: Sun, 16 Jun 2024 21:03:01 -0400 Subject: [PATCH] UPDATE: Logging --- lib/csgo/cfg/settings/disable_autobhop.cfg | 6 +++++- lib/csgo/cfg/settings/disable_bots.cfg | 3 ++- lib/csgo/cfg/settings/disable_buying.cfg | 2 +- lib/csgo/cfg/settings/disable_course_settings.cfg | 2 +- lib/csgo/cfg/settings/disable_drop_weapons.cfg | 2 +- lib/csgo/cfg/settings/disable_knifedrop.cfg | 2 +- lib/csgo/cfg/settings/disable_map_voting.cfg | 2 +- lib/csgo/cfg/settings/disable_movement_unlock.cfg | 2 +- lib/csgo/cfg/settings/disable_one_round.cfg | 2 +- lib/csgo/cfg/settings/disable_scoutz.cfg | 2 +- lib/csgo/cfg/settings/enable_alltalk.cfg | 2 +- lib/csgo/cfg/settings/enable_autobhop.cfg | 2 +- lib/csgo/cfg/settings/enable_bots.cfg | 2 +- lib/csgo/cfg/settings/enable_buying.cfg | 2 +- lib/csgo/cfg/settings/enable_course_settings.cfg | 2 +- lib/csgo/cfg/settings/enable_knifedrop.cfg | 2 +- lib/csgo/cfg/settings/enable_movement_unlock.cfg | 2 +- lib/csgo/cfg/settings/enable_one_round.cfg | 2 +- lib/csgo/cfg/settings/enable_scoutz.cfg | 2 +- 19 files changed, 24 insertions(+), 19 deletions(-) diff --git a/lib/csgo/cfg/settings/disable_autobhop.cfg b/lib/csgo/cfg/settings/disable_autobhop.cfg index 3b06cb5..e861c2c 100644 --- a/lib/csgo/cfg/settings/disable_autobhop.cfg +++ b/lib/csgo/cfg/settings/disable_autobhop.cfg @@ -1,6 +1,10 @@ // Enable SV Cheats sv_cheats 1 +// Enable Movement Unlock +exec settings/disable_dropknife.cfg +exec settings/disable_movement_unlock.cfg + // Set BHOP Settings sv_autobunnyhopping 0 @@ -11,4 +15,4 @@ sv_falldamage_scale 1 // Disable SV Cheats sv_cheats 0 -echo "settings/disable_autobhop.cfg executed" \ No newline at end of file +echo "[CONFIG]: Auto bhop disabled." \ No newline at end of file diff --git a/lib/csgo/cfg/settings/disable_bots.cfg b/lib/csgo/cfg/settings/disable_bots.cfg index c107ffe..b9c163a 100644 --- a/lib/csgo/cfg/settings/disable_bots.cfg +++ b/lib/csgo/cfg/settings/disable_bots.cfg @@ -3,4 +3,5 @@ bot_kick bot_quota 0 bot_join_after_player 0 -echo "settings/disable_bots.cfg executed" \ No newline at end of file +// Logging +echo "[CONFIG]: settings/disable_bots.cfg executed" \ No newline at end of file diff --git a/lib/csgo/cfg/settings/disable_buying.cfg b/lib/csgo/cfg/settings/disable_buying.cfg index af73ec0..0973385 100644 --- a/lib/csgo/cfg/settings/disable_buying.cfg +++ b/lib/csgo/cfg/settings/disable_buying.cfg @@ -13,4 +13,4 @@ mp_maxmoney 0 mp_startmoney 0 mp_promoted_item_enabled 0 -echo "settings/disable_buying.cfg executed" \ No newline at end of file +echo "[CONFIG]: settings/disable_buying.cfg executed" \ No newline at end of file diff --git a/lib/csgo/cfg/settings/disable_course_settings.cfg b/lib/csgo/cfg/settings/disable_course_settings.cfg index b014d84..70f5bce 100644 --- a/lib/csgo/cfg/settings/disable_course_settings.cfg +++ b/lib/csgo/cfg/settings/disable_course_settings.cfg @@ -17,4 +17,4 @@ mp_playercashawards 1 // Players can earn money by performing in-game acti mp_teamcashawards 1 // Teams can earn money by performing in-game actions mp_round_restart_delay 7 // Number of seconds to delay before restarting a round after a win -echo "settings/disable_course.cfg executed" +echo "[CONFIG]: settings/disable_course.cfg executed" diff --git a/lib/csgo/cfg/settings/disable_drop_weapons.cfg b/lib/csgo/cfg/settings/disable_drop_weapons.cfg index 303ae8d..03f3e33 100644 --- a/lib/csgo/cfg/settings/disable_drop_weapons.cfg +++ b/lib/csgo/cfg/settings/disable_drop_weapons.cfg @@ -7,4 +7,4 @@ mp_drop_knife_enable 0 mp_weapons_allow_map_placed 0 mp_disconnect_kills_players 1 -echo "settings/disable_drop_weapons.cfg executed" \ No newline at end of file +echo "[CONFIG]: settings/disable_drop_weapons.cfg executed" \ No newline at end of file diff --git a/lib/csgo/cfg/settings/disable_knifedrop.cfg b/lib/csgo/cfg/settings/disable_knifedrop.cfg index 6b232c7..dab4c14 100644 --- a/lib/csgo/cfg/settings/disable_knifedrop.cfg +++ b/lib/csgo/cfg/settings/disable_knifedrop.cfg @@ -1,4 +1,4 @@ // Disables Dropping Knife mp_drop_knife_enable 0 -echo "settings/disable_knifedrop.cfg executed" +echo "[CONFIG]: settings/disable_knifedrop.cfg executed" diff --git a/lib/csgo/cfg/settings/disable_map_voting.cfg b/lib/csgo/cfg/settings/disable_map_voting.cfg index b172590..dc906f1 100644 --- a/lib/csgo/cfg/settings/disable_map_voting.cfg +++ b/lib/csgo/cfg/settings/disable_map_voting.cfg @@ -12,4 +12,4 @@ mp_endmatch_votenextmap_keepcurrent 0 // Disable SV Cheats sv_cheats 0 -echo "settings/disable_map_voting.cfg executed" \ No newline at end of file +echo "[CONFIG]: settings/disable_map_voting.cfg executed" \ No newline at end of file diff --git a/lib/csgo/cfg/settings/disable_movement_unlock.cfg b/lib/csgo/cfg/settings/disable_movement_unlock.cfg index fe4eb9e..9a6f4d6 100644 --- a/lib/csgo/cfg/settings/disable_movement_unlock.cfg +++ b/lib/csgo/cfg/settings/disable_movement_unlock.cfg @@ -30,4 +30,4 @@ sv_clamp_unsafe_velocities 0 // Disable SV Cheats sv_cheats 0 -echo "settings/disable_movement_unlock.cfg executed" \ No newline at end of file +echo "[CONFIG]: settings/disable_movement_unlock.cfg executed" \ No newline at end of file diff --git a/lib/csgo/cfg/settings/disable_one_round.cfg b/lib/csgo/cfg/settings/disable_one_round.cfg index e22adbc..dc2c3e8 100644 --- a/lib/csgo/cfg/settings/disable_one_round.cfg +++ b/lib/csgo/cfg/settings/disable_one_round.cfg @@ -26,4 +26,4 @@ mp_teamcashawards 1 // Allow time for vote map mp_round_restart_delay 7 -echo "settings/disable_one_round.cfg executed" \ No newline at end of file +echo "[CONFIG]: settings/disable_one_round.cfg executed" \ No newline at end of file diff --git a/lib/csgo/cfg/settings/disable_scoutz.cfg b/lib/csgo/cfg/settings/disable_scoutz.cfg index a40b241..0725dde 100644 --- a/lib/csgo/cfg/settings/disable_scoutz.cfg +++ b/lib/csgo/cfg/settings/disable_scoutz.cfg @@ -10,4 +10,4 @@ mp_t_default_secondary "weapon_glock" mp_t_default_primary "" mp_ct_default_primary "" -echo "settings/disable_scoutz.cfg executed" \ No newline at end of file +echo "[CONFIG]: settings/disable_scoutz.cfg executed" \ No newline at end of file diff --git a/lib/csgo/cfg/settings/enable_alltalk.cfg b/lib/csgo/cfg/settings/enable_alltalk.cfg index c681273..627f0ab 100644 --- a/lib/csgo/cfg/settings/enable_alltalk.cfg +++ b/lib/csgo/cfg/settings/enable_alltalk.cfg @@ -18,4 +18,4 @@ exec_after_round_start "exec settings/enable_alltalk.cfg" // Disable SV Cheats sv_cheats 0 -echo "settings/enable_alltalk.cfg executed" \ No newline at end of file +echo "[CONFIG]: settings/enable_alltalk.cfg executed" \ No newline at end of file diff --git a/lib/csgo/cfg/settings/enable_autobhop.cfg b/lib/csgo/cfg/settings/enable_autobhop.cfg index 5cc6351..17027f9 100644 --- a/lib/csgo/cfg/settings/enable_autobhop.cfg +++ b/lib/csgo/cfg/settings/enable_autobhop.cfg @@ -11,4 +11,4 @@ sv_falldamage_scale 0 // Disable SV Cheats sv_cheats 0 -echo "settings/enable_autobhop.cfg executed" \ No newline at end of file +echo "[CONFIG]: settings/enable_autobhop.cfg executed" \ No newline at end of file diff --git a/lib/csgo/cfg/settings/enable_bots.cfg b/lib/csgo/cfg/settings/enable_bots.cfg index 85e811d..1b31417 100644 --- a/lib/csgo/cfg/settings/enable_bots.cfg +++ b/lib/csgo/cfg/settings/enable_bots.cfg @@ -12,4 +12,4 @@ bot_join_team "any" bot_quota_mode "fill" bot_quota 10 -echo "settings/enable_bots.cfg executed" \ No newline at end of file +echo "[CONFIG]: settings/enable_bots.cfg executed" \ No newline at end of file diff --git a/lib/csgo/cfg/settings/enable_buying.cfg b/lib/csgo/cfg/settings/enable_buying.cfg index 751d9c5..750531d 100644 --- a/lib/csgo/cfg/settings/enable_buying.cfg +++ b/lib/csgo/cfg/settings/enable_buying.cfg @@ -13,4 +13,4 @@ mp_maxmoney 1 mp_startmoney 1 mp_promoted_item_enabled 1 -echo "settings/enable_buying.cfg executed" \ No newline at end of file +echo "[CONFIG]: settings/enable_buying.cfg executed" \ No newline at end of file diff --git a/lib/csgo/cfg/settings/enable_course_settings.cfg b/lib/csgo/cfg/settings/enable_course_settings.cfg index fdf764d..d24648c 100644 --- a/lib/csgo/cfg/settings/enable_course_settings.cfg +++ b/lib/csgo/cfg/settings/enable_course_settings.cfg @@ -23,4 +23,4 @@ mp_give_player_c4 0 // Disable SV Cheats sv_cheats 0 -echo "settings/enable_course_settings.cfg executed" \ No newline at end of file +echo "[CONFIG]: settings/enable_course_settings.cfg executed" \ No newline at end of file diff --git a/lib/csgo/cfg/settings/enable_knifedrop.cfg b/lib/csgo/cfg/settings/enable_knifedrop.cfg index 05a3163..ac4572d 100644 --- a/lib/csgo/cfg/settings/enable_knifedrop.cfg +++ b/lib/csgo/cfg/settings/enable_knifedrop.cfg @@ -5,4 +5,4 @@ mp_weapons_allow_map_placed 1 exec_after_round_start "exec settings/enable_knifedrop.cfg" -echo "settings/enable_knifedrop.cfg executed" +echo "[CONFIG]: settings/enable_knifedrop.cfg executed" diff --git a/lib/csgo/cfg/settings/enable_movement_unlock.cfg b/lib/csgo/cfg/settings/enable_movement_unlock.cfg index abef41c..0a6b754 100644 --- a/lib/csgo/cfg/settings/enable_movement_unlock.cfg +++ b/lib/csgo/cfg/settings/enable_movement_unlock.cfg @@ -31,4 +31,4 @@ sv_clamp_unsafe_velocities 0 // Disable SV Cheats sv_cheats 0 -echo "settings/enable_movement_unlock.cfg executed" \ No newline at end of file +echo "[CONFIG]: settings/enable_movement_unlock.cfg executed" \ No newline at end of file diff --git a/lib/csgo/cfg/settings/enable_one_round.cfg b/lib/csgo/cfg/settings/enable_one_round.cfg index f371f63..37e64e4 100644 --- a/lib/csgo/cfg/settings/enable_one_round.cfg +++ b/lib/csgo/cfg/settings/enable_one_round.cfg @@ -26,4 +26,4 @@ mp_teamcashawards 0 // Allow time for vote map mp_round_restart_delay 10 -echo "settings/enable_one_round.cfg executed" \ No newline at end of file +echo "[CONFIG]: settings/enable_one_round.cfg executed" \ No newline at end of file diff --git a/lib/csgo/cfg/settings/enable_scoutz.cfg b/lib/csgo/cfg/settings/enable_scoutz.cfg index 01e1f68..471a13c 100644 --- a/lib/csgo/cfg/settings/enable_scoutz.cfg +++ b/lib/csgo/cfg/settings/enable_scoutz.cfg @@ -10,4 +10,4 @@ mp_ct_default_melee "weapon_knife" mp_t_default_primary "weapon_ssg08" mp_ct_default_primary "weapon_ssg08" -echo "settings/enable_scoutz.cfg executed" \ No newline at end of file +echo "[CONFIG]: settings/enable_scoutz.cfg executed" \ No newline at end of file