You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my original save a "monster corpse" special was placed over dirt_road_3way_east. Your migration was correct and should have worked, but due to a bug described above the predecessor was not migrated.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.
Describe the bug
#72431 removed some oter_id's. This caused a number of errors in my save file. #72594 solves most of the errors, but one remains:
I have managed to narrow this down and create a way to reproduce this situation
Attach save file
Vaughns Mill-trimmed.tar.gz
Steps to reproduce
Steps 1 trough 5 can be skipped by loading the above save
Expected behavior
Screenshots
No response
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
Portal Storms Ignore NPCs [personal_portal_storms],
Slowdown Fungal Growth [no_fungal_growth],
predecessor_mapgen [predecessor_mapgen]
]
Additional context
When reading an overmap save file "layers" applies migrations:
Cataclysm-DDA/src/savegame.cpp
Lines 418 to 455 in 7511d69
But "predecessors" expects valid oter_id's and does not apply migrations:
Cataclysm-DDA/src/savegame.cpp
Lines 662 to 717 in 7511d69
ref: #52208
The text was updated successfully, but these errors were encountered: