User Tools

Site Tools


programs:windows:steamcmd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
programs:windows:steamcmd [2026/06/06 23:21] – [Install] Sean Rhoneprograms:windows:steamcmd [2026/07/08 17:41] (current) – [Login] Sean Rhone
Line 5: Line 5:
  
 ====== Install ====== ====== Install ======
- 
-**** 
  
   "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\steamcmd.zip" --location "https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip" --progress-bar && MKDIR "%ProgramFiles%\Steam" & "%SystemRoot%\System32\tar.exe" xf "%UserProfile%\Downloads\steamcmd.zip" -C "%ProgramFiles%\Steam" && DEL /Q "%UserProfile%\Downloads\steamcmd.zip" & DIR /B "%ProgramFiles%\Steam\steamcmd.exe"   "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\steamcmd.zip" --location "https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip" --progress-bar && MKDIR "%ProgramFiles%\Steam" & "%SystemRoot%\System32\tar.exe" xf "%UserProfile%\Downloads\steamcmd.zip" -C "%ProgramFiles%\Steam" && DEL /Q "%UserProfile%\Downloads\steamcmd.zip" & DIR /B "%ProgramFiles%\Steam\steamcmd.exe"
Line 12: Line 10:
 ====== Login ====== ====== Login ======
  
-****+  https://developer.valvesoftware.com/wiki/SteamCMD#SteamCMD_Login
  
   "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +quit   "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +quit
Line 20: Line 18:
   * https://mr_goldberg.gitlab.io/goldberg_emulator/   * https://mr_goldberg.gitlab.io/goldberg_emulator/
   * Forces games to start in offline-mode, allows settings save/persistence, and sets display name   * Forces games to start in offline-mode, allows settings save/persistence, and sets display name
 +
 +===== master =====
 +
 +  * https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/jobs/4247811310/artifacts/download
 +  * Last tested: ''Goldberg_Lan_Steam_Emu_master--475342f0.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" & DIR /B "%ProgramFiles%\Steam\emu\steamclient64.dll" "%ProgramFiles%\Steam\emu\steamclient.dll"   "%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" & DIR /B "%ProgramFiles%\Steam\emu\steamclient64.dll" "%ProgramFiles%\Steam\emu\steamclient.dll"
 +
 +===== SteamClientDll =====
  
   "%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 "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   "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Valve\Steam\ActiveProcess" /v "SteamClientDll" /t "REG_SZ" /d "%ProgramFiles%\Steam\emu\steamclient.dll" /f
 +
 +===== Settings =====
 +
 +  * https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/blob/master/Readme_release.txt
 +
 +  * ''force_account_name.txt''
 +  * ''disable_networking.txt''
 +  * ''disable_overlay.txt''
 +  * ''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" && DIR /B "%ProgramFiles%\Steam\emu\steam_settings"   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" && DIR /B "%ProgramFiles%\Steam\emu\steam_settings"
 +
 +====== Etc ======
 +
 +===== Uninstall App =====
 +
 +  "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_uninstall "813780" +quit
  
/usr/local/www/wiki/data/attic/programs/windows/steamcmd.1780802463.txt.gz · Last modified: by Sean Rhone