• 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!

data import

  1. 31Nf4ChZ4H73N

    How to turn a json into a struct

    I am used to use ds_maps when handling data but I want to switch to use structs. Usually I have an object "oData" which contains all the ds_maps. e.g. in the create event of the a I have a script like the following one executed which returns a ds_map and saves its ID in a variable. function...
  2. A

    Data import: csv or json?

    Hi all, for the purpose of importing data into gml, is there any specific reason to prefer csv over json format? I do not have an actual case or application at hand, it's more of a general question. But as a vanilla example, let's say something like data describing a number of monsters or NPCs...
Top