| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:cs_1.6_cz_steamcmd [2026/03/19 10:44] – Sean Rhone | games:windows:cs_1.6_cz_steamcmd [2026/04/11 15:17] (current) – Sean Rhone |
|---|
| * Needs 32-bit ''steamclient.dll'' and registry point to ''emu'' folder non-64 | * [[programs;windows;steamcmd]] |
| * [[games;windows;dota_2_steamcmd#goldberg_emulator]] (TODO: latest artifact/master or latest release: [[games;windows;dota_2_classic_source1_steamcmd#goldberg_emulator]]) | * TODO: Check if HL1/''70'' is playable (''validate'' says shared content) |
| * TODO: Reg path (maybe 32 WoW64 or PrgFiles like 09Scape old rev Steam) | |
| | MKDIR "%ProgramFiles%\Steam\steamapps\common" & "%SystemRoot%\explorer.exe" "%ProgramFiles%\Steam\steamapps" |
| | |
| | DIR /B "%ProgramFiles%\Steam\steamapps\appmanifest_10.acf" & DIR /AD /B "%ProgramFiles%\Steam\steamapps\common\Half-Life" | "%SystemRoot%\System32\find.exe" "cstrike" |
| | |
| | DIR /B "%ProgramFiles%\Steam\steamapps\appmanifest_70.acf" & DIR /AD /B "%ProgramFiles%\Steam\steamapps\common\Half-Life" | "%SystemRoot%\System32\find.exe" "valve" |
| | |
| | DIR /B "%ProgramFiles%\Steam\steamapps\appmanifest_80.acf" & DIR /AD /B "%ProgramFiles%\Steam\steamapps\common\Half-Life" | "%SystemRoot%\System32\find.exe" "czero" |
| |
| "%ProgramFiles%\Steam\steamapps\common\Half-Life\hl.exe" -game czero | "%ProgramFiles%\Steam\steamapps\common\Half-Life\hl.exe" -game czero |
| "%ProgramFiles%\Steam\steamapps\common\Half-Life\hl.exe" -game cstrike | "%ProgramFiles%\Steam\steamapps\common\Half-Life\hl.exe" -game cstrike |
| |
| "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Valve\Steam\ActiveProcess" /v "SteamClientDll" /t "REG_SZ" /d "C:\Program Files (x86)\Steam\emu\steamclient.dll" /f | "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_update "10" +quit |
| | |
| | "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_update "10" validate +quit |
| | |
| | "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_update "70" +quit |
| | |
| | "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_update "70" validate +quit |
| | |
| | "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_update "80" +quit |
| | |
| | "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_update "80" validate +quit |
| |