User Tools

Site Tools


programs:windows:steamcmd

This is an old revision of the document!


Install

DEL /Q "%UserProfile%\Downloads\steamcmd.zip" & "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\steamcmd.zip" --location "https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip" --progress-bar && RMDIR /S /Q "%ProgramFiles%\Steam" & MKDIR "%ProgramFiles%\Steam" && "%SystemRoot%\System32\tar.exe" xf "%UserProfile%\Downloads\steamcmd.zip" -C "%ProgramFiles%\Steam" && DEL /Q "%UserProfile%\Downloads\steamcmd.zip"

Login

"%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +quit

Goldberg Emu TODO

  • cs_1.6_cz_steamcmd (32-bit Steam dll)
  • goldberg_emulator (64-bit dll)
  • Test SteamCMD dlls on regs before Emu's
  • CS:S 240 doesn't log into Steam with steamcmd's dlls and +app_launch 240
  • :?: CS:CZ/32-bit might require Goldberg release vs master
"%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Valve\Steam\ActiveProcess" /v "SteamClientDll64" /t "REG_SZ" /d "%ProgramFiles%\Steam\steamclient64.dll" /f
"%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Valve\Steam\ActiveProcess" /v "SteamClientDll" /t "REG_SZ" /d "%ProgramFiles%\Steam\steamclient.dll" /f
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"
"%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Valve\Steam\ActiveProcess" /v "SteamClientDll64" /t "REG_SZ" /d "%ProgramFiles%\Steam\emu\steamclient64.dll" /f
"%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Valve\Steam\ActiveProcess" /v "SteamClientDll" /t "REG_SZ" /d "%ProgramFiles%\Steam\emu\steamclient.dll" /f
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
/var/www/wiki/data/attic/programs/windows/steamcmd.1775776090.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki