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

GML Making DLC with code

  • Thread starter Deleted member 16767
  • Start date
D

Deleted member 16767

Guest
Does it have anything to do with file_text_write_string() and file_text_read_string()? Maybe it's better to have a text file for each individual in your games zip file and then look if it exists?

Sorry for the noob question but I want to have an independant store outside of famous game markets.

EDIT: Maybe I will need a server with a login auth?
 
Last edited by a moderator:

Binsk

Member
You will need some sort of file reading operations, yes. There is no built-in way in GM for you to have DLC, however. You must program the system yourself.
 
Top