Maps are (sometimes?) erased when loading a saved game #267

Closed
opened 2020-02-18 13:41:46 +00:00 by CelticMinstrel · 3 comments
CelticMinstrel commented 2020-02-18 13:41:46 +00:00 (Migrated from github.com)
[Reported by Thaluikhain](http://spiderwebforums.ipbhost.com/topic/25394-experimental-releases/?do=findComment&comment=309718)
fosnola commented 2020-05-01 09:09:14 +00:00 (Migrated from github.com)

Hello,
2536e65dac probably corrects the problems which concern the outdoor map (but not the in town map).

Hello, https://github.com/fosnola/cboe/commit/2536e65dacf9ca5caf1494a3f3bcb080534d42bd probably corrects the problems which concern the outdoor map (but not the _in town_ map).
NQNStudios commented 2025-01-24 17:19:21 +00:00 (Migrated from github.com)

If I don't encounter this bug while doing my test playthroughs of the core scenarios, I'm going to assume it was fixed by #488 and close as completed.

If I don't encounter this bug while doing my test playthroughs of the core scenarios, I'm going to assume it was fixed by #488 and close as completed.
NQNStudios commented 2025-01-25 22:49:52 +00:00 (Migrated from github.com)

I can reproduce this by going outdoors, walking around, QUITTING, choosing to Save before quitting, then reloading the file.

And the reason that it happens is that the many paths to saving the party are not DRY. Some call save_outdoor_maps() but not all do. My next PR can fix this.

I can reproduce this by going outdoors, walking around, QUITTING, choosing to Save before quitting, then reloading the file. And the reason that it happens is that the many paths to saving the party are not DRY. Some call `save_outdoor_maps()` but not all do. My next PR can fix this.
Sign in to join this conversation.
No description provided.