Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Turupawn authored Feb 17, 2020
1 parent bcdd94c commit 5baa59a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ void UModioManager::OnGalaxyAuth(FModioResponse Response)
#### Steam Auth
You will need to setup the following:
* Add your Encrypted App Ticket Key from your Steam Partner game into your game options on the mod.io web
* In your game code, retrieve the Encrypted App Ticket from the Steamwoks SDK (or by using a Steamworks plugin of your choice)
* Also encrypt the Encrypted App Ticket under base 64 before using the mod.io `Steam Auth` function
![Alt text](img/Readme/SteamAuth.png?raw=true "Title")
```c++
Expand Down

0 comments on commit 5baa59a

Please sign in to comment.