mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
develop-rando: File Select Fixes (#3734)
* Fixes pressing B on name entry after randomizer quest. * Reverts to auto parsing previous spoiler file. Also includes an option to press L to automatically gen a fresh seed. It still does regenerate the old spoiler to regen the hints in the user's current language, but it will now automatically do this instead of requiring dragging and dropping the spoiler every time. * Fixes bug causing rando settings to come from CVars instead of a spoiler file when a spoiler is dropped/imported on boot. * Pressing Generate Randomizer in ImGui doesn't use loaded spoilerfile. * Adds tooltip to Generate Randomizer ImGui Button.
This commit is contained in:
parent
7f961abd8d
commit
f74ba3c1da
6 changed files with 40 additions and 26 deletions
|
@ -370,7 +370,7 @@ void Context::ParseSpoiler(const char* spoilerFileName, const bool plandoMode) {
|
|||
mSpoilerLoaded = true;
|
||||
mSeedGenerated = false;
|
||||
} catch (...) {
|
||||
throw;
|
||||
LUSLOG_ERROR("Failed to load Spoiler File: %s", spoilerFileName);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue