Summary
In our map, we use the Save Point Device to save players’ inventory items when they get something, and load them when they rejoin the match.
Following the update to v32.00 no one’s existing inventory items were being loaded. Items received following the update are saved/loaded as expected when players join a game.
It is possible something happened during the update process where persistent data on save point devices was lost. It is also possible that the disfunction and crashes the creative servers were experiencing on launch caused players to have their inventory saved as empty.
Either way, this is kind of tragic for our players. For example, anyone who has been earning diamonds in our economy has now lost what they have earned.
How can we go about recovering this persistent data for our players?
Please select what you are reporting on:
Creative
What Type of Bug are you experiencing?
Devices
Steps to Reproduce
- Have a creative map with Save Point Devices before v32.00
- Load into map
- Save player inventory data
- Leave map
- Wait for update to v32.00
- Load into map
- Load existing inventory from save point device
- Observe Save Point device loads empty inventory
Expected Result
Player inventory data in save point device persists after updating to v32.00
Observed Result
Player inventory data in save point device was reset after updating to v32.00
Platform(s)
All
Additional Notes
Inventories saved following the update to 32.00 are saved and loaded as expected. It is only data from before v32.00 that was lost.