harbingerofme / DebugToolkit

Debugging commands for Risk of Rain 2. Previously known as RoR2Cheats.
https://thunderstore.io/package/IHarbHD/DebugToolkit/
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

[BUG] fixed_time does not use ingame timed, but rather unpauzed time #89

Closed harbingerofme closed 4 years ago

harbingerofme commented 4 years ago

Describe the bug When requesting the time, the unpaused time is given. This is probably indication it might not set the right time either.

Does the bug happen without input no

If input is required, which scenes does it go wrong in ingame

SuperRayss commented 4 years ago

RoR2.Run GetRunStopwatch() utilizes an offset for stages where the timer was paused. Try using that instead of Run.instance.fixedTime

harbingerofme commented 4 years ago

fixed in #91