mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 12:14:54 +01:00
Add early version of script to generate emu config.
Only generates achievements and stats configs at the moment.
This commit is contained in:
parent
ad66573a20
commit
eef92f1fe6
3 changed files with 98 additions and 1 deletions
22
scripts/generate_emu_config_README.txt
Normal file
22
scripts/generate_emu_config_README.txt
Normal 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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue