-
Notifications
You must be signed in to change notification settings - Fork 12
Entrance Randomizer
List some additions that will help you beat the game, like added backtracking buttons or datacubes...
DXRBacktracking additions are always enabled even when entrance rando is disabled https://github.com/Die4Ever/deus-ex-randomizer/blob/master/DXRModules/DeusEx/Classes/DXRBacktracking.uc
DXREntranceRando ApplyFixes() is only when entrance rando is enabled https://github.com/Die4Ever/deus-ex-randomizer/blob/master/DXRModules/DeusEx/Classes/DXREntranceRando.uc#L729-L748
some stuff in DXRFixup might be worth mentioning too, like the add_datacubes list https://github.com/Die4Ever/deus-ex-randomizer/blob/master/DXRModules/DeusEx/Classes/DXRFixup.uc#L78-L84
Also some exceptions, like Tong's Base is always at the vanilla teleporter
Congrats on making it to the wiki!