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

Ini savefile question

D

DanyIsCome

Guest
I'm having trouble finding if and where my game create a ini save file to store the player preferencies
This is the code
ini_open(working_directory + "preferences.ini")
ini_write_string("Options","DPAD", "false")
ini_close()
I also tried without putting working_directory in ini_open
This is the project folder path
C:\Users\My Name\Desktop\GamesProject\Project Name.gmx
could it be that the spaces in the path are creating issues?
 
Top