Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

save

A topic by JustinMakesGames created Feb 03, 2022 Views: 268 Replies: 7
Viewing posts 1 to 4
Submitted

Can someone tell me how to save game progress?

Submitted (1 edit)

Not quite sure, but I have understood that you can use the Storage (the actions related to "Storage") to save Scene Variables (Global Variables won't save but if you need them to do so, then I think you can create an event so the Global Variable gets the same value as the Scene Variable as soon as the first scene loads).

However, I don't know if this works on browser but maybe you can create a test project (for example, a project in which by each click you add 1 to a number, and that number is shown in a screen, which you save in a scene / global variable). To know if it works. If it does, the number on screen should be the same one as the last number you got to. Imma try that as well to see if it works tbh.

Submitted

Thanks for the help.

Submitted

No problem.

Submitted (1 edit)

I know it's a little late, but would you want to team up with me? https://discord.gg/5cNP7pzn

Submitted

I'm in.

Host (1 edit) (+2)

Here's a handy tutorial from Wishforge Games.

Submitted

I was able to implement a chest and inventory system with progress saving, and it was damn hard.