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

Steam own dlc on steam

I understand that there is a function called steam_user_owns_dlc. In short how do I check a user that is not me (the current user) for the same thing?
 
  • Wow
Reactions: Mut
K

kevins_office

Guest
From reading the docs it sounds like all of the steam functions read data for which ever user is logged into the steam client
on the computer desktop, nothing to do with Gamemaker.
db3df940982fdac5935fd8441e594ec2.png
 
So I'd have to fudge so that when a user logs in there dlc status is recorded on a list and compared to another list. I didn't really want to do it this way. I can't even use the steam cloud because it is private so id have to store the info on the only shared resource available which is the high score boards.
 
Top