Add early version of script to generate emu config.

Only generates achievements and stats configs at the moment.
This commit is contained in:
Mr_Goldberg 2022-08-06 05:23:49 -04:00
parent ad66573a20
commit eef92f1fe6
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
3 changed files with 98 additions and 1 deletions

View file

@ -0,0 +1,22 @@
Install python then run this in a terminal/powershell to install the dependencies: pip install -U steam[client]
This script depends on python files that are in subfolders so make sure to download the whole folder not just the script.
Using the script: python generate_emu_config.py appid
The appid is the number in the steam url.
The first time you run the script it will ask you for your steam username, password and email code.
The email code will only be asked the first time and the sentry will be saved to the login_temp folder.
This script will not save your username/password anywhere. If you don't want to always type it you must
open up the script in a text editor and change:
USERNAME = ""
PASSWORD = ""
To:
USERNAME = "your_username"
PASSWORD = "your_password"