Closed glasnonck closed 3 years ago
I was only able to replicate this issue myself if the kotor path isn't maintained between versions. The randomized game check is only done when the program starts up. If the path is not set correctly or is changed while the program is running, this check is not run again.
The solution would be to add the check to a couple new places during execution. These should prevent issues with the program randomizing an already randomized game.
If the user has forgets to unrandomize their game before they install the next version of the randomizer, it doesn't recognize that it is still randomized. This could cause the unrandomized files to be lost and force the user to reinstall the game (or verify the integrity of their files).
The randomizer should recognize that the game is already randomized and offer to unrandomize for the user.