Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Juice Galaxy (formerly Juice World)

Floppy ragdoll rpg sandbox with physics-based combat · By fishlicka

saves files?

A topic by Garlic created Mar 26, 2020 Views: 1,226 Replies: 6
Viewing posts 1 to 3

what if one were to start a new game but wishes not to delete the save? or perhaps a friend or a sibling were to want to play juice world too 

I think that save files, like in other Unity engine games, can be found in AppData folder, at least in Windows. For this game, the path is: "C\Users\[Your_user_name]\AppData\LocalLow\Fishlicka\Juice World".

how can I find it?

By Windows explorer, which you should already know as you already extracted the game. But you need to enable hidden files in "View" tab, in order to be able to see Appdata, which is hidden folder.

Developer(+1)

Ah good call, I didn't think about hidden files.

You can also manually enter the path into Windows explorer by copy-pasting the path Reginald gave.

The savefile will be named 'savedGames.gd'.

(+1)

hey im playing on linux where can i find the save files?

(1 edit)

Year late, but I don't see it anywhere else in this community forum and I needed the answer myself:

~.config/unity3d/Fishlicka/Juice Galaxy/saves

There should be json file(s) with your character(s) names.

Seems like ~.config/unity3d is just in general a good folder to check if you're playing a 3D game made in Unity.