Skip to content

Commit

Permalink
Updated readme.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
oureveryday committed Dec 25, 2020
1 parent 70bcd08 commit 0eedf38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ All files are written by batch file.
## Dependies
* https://github.com/oureveryday/Goldberg-generate_game_info
* https://github.com/oureveryday/Steamless_cmd
* https://gitlab.com/Mr_Goldberg/goldberg_emulator

## Usage
Download all files and run "Steamgamecrack.bat".
Recommend order to crack: 7 => 5 => 6 => 1

"Enter" key for confirm input.
"Y" key for yes.(For [Y/N] selection)
"N" key for no.(For [Y/N] selection)

## Bugs
For bugs please report in issues.
Expand Down
8 changes: 4 additions & 4 deletions Steamgamecrack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ cls
if /i exist %~dp0Temp\steam_settings>nul 2>nul (nul) else ( cls & echo Please config steam api first. & echo. & goto select)
echo Selected EMUsetting.
echo For default leave blank.
set /p account=Input account_name:
set /p account=Input account_name (Default=goldberg):
copy /Y %~dp0AutoEMUSetModule\Example\language.txt %~dp0Temp\language.txt >nul 2>nul
start "" "%~dp0Temp\language.txt"
set /p language=Input language:
set /p language=Input language (Default=english):
del /f /s /q %~dp0Temp\language.txt >nul 2>nul
set /p listenport=Input listen_port:
set /p steamid=Input user_steam_id:
set /p listenport=Input listen_port (Default=47584):
set /p steamid=Input user_steam_id (Default=76561198648917173):
if /i [%account%]==[] set account=""
if /i [%language%]==[] set language=""
if /i [%listenport%]==[] set listenport=""
Expand Down

0 comments on commit 0eedf38

Please sign in to comment.