Skip to content

Commit

Permalink
DXRVanillaFixer instead of "Zero Changes mode"
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Apr 21, 2024
1 parent 8ab11b4 commit 76c30d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If you don't know what Deus Ex Randomizer is, then here's our old trailer which
* WaltonWare mode - A quick option to get into the game without the time commitment of the full game! You start in a random mission and win by completing one bingo. As New Game+ keeps making it harder, see how fast you can complete them or how many you can complete!
* WaltonWare Entrance Rando - both modes combined!
* 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!
* DXRVanillaFixer: 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. Remember you can tweak the settings in the Advanced menu to play with any randomization level you want.
* 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.
Expand Down
2 changes: 1 addition & 1 deletion installer/GUI/InstallerWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def ExeTypeRadios(self, padx, pad):
def ZeroChangesCheckbox(self, padx, pady):
# "Zero Changes" mode fixes
v = BooleanVar(master=self.frame, value=True)
c = Checkbutton(self.frame, text=" Apply compatibility fixes for DeusEx.exe\n(Zero Changes mode)", variable=v)
c = Checkbutton(self.frame, text="DXRVanillaFixer\n Apply compatibility fixes for DeusEx.exe", variable=v)
Hovertip(c, "Apply all the fixes for DeusEx.exe, so you can play without Randomizer's changes.\nThis is like a \"Zero Changes\" mode as opposed to DXRando's \"Zero Rando\" mode.\nOnly has an effect when using a separate DXRando.exe for the Randomized modes\nor when not installing DXRando.")
c.grid(column=1,row=self.row, sticky='SW', padx=padx, pady=pady)
self.row += 1
Expand Down

0 comments on commit 76c30d8

Please sign in to comment.