diff --git a/README.md b/README.md index dc318e2..21d542a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Roll The Dice mod for Team Fortress 2. It allows players to "roll the dice" for one of 82 random effects, some good, some bad. The effect will be applied for its custom time to the player and removed afterwards. Roll The Dice Revamped is a rewrite of [pheadxdll's Roll The Dice](https://forums.alliedmods.net/showthread.php?p=666222) with numerous features added, most notable of which are listed here: -* **[Requires SourceMod 1.9 or higher](http://www.sourcemod.net/downloads.php?branch=stable)**. +* **[Requires SourceMod 1.11 or higher](http://www.sourcemod.net/downloads.php?branch=stable)**. * 48 new perks added, making up a total of 82 perks. * (for devs) An easy way of adding completely custom perks. * Fixed some overpowered/broken effects. diff --git a/plugins/rtd.smx b/plugins/rtd.smx index 042fedd..65839dc 100644 Binary files a/plugins/rtd.smx and b/plugins/rtd.smx differ diff --git a/scripting/rtd.sp b/scripting/rtd.sp index d5d6aa9..2996718 100644 --- a/scripting/rtd.sp +++ b/scripting/rtd.sp @@ -28,7 +28,7 @@ #tryinclude #tryinclude -#define PLUGIN_VERSION "2.3.6-pre1" +#define PLUGIN_VERSION "2.4.0" #define CHAT_PREFIX "\x07FFD700[RTD]\x01" #define CONS_PREFIX "[RTD]" diff --git a/update.txt b/update.txt index 2764133..cea742d 100644 --- a/update.txt +++ b/update.txt @@ -4,8 +4,8 @@ { "Version" { - "Latest" "2.3.5" - "Previous" "2.3.4" + "Latest" "2.4.0" + "Previous" "2.3.5" } "Notes" "View changelog at https://github.com/Phil25/RTD/wiki/changelog" @@ -13,13 +13,6 @@ "Files" { - "Patch" - { - "Plugin" "Path_SM/plugins/rtd.smx" - - "Source" "Path_SM/scripting/rtd/classes/containers.sp" - } - "Plugin" "Path_SM/plugins/rtd.smx" "Plugin" "Path_SM/translations/rtd2.phrases.txt" "Plugin" "Path_SM/translations/rtd2_perks.phrases.txt" @@ -29,11 +22,11 @@ "Source" "Path_SM/scripting/include/rtd2.inc" - "Source" "Path_SM/scripting/rtd/cache.sp" - "Source" "Path_SM/scripting/rtd/includes.sp" - "Source" "Path_SM/scripting/rtd/manager.sp" + "Source" "Path_SM/scripting/rtd/convars.sp" + "Source" "Path_SM/scripting/rtd/macros.sp" "Source" "Path_SM/scripting/rtd/natives.sp" "Source" "Path_SM/scripting/rtd/parsing.sp" + "Source" "Path_SM/scripting/rtd/perks.sp" "Source" "Path_SM/scripting/rtd/stocks.sp" "Source" "Path_SM/scripting/rtd/classes/containers.sp" @@ -41,15 +34,22 @@ "Source" "Path_SM/scripting/rtd/classes/perk.sp" "Source" "Path_SM/scripting/rtd/classes/rollers.sp" + "Source" "Path_SM/scripting/rtd/perks/acallbeyond.sp" + "Source" "Path_SM/scripting/rtd/perks/autoheal.sp" "Source" "Path_SM/scripting/rtd/perks/badsauce.sp" + "Source" "Path_SM/scripting/rtd/perks/batswarm.sp" "Source" "Path_SM/scripting/rtd/perks/beacon.sp" "Source" "Path_SM/scripting/rtd/perks/bighead.sp" "Source" "Path_SM/scripting/rtd/perks/blind.sp" "Source" "Path_SM/scripting/rtd/perks/criticals.sp" "Source" "Path_SM/scripting/rtd/perks/cursed.sp" + "Source" "Path_SM/scripting/rtd/perks/cursedprojectiles.sp" "Source" "Path_SM/scripting/rtd/perks/deadlyvoice.sp" + "Source" "Path_SM/scripting/rtd/perks/drugbullets.sp" "Source" "Path_SM/scripting/rtd/perks/drugged.sp" + "Source" "Path_SM/scripting/rtd/perks/drunkwalk.sp" "Source" "Path_SM/scripting/rtd/perks/earthquake.sp" + "Source" "Path_SM/scripting/rtd/perks/eldenstars.sp" "Source" "Path_SM/scripting/rtd/perks/explode.sp" "Source" "Path_SM/scripting/rtd/perks/explosivearrows.sp" "Source" "Path_SM/scripting/rtd/perks/extraammo.sp" @@ -60,11 +60,15 @@ "Source" "Path_SM/scripting/rtd/perks/firetimebomb.sp" "Source" "Path_SM/scripting/rtd/perks/firework.sp" "Source" "Path_SM/scripting/rtd/perks/forcedtaunt.sp" + "Source" "Path_SM/scripting/rtd/perks/frog.sp" "Source" "Path_SM/scripting/rtd/perks/frozen.sp" "Source" "Path_SM/scripting/rtd/perks/fullriflecharge.sp" "Source" "Path_SM/scripting/rtd/perks/fullubercharge.sp" "Source" "Path_SM/scripting/rtd/perks/funnyfeeling.sp" "Source" "Path_SM/scripting/rtd/perks/godmode.sp" + "Source" "Path_SM/scripting/rtd/perks/hatthrow.sp" + "Source" "Path_SM/scripting/rtd/perks/heavyrockets.sp" + "Source" "Path_SM/scripting/rtd/perks/hellsreach.sp" "Source" "Path_SM/scripting/rtd/perks/homingprojectiles.sp" "Source" "Path_SM/scripting/rtd/perks/ignition.sp" "Source" "Path_SM/scripting/rtd/perks/inclineproblem.sp" @@ -73,47 +77,48 @@ "Source" "Path_SM/scripting/rtd/perks/infinitecloak.sp" "Source" "Path_SM/scripting/rtd/perks/infinitejump.sp" "Source" "Path_SM/scripting/rtd/perks/invisibility.sp" + "Source" "Path_SM/scripting/rtd/perks/lag.sp" + "Source" "Path_SM/scripting/rtd/perks/longmelee.sp" "Source" "Path_SM/scripting/rtd/perks/lowgravity.sp" "Source" "Path_SM/scripting/rtd/perks/lowhealth.sp" "Source" "Path_SM/scripting/rtd/perks/luckysandvich.sp" + "Source" "Path_SM/scripting/rtd/perks/madaraswhistle.sp" + "Source" "Path_SM/scripting/rtd/perks/mercsdietwice.sp" "Source" "Path_SM/scripting/rtd/perks/monochromia.sp" "Source" "Path_SM/scripting/rtd/perks/necromash.sp" "Source" "Path_SM/scripting/rtd/perks/noclip.sp" "Source" "Path_SM/scripting/rtd/perks/nogravity.sp" "Source" "Path_SM/scripting/rtd/perks/outline.sp" + "Source" "Path_SM/scripting/rtd/perks/overhealbonus.sp" + "Source" "Path_SM/scripting/rtd/perks/paranoia.sp" "Source" "Path_SM/scripting/rtd/perks/powerfulhits.sp" "Source" "Path_SM/scripting/rtd/perks/powerplay.sp" + "Source" "Path_SM/scripting/rtd/perks/pumpkintrail.sp" "Source" "Path_SM/scripting/rtd/perks/scarybullets.sp" + "Source" "Path_SM/scripting/rtd/perks/sickness.sp" + "Source" "Path_SM/scripting/rtd/perks/smite.sp" "Source" "Path_SM/scripting/rtd/perks/snail.sp" "Source" "Path_SM/scripting/rtd/perks/spawndispenser.sp" "Source" "Path_SM/scripting/rtd/perks/spawnsentry.sp" + "Source" "Path_SM/scripting/rtd/perks/springshoes.sp" "Source" "Path_SM/scripting/rtd/perks/striptomelee.sp" "Source" "Path_SM/scripting/rtd/perks/stronggravity.sp" "Source" "Path_SM/scripting/rtd/perks/strongrecoil.sp" "Source" "Path_SM/scripting/rtd/perks/suffocation.sp" + "Source" "Path_SM/scripting/rtd/perks/sunlightspear.sp" + "Source" "Path_SM/scripting/rtd/perks/teamautoheal.sp" "Source" "Path_SM/scripting/rtd/perks/teamcriticals.sp" "Source" "Path_SM/scripting/rtd/perks/timebomb.sp" "Source" "Path_SM/scripting/rtd/perks/tinymann.sp" "Source" "Path_SM/scripting/rtd/perks/toxic.sp" + "Source" "Path_SM/scripting/rtd/perks/vampire.sp" "Source" "Path_SM/scripting/rtd/perks/vital.sp" - "Source" "Path_SM/scripting/rtd/perks/weakened.sp" - "Source" "Path_SM/scripting/rtd/perks/springshoes.sp" - "Source" "Path_SM/scripting/rtd/perks/lag.sp" - "Source" "Path_SM/scripting/rtd/perks/drugbullets.sp" - "Source" "Path_SM/scripting/rtd/perks/longmelee.sp" - "Source" "Path_SM/scripting/rtd/perks/hatthrow.sp" - "Source" "Path_SM/scripting/rtd/perks/madaraswhistle.sp" - "Source" "Path_SM/scripting/rtd/perks/sickness.sp" "Source" "Path_SM/scripting/rtd/perks/wastedroll.sp" - "Source" "Path_SM/scripting/rtd/perks/mercsdietwice.sp" - "Source" "Path_SM/scripting/rtd/perks/drunkwalk.sp" - "Source" "Path_SM/scripting/rtd/perks/hellsreach.sp" - "Source" "Path_SM/scripting/rtd/perks/cursedprojectiles.sp" - "Source" "Path_SM/scripting/rtd/perks/vampire.sp" - "Source" "Path_SM/scripting/rtd/perks/batswarm.sp" - "Source" "Path_SM/scripting/rtd/perks/pumpkintrail.sp" - "Source" "Path_SM/scripting/rtd/perks/acallbeyond.sp" - "Source" "Path_SM/scripting/rtd/perks/smite.sp" - "Source" "Path_SM/scripting/rtd/perks/overhealbonus.sp" + "Source" "Path_SM/scripting/rtd/perks/weakened.sp" + "Source" "Path_SM/scripting/rtd/perks/weaponmixup.sp" + + "Source" "Path_SM/scripting/rtd/storage/cache.sp" + "Source" "Path_SM/scripting/rtd/storage/event_registrar.sp" + "Source" "Path_SM/scripting/rtd/storage/precached.sp" } }