• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

.json

  1. D

    SOLVED Getting around inconsistent data conversion from json

    Hello again. I am trying to set up a script which takes an array from a json formatted save file (which is basically one big array full of structs) and then checks it against an MD5 hash. Unfortunately, the time when i create a second hash to use against the original generated one, the...
  2. Lord KJWilliams

    Solved : Has YoYo games fixed the problem with having to use a rollback for Spine's .JSON files?

    I am not aware if YoYo games fixed this problem in thier updates, but I watched a youtube video where this guy explains that GMS does not accept .JSON files from newer versions of Spine due to the fact that GMS depends on the version number associated with the .JSON file for compatibility...
  3. P

    What is the best data_structure to store Tile Info?

    Hello everybody, I have previously make a thread asking wheter structures(GMS 2.3) are good for storing info about tiles, and even without receiving a positive answer I decided to use them in the Level Editor to test before implementing in new Games. But now when I am done with Level Editor and...
Top