• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Fixed [0.41.1 (Special)] Berries Vanishing

Tornado9797

Content Developer
P3D Developer
Global Moderator
I was in Berry Vista, just planted all the spots with rare berries from the Safari Zone Gate shop. After doing so, I decided to check and see if the Hidden Grotto there had respawned yet (it had not). When I came back outside, all of my berries were gone.

Sorry that I couldn't really capture evidence of this.

Note: I was on Hippo's server, the season might have been different from what I normally would've had.
 

Tornado9797

Content Developer
P3D Developer
Global Moderator
Reproducible. I planted one Oran Berry, entered the Hidden Grotto, exited back to Berry Vista, the Oran Berry was gone.
 

nilllzz

Original Developer
Administrator
P3D Developer
Does this only happen in Berry Vista?
Berry Vista is the only place I know that has a berry pouch and a Hidden Grotto.
Found the issue: The save file that stores berries stores where they got planted (of course). And when a level loads, it checks if the levelfile is the same as the file the berry was stored in. The level file of Berry Vista is called "BerryVista.dat". The hidden Grotto links to a file named "berryvista.dat". The level loader doesn't take the lower case into account and loads the file at "BerryVista.dat" anyways, stores the string "berryvista.dat" as loaded level though. When it then checks for the berries on the map, the berries are planted on "BerryVista.dat" and you are on "berryvista.dat".
I fixed this by making the berry loader case insensitive.
 
Top