rekuza903's Forum Posts

  • BUMP.

  • Hello guys, so i save for me is working properly and some other people who plays, but some loses their data.

    My save use:

    Dictionary

    Local Storage

    Saving

    1.I Save all the Array.JSON to the Dictionary.

    2.Save that Dictionary.JSON to the Local Storage.

    Loading

    1.Check if Save exist from Local Storage.

    2.Load the Dictionary.

    3.Load all Array from Dictionary.

    This Works Properly for me and Others, so i thought the problem is elsewhere , but i can't identify it. Would very much appreciate if anyone would help me. Thank you.

  • NVM got it, Thanks Again,

    here's what i did for those who wanna know:

    1.AJAX object - action - Request URL

    Tag - "Tag"

    URL - FileChooser.FileURLAt(0)

    2.AJAX object - condition - On Completed

    Tag - "Tag"

    If the JSON file is for the Dictionary

    3.Dictionary Object - action - Load

    Load - AJAX.LastData

  • Thank you Bro,

  • Thank you for answering, is there a guide for this?

  • What object/plugin do i need,

    the step i want to happen is:

    1.Export-Download Dictionary object as JSON

    2.Import-Load the JSON file to the Dictionary.

    I need an Export/Import System for my game.

    Thank you, and sorry for my bad english.

  • Anyone? can someone link me how to do an online save?

  • So i'm using Local Storage to save my game and suddenly it's not working anymore, any of it expressions or actions are not working. but when i tried it on a different browser it's working properly again. so i tried to read the manual for local storage and saw the Storage Quota, which i thinks is the problem. Please help me, and Thank you if you do.

  • Cause Some of players are losing their save file, i'm using Local Storage.

  • How do I Use Multiplayer to make a game run in background/unfocused

    Need for an idle RPG. which i also plan on making an online, so i think of this as my 1st step.

    Would Appreciate every help

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Bump

  • How do I Pick The Nearest With Highest/Lowest Variable

    It's for a setting for a turret.

    So if two object has the same variable it would choose the nearest.

    Thank you.

  • Thank You

  • ex.

    Level = 55

    When i start the i should be at level 55, but i'm at the starting area. cause only the value of level is saved.

    This is an incremental game by the way.

    And how to i make it so it load every time the game start, not on start of a layout.

  • Thanks Man