diff --git a/DXRModules/DeusEx/Classes/DXRFlags.uc b/DXRModules/DeusEx/Classes/DXRFlags.uc index 303df5a32..19920f09e 100644 --- a/DXRModules/DeusEx/Classes/DXRFlags.uc +++ b/DXRModules/DeusEx/Classes/DXRFlags.uc @@ -667,7 +667,9 @@ static function int GameModeIdForSlot(int slot) if(slot--==0) return EntranceRando; if(slot--==0) return WaltonWare; if(slot--==0) return WaltonWareEntranceRando; - if(slot--==0) return WaltonWareHardcore; + if(!VersionIsStable()) { + if(slot--==0) return WaltonWareHardcore; + } if(slot--==0) return SpeedrunMode; if(slot--==0) return ZeroRando; if(slot--==0) return RandoLite; diff --git a/README.md b/README.md index 68f96e96d..fe20d713b 100644 --- a/README.md +++ b/README.md @@ -65,11 +65,11 @@ If you don't know what Deus Ex Randomizer is, then here's our old trailer which * Zero Rando - great for first-time Deus Ex players to benefit from the bug fixes, QoL improvements, and balance changes we've made, without any randomization. * Zero Changes mode: This one is for the purists. Use our new installer program and it will do compatibility fixes for the vanilla game (Kentie's Launcher, D3D10, DXVK, Engine.dll fix, and more), then just run DeusEx.exe as normal and the gameplay will be unchanged but with high frame rates and resolutions! * Randomizer Lite - randomizes some things without interfering with the immersion and mood of the game. Great for players who haven't played Deus Ex in a long time, or if you're intimidated by the full Randomizer. + * Randomizer Medium - similar to Randomizer Lite but with more randomization features enabled by default. * 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. * Speedrun mode - speedrun with fewer resets while still being able to enjoy higher difficulties. And a built in splits viewer! * Entrance Randomization - changes what level each teleporter takes you to, but keeps it within the same mission * Horde Mode - fight for your life to see how long you can survive in the Paris Cathedral - * Also WaltonWare Hardcore mode and Randomizer Medium mode! * 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