From 8502704bb6215038d2acc0599e083fdf649ab207 Mon Sep 17 00:00:00 2001 From: Tiagoquix <30274161+Tiagoquix@users.noreply.github.com> Date: Wed, 22 May 2024 16:05:07 -0300 Subject: [PATCH 1/3] Remove mp_idlemaxtime from ConVars.sp --- src/scripting/ConVars.sp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/scripting/ConVars.sp b/src/scripting/ConVars.sp index 0494c40..80b1e82 100644 --- a/src/scripting/ConVars.sp +++ b/src/scripting/ConVars.sp @@ -89,7 +89,6 @@ void ResetConVars() ResetConVar(FindConVar("mp_waitingforplayers_time")); ResetConVar(FindConVar("mp_disable_respawn_times")); ResetConVar(FindConVar("mp_respawnwavetime")); - ResetConVar(FindConVar("mp_idlemaxtime")); // TeamFortress ConVars ResetConVar(FindConVar("tf_avoidteammates_pushaway")); @@ -106,7 +105,6 @@ void PrepareConVars() SetConVarInt(FindConVar("mp_waitingforplayers_time"), g_hConVarWaitingForPlayersTime.IntValue); SetConVarInt(FindConVar("mp_disable_respawn_times"), 0); SetConVarInt(FindConVar("mp_respawnwavetime"), 9999); - SetConVarInt(FindConVar("mp_idlemaxtime"), 8); SetConVarInt(FindConVar("tf_avoidteammates_pushaway"), 0); SetConVarFloat(FindConVar("tf_max_health_boost"), 1.0); SetConVarFloat(FindConVar("tf_airblast_cray_ground_minz"), 268.3281572999747); @@ -147,4 +145,4 @@ public void OnWaitingForPlayersTimeChanged(Handle cvar, const char[] oldVal, con public bool Config_BonusPointsEnabled() { return g_hConVarPluginBonusPoints.BoolValue; -} \ No newline at end of file +} From bda36259b9121c720c4bdd8189dcb220f40edc57 Mon Sep 17 00:00:00 2001 From: Safalin Date: Fri, 24 May 2024 22:09:51 +0100 Subject: [PATCH 2/3] Update plugin version --- src/scripting/AS-MicroTF2.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripting/AS-MicroTF2.sp b/src/scripting/AS-MicroTF2.sp index 29b22e9..b011b44 100644 --- a/src/scripting/AS-MicroTF2.sp +++ b/src/scripting/AS-MicroTF2.sp @@ -31,7 +31,7 @@ //#define DEBUG //#define LOGGING_STARTUP -#define PLUGIN_VERSION "5.2.12" +#define PLUGIN_VERSION "5.2.13" #define PLUGIN_PREFIX "\x0700FFFF[ \x07FFFF00WarioWare \x0700FFFF] {default}" #define PLUGIN_MAPPREFIX "warioware_redux_" From 5c4355e5257c09929d1663dcf767173600cd6e1d Mon Sep 17 00:00:00 2001 From: Safalin Date: Sun, 26 May 2024 12:52:15 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d9c0af8..cb94716 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A custom gamemode for Team Fortress 2 - Players compete against each other to get the most points by playing a series of rapid fire microgames in order to win the round! +![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/gemidyne/microtf2/total) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/gemidyne/microtf2/ci.yml) + +Interested in what's next? View our kanban board: https://github.com/orgs/gemidyne/projects/5/views/1?sliceBy%5Bvalue%5D=v6 + ## How to install the gamemode We have created an install guide to help you install the gamemode - see wiki page here: https://github.com/gemidyne/microtf2/wiki/How-to-install-the-gamemode