Steam Steam microtransactions?

K

Kaw

Guest
I'm trying to find information on how to do steam microtransactions with GM:S 1.4 but I'm unable to find anything.
Can someone help me with this?
 

YellowAfterlife

ᴏɴʟɪɴᴇ ᴍᴜʟᴛɪᴘʟᴀʏᴇʀ
Forum Staff
Moderator
You'll need to write a custom native extension for that. You can use this as reference on how to communicate with Steam API from C++ and have the functions callable from GML.

Update: For anyone coming here from search, apparently the only game-side event in microtransaction flow is auth response so I added an event for that to my Steam API extension, and the rest must be done by your authoritative server.
 
Last edited:
K

Kaw

Guest
Thanks for the help.
To be honest I feel C++ is out of my league at the moment, but I'll try.
 
Top