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

read/write

  1. T

    GameMaker Problem Reading ini Files

    I'm working on a dialogue system and I am having trouble getting game maker to read my ini file. ini_open("Dialogue.ini"); iniPage = 0; while(ini_read_string(string_lower(myName), string(iniPage), "-451") != "-451") { myText[iniPage] = ini_read_string(string_lower(myName), string(iniPage)...
  2. BLang

    Windows Get access to multiple text files at once

    Hey guys! So, I was fiddling with the file_text_* functions a bit. I hadn't really used them at all up until now. So, I'm wondering, am I missing something or is there no way to ask the user for read/write permission on multiple text files or a whole folder (and it's subfolders) in one go? Do I...
Top