Dev build/Linux: boats not safe for storage [DUPLICATE]

Locked
User avatar
pango
Posts: 3359
Joined: Wed Jul 18, 2018 6:14 pm
Location: France
Contact:

Dev build/Linux: boats not safe for storage [DUPLICATE]

Post by pango »

I think I lost a set of potions and some other stuff I had stored on my large boat.
It's hard to say when is boat inventory lost, I'm not even sure it's entirely deterministic, but leaving some items on the boat, traveling around a bit in the desert, and going back to check that the items vanished (single session, no save/reloading involved), is enough to convince oneself it''s not entirely safe.

It's hard to provide a savegame for this issue
Mastodon: @pango@fosstodon.org
When a measure becomes a target, it ceases to be a good measure.
-- Charles Goodhart

User avatar
Hazelnut
Posts: 3016
Joined: Sat Aug 26, 2017 2:46 pm
Contact:

Re: Dev build/Linux: boats not safe for storage

Post by Hazelnut »

I would need a save before and after the items vanished. What sort of timescale was this? Is it possible that this was due to the issue where the buildingKey value of 0 was changed at the end of October? See https://forums.dfworkshop.net/viewtopic.php?f=24&t=1426 for more details.
See my mod code for examples of how to change various aspects of DFU: https://github.com/ajrb/dfunity-mods

User avatar
pango
Posts: 3359
Joined: Wed Jul 18, 2018 6:14 pm
Location: France
Contact:

Re: Dev build/Linux: boats not safe for storage

Post by pango »

I'm entirely sure I understood the link above...

About the timescale, it's now down to:
- put a gold piece on deck
- go back to desert (Travel > Ship)
- move one terrain square on horse (maybe it's just the right duration, I'm not sure it's related to terrain)
- go back to ship (Travel > Ship)
- gold piece vanished
Attachments
SAVE126.zip
(316.36 KiB) Downloaded 68 times
SAVE125.zip
(317.58 KiB) Downloaded 70 times
Mastodon: @pango@fosstodon.org
When a measure becomes a target, it ceases to be a good measure.
-- Charles Goodhart

User avatar
pango
Posts: 3359
Joined: Wed Jul 18, 2018 6:14 pm
Location: France
Contact:

Re: Dev build/Linux: boats not safe for storage

Post by pango »

Okay, changing the BuildingKey from 0 to 16777216 seems to have fixed it, so i guess this can be marked as duplicate.
Sorry for wasting your time
Mastodon: @pango@fosstodon.org
When a measure becomes a target, it ceases to be a good measure.
-- Charles Goodhart

User avatar
Hazelnut
Posts: 3016
Joined: Sat Aug 26, 2017 2:46 pm
Contact:

Re: Dev build/Linux: boats not safe for storage [DUPLICATE]

Post by Hazelnut »

No problem Pango.
See my mod code for examples of how to change various aspects of DFU: https://github.com/ajrb/dfunity-mods

Locked