deus-ex-randomizer icon indicating copy to clipboard operation
deus-ex-randomizer copied to clipboard

Randomizer for Deus Ex

Results 143 deus-ex-randomizer issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/30947252/179436706-f073ffc0-be2b-4e16-ad9b-d268ef32a9c0.png)

You can run a check with a timer as to which mode is being played ``` _timer = new Timer(s => { try { UpdateEffectStates(); } catch (Exception e) {...

the player can die or surrender, probably just check it when you enter the next level?

can just put coordinates instead, can use DXRTestAllMaps to log all the info I need

like clip size, accuracy, recoil these get tricky due to weapon mods also affecting them (just look at the code for the weapon description text)

Feature

Example: maybe energy shield could be free to leave on all the time, and it only consumes energy each time it absorbs damage We'll probably need some shared code inside...

enhancement

maybe just do it by modifying the conversation objects? or cleaning up inventory in PlayerAnyEntry could do it in DXRFixup FixInventory maybe depends on #187

bug
GMDX
Co-op
Revision
VMD

unpredictable so you can't prepare ahead of time kept on the server, maybe also track leaderboards for speed, number of deaths, number of loads, and number of saves? maybe need...

Feature

Might be interesting to add some effects that can improve enemies, for example: * Give enemies super hearing for a minute (Not sure if possible) * Double enemy health (Or...

crowd-control