| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| programs:windows:steamcmd [2026/04/09 19:17] – cs1.6, cz, css, tf2 all good goldberg master Sean Rhone | programs:windows:steamcmd [2026/04/09 19:33] (current) – Sean Rhone |
|---|
| | ====== Information ====== |
| | |
| | * SteamCMD ((https://developer.valvesoftware.com/wiki/SteamCMD)) |
| | * 64-bit |
| | |
| ====== Install ====== | ====== Install ====== |
| |
| "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +quit | "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +quit |
| |
| ====== Goldberg Emu TODO ====== | ====== Goldberg Emulator ====== |
| | |
| | * https://mr_goldberg.gitlab.io/goldberg_emulator/ |
| | * Forces games to start in offline-mode, allows settings save/persistence, and sets display name |
| |
| DEL /Q "%UserProfile%\Downloads\Goldberg_Lan_Steam_Emu_master.zip" & "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\Goldberg_Lan_Steam_Emu_master.zip" --location "https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/jobs/4247811310/artifacts/download" --progress-bar && RMDIR /S /Q "%ProgramFiles%\Steam\emu" & MKDIR "%ProgramFiles%\Steam\emu" && "%SystemRoot%\System32\tar.exe" xf "%UserProfile%\Downloads\Goldberg_Lan_Steam_Emu_master.zip" --strip-components="1" -C "%ProgramFiles%\Steam\emu" "experimental_steamclient/steamclient64.dll" "experimental_steamclient/steamclient.dll" && DEL /Q "%UserProfile%\Downloads\Goldberg_Lan_Steam_Emu_master.zip" | DEL /Q "%UserProfile%\Downloads\Goldberg_Lan_Steam_Emu_master.zip" & "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\Goldberg_Lan_Steam_Emu_master.zip" --location "https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/jobs/4247811310/artifacts/download" --progress-bar && RMDIR /S /Q "%ProgramFiles%\Steam\emu" & MKDIR "%ProgramFiles%\Steam\emu" && "%SystemRoot%\System32\tar.exe" xf "%UserProfile%\Downloads\Goldberg_Lan_Steam_Emu_master.zip" --strip-components="1" -C "%ProgramFiles%\Steam\emu" "experimental_steamclient/steamclient64.dll" "experimental_steamclient/steamclient.dll" && DEL /Q "%UserProfile%\Downloads\Goldberg_Lan_Steam_Emu_master.zip" |
| |
| MKDIR "%ProgramFiles%\Steam\emu\steam_settings" & ECHO Espionage724 > "%ProgramFiles%\Steam\emu\steam_settings\force_account_name.txt" & TYPE NUL > "%ProgramFiles%\Steam\emu\steam_settings\disable_networking.txt" & TYPE NUL > "%ProgramFiles%\Steam\emu\steam_settings\disable_overlay.txt" & TYPE NUL > "%ProgramFiles%\Steam\emu\steam_settings\offline.txt" | MKDIR "%ProgramFiles%\Steam\emu\steam_settings" & ECHO Espionage724 > "%ProgramFiles%\Steam\emu\steam_settings\force_account_name.txt" & TYPE NUL > "%ProgramFiles%\Steam\emu\steam_settings\disable_networking.txt" & TYPE NUL > "%ProgramFiles%\Steam\emu\steam_settings\disable_overlay.txt" & TYPE NUL > "%ProgramFiles%\Steam\emu\steam_settings\offline.txt" |
| |
| ====== Games ====== | |
| |
| ===== CS:S ===== | |
| |
| "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_update "240" +quit | |
| |
| "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_update "240" validate +quit | |
| |
| ===== TF2 ===== | |
| |
| "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_update "440" +quit | |
| |
| "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_update "440" validate +quit | |
| |