Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mod Doesn't Remember State When Saving->Loading Game #113

Open
maarxx opened this issue Mar 23, 2023 · 2 comments
Open

Mod Doesn't Remember State When Saving->Loading Game #113

maarxx opened this issue Mar 23, 2023 · 2 comments

Comments

@maarxx
Copy link
Owner

maarxx commented Mar 23, 2023

Mod Doesn't Remember State When Saving->Loading Game

This includes all states, examples:

  • Mod defaults back to "Disabled"
  • Mod forgets Pawns set to MaxMood
  • Pawn forgets previous AllowedArea for those currently in Joy/Medi.
  • Mod forgets SpoonFeeding/ImmmuneHandling/DoubleEat/DoubleSleep/etc.
@maarxx
Copy link
Owner Author

maarxx commented Mar 23, 2023

Root Cause for:

#21
#102

@maarxx
Copy link
Owner Author

maarxx commented Mar 23, 2023

This was an issue with all settings in the mod. As it was, we did not save any state to the save file, and so everything defaulted back upon loading a game.

All of these issues are now fixed on the beta branch, and we scribe all our state to the disk file, and remember it all when we come back.

This will be released from beta to master (and therefore to Steam Workshop) in about 3 weeks due to personal scheduling.

Please try the beta branch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant