Sebaestschjin / gloomhaven-campaign-manager

Simplify the management of your Gloomhaven campaign progress in Tabletop Simulator.
MIT License
7 stars 5 forks source link

Include notebook data in save #70

Closed asphaltbuffet closed 3 years ago

asphaltbuffet commented 3 years ago

Our group uses the TTS notebooks to record progress on personal goals, plans for future enhancements, etc. It would be really nice to have this persist along with the saved data. Maybe also the options notebook so the values don't have to be reset when importing into a new game.

Sebaestschjin commented 3 years ago

Good point. Do you have other notebook as as well or one per player? Options might be tricky. Simply saving and loading would be easy. But if a newer mod version has new options those would be overwritten. I'll have to think of something. :-)

asphaltbuffet commented 3 years ago

Just one notebook per player. Not renamed from default colors.

Options point is good. Maybe it gets saved but not loaded into options notebook? That way it's at least in the game for reference.

On Sun, Feb 21, 2021, 1:39 AM Sebastian Stern notifications@github.com wrote:

Good point. Do you have other notebook as as well or one per player? Options might be tricky. Simply saving and loading would be easy. But if a newer mod version has new options those would be overwritten. I'll have to think of something. :-)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Sebaestschjin/gloomhaven-campaign-manager/issues/70#issuecomment-782809230, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHLY42B7L4HEZPG4JVBGTKTTACTDFANCNFSM4X6FD44A .

Sebaestschjin commented 3 years ago

Yeah, good idea. It could create a new notebook "Previous Options" or something which can be checked. This would be very simple to implement, so I guess I'll start from there. :-)