replace 'client_id' error with simple 'wrong username and / or password' message, asking for correct username and / or password add pcgw_page script to download PCGamingWiki page (source code only), not yet enabled in main script generate steam_emu.ini for CODEX and RUNE versions, update gse_generate_interfaces
6 lines
178 B
Batchfile
6 lines
178 B
Batchfile
@echo off
|
|
pip install -U git+https://github.com/Sak32009/steam_py_fork.git@fix-cm-servers
|
|
pip install pyinstaller
|
|
pip install requests
|
|
pip install certifi
|
|
pip install configobj |