How do I get my save working

0 favourites
  • 13 posts
From the Asset Store
Template for a generic save / load system, fully documented in comments and video
  • I'm trying to load a gamesave on the launch of the game and save after you died, but something's not working and I can't find the problem. This is the link for the project file /renesteeman.net/games/ArcadeMixV2/BUG/bug.capx

    Thanks in advance!

  • Unfortunately you can't post links directly yet. Try to describe you code here.

  • On start of layout load game from slot Save1

    On is alive = 0 and score > highscore set highscore to score and save game to slot Save1

    Something like that (the highscore works great, but when you restart the page it's set to 0 again)

  • Oh, and how can I connect my construct 2 steam license to my scirra profile?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Quick question.

    Your .cap file is full of a lot of things. Which layout in particular are you trying to save in? Or is it all of them?

  • All of them, the highscores in particular, the game layouts are less important

  • Oh, and how can I connect my construct 2 steam license to my scirra profile?

    Email and hopefully Scirra can organize that for you.

  • All of them, the highscores in particular, the game layouts are less important

    The best thing to do is make all the objects in your game have the "Behavior:No Save" (The easiest way for this to work is to add all the objects, text fields and anything else you may have to Families and give them all the No Save Behavior.) on them as the "System:Save" and "System:Load" options save and load all objects, variables and layout stances.

    Let's take an example of my game:

    This Screen-shot is taken from the event-sheet that will SAVE the state of the player at the end of the Layout he/she just finished:

    And this Screen-shot is taken from the "Main Screen" of my game. It shows that it "System:Load"'s from the game save data it has stored from the previous layout:

    If you need any help feel free to PM me directly or just reply to this thread and I'll see what I can do with your file.

  • Thanks for all the help, I found out that my game actually did save and load, but just not when you would close it and reopen it. So I still need to find out how I can do that, I'm thinking about local storage, but I can't really work with it (and I'm on build r220). Is it possible to make something like on save complete store data in local save HIGHSCORES?

    I really like this community, you really try to help everybody as fast and best as possible!

  • I got a save system working, it looks like on press S local saves set item savehome to highscorespikes and the load part that looks like on press L get item savehome . I just can't figure out how to set the local stored highscore to the gamehighscore.

    Could somebody please help?

  • I added you on Steam so I can help you with this.

  • Thx, accepted

  • I got it fixed, Thanks! (how can I close this topic?)

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)