Steam CMD update and validate
Replace ****** with app id of what ever game server

copy into a txt program like notepad and then save as a .bat file

from "start" to "quit" has to be on the same line

if you want to add multiple servers to update or validate just add "+app_update ******** " or " "+app_update ********* validate" after the one that's already there with the different app id

auto update :

@echo off set STEAM_CMD_LOCATION="steamcmd\steamcmd.exe" set STEAM_USERNAME="anonymous" set STEAM_PASSWORD=""cd "%STEAM_CMD_LOCATION%" start "" steamcmd.exe +login "%STEAM_USERNAME%" "%STEAM_PASSWORD%" +app_update ******** +quit


auto validate :

@echo off set STEAM_CMD_LOCATION="steamcmd\steamcmd.exe" set STEAM_USERNAME="anonymous" set STEAM_PASSWORD=""cd "%STEAM_CMD_LOCATION%" start "" steamcmd.exe +login "%STEAM_USERNAME%" "%STEAM_PASSWORD%" +app_update ********* validate +quit

auto validate multiple Example:

@echo off set STEAM_CMD_LOCATION="steamcmd\steamcmd.exe" set STEAM_USERNAME="anonymous" set STEAM_PASSWORD=""cd "%STEAM_CMD_LOCATION%" start "" steamcmd.exe +login "%STEAM_USERNAME%" "%STEAM_PASSWORD%" +app_update 884110 validate +app_update 403240 validate +quit
最近の変更はChillが行いました; 2022年5月6日 9時48分
< >
1-2 / 2 のコメントを表示
workshop_download_item 573090 2911026121
Dusting off an old game and server, and this worked for updating for me (or at least it ran and interesting stuff happened). Thanks.
< >
1-2 / 2 のコメントを表示
ページ毎: 1530 50