Skip to content

Commit

Permalink
WaltonWare Hardcore still experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Apr 1, 2024
1 parent e391669 commit 13a30d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion DXRModules/DeusEx/Classes/DXRFlags.uc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13a30d4

Please sign in to comment.