diff --git a/DXRCore/DeusEx/Classes/DXRVersion.uc b/DXRCore/DeusEx/Classes/DXRVersion.uc index b2cc8d38a..503387cd6 100644 --- a/DXRCore/DeusEx/Classes/DXRVersion.uc +++ b/DXRCore/DeusEx/Classes/DXRVersion.uc @@ -5,7 +5,7 @@ simulated static function CurrentVersion(optional out int major, optional out in major=2; minor=5; patch=5; - build=3;//build can't be higher than 99 + build=4;//build can't be higher than 99 } simulated static function string VersionString(optional bool full) diff --git a/DeusEx.u b/DeusEx.u index 4ac3d0a33..875f08e0b 100644 Binary files a/DeusEx.u and b/DeusEx.u differ diff --git a/GMDXRandomizer.u b/GMDXRandomizer.u index e8bd1a47e..535ed913d 100644 Binary files a/GMDXRandomizer.u and b/GMDXRandomizer.u differ diff --git a/HXRandomizer.u b/HXRandomizer.u index 869750815..51f69340e 100644 Binary files a/HXRandomizer.u and b/HXRandomizer.u differ diff --git a/README.md b/README.md index 70255cd04..a345d4dce 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ If you don't know what Deus Ex Randomizer is, then here's our old trailer which * Serious Sam mode - same as the normal game but with 10x as many enemies. The player has increased health and takes reduced damage to compensate. * WaltonWare mode - a game mode focused on quickly doing bingos and New Game+. * Speedrun mode - speedrun with fewer resets while still being able to enjoy higher difficulties. And a built in splits viewers! + * WaltonWare Entrance Rando - both modes combined! * Challenge mode loadouts! [(Wiki page)](https://github.com/Die4Ever/deus-ex-randomizer/wiki/Loadouts) * Stick With the Prod Pure means the only weapon you get is the stun prod (hint: throw a crate straight up into the air to break it) * Stick With the Prod Plus also allows EMP grenades, gas grenades, scramble grenades, pepper gun, and tranq darts diff --git a/RevRandomizer.u b/RevRandomizer.u index 06c58c0f8..bd9376662 100644 Binary files a/RevRandomizer.u and b/RevRandomizer.u differ diff --git a/VMDRandomizer.u b/VMDRandomizer.u index 34572ce11..1a169b370 100644 Binary files a/VMDRandomizer.u and b/VMDRandomizer.u differ