Quick guide to steam sdk #2122
rudiHammad
started this conversation in
General
Replies: 1 comment 1 reply
-
Is the Wiki not the better long term place? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
as posted in discord, here's a quick guide on how to use Steam's controler api, or least, some of the key points that could save you some time.
so the file will be steam_appid_480. And the content of the file is the app id, so simply write 480 and save the file.
(To create you own game, you should be a steam partner, and pay 100$ for each game you do. More info on their web)
At this point steam should be integrated with axmol. Now let's move on to how to set up a controller.
If no errors are logged at this point, its going well
from there you can star explore the API
For instance:
Hopeful this will help any one trying to use steam with axmol.
cheers
Beta Was this translation helpful? Give feedback.
All reactions