Modron Maze reset bug - we need a save
JuliusBorisov
Member, Administrator, Moderator, Developer Posts: 22,977
Hey all! Over the last few weeks, we've been trying to repro and fix the infamous Modron Maze reset bug in PST:EE (for the next patch). So far, we've established that the bug happens in modded installs (granted, it's caused by the actual bug). What we're trying to find out is - does the bug happen in unmodded games as well?
If you have a save and repro steps for this and if you're NOT using any mods for PST:EE, please comment in this thread and attach your info. Thanks a lot!
If you have a save and repro steps for this and if you're NOT using any mods for PST:EE, please comment in this thread and attach your info. Thanks a lot!
0
Comments
The quickest way to test the bug is to:
C:Eval('GenerateModronMaze()')The map should have been reverted to the "unexplored" state if the bug happened, as if you visited the map for the first time.
dimmRemoveModronFiles() calls dimmScanOverrides("*", "*"), which restores all in-memory game files to their override folder state. It's unsafe for the engine to be doing such a blanket reload of resources during the middle of gameplay, since the current state of (unloaded) areas and other Infinity Engine files are only held in the working memory that's being reloaded.
This sort of state-wiping bug can easily be replicated on the other EEs by running Infinity_SetLanguage("en_US") or Infinity_UpdateCloudSaveState() from the Lua console.