Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision |
| games:windows:tf2_steamcmd [2026/03/18 15:45] – created Sean Rhone | games:windows:tf2_steamcmd [2026/04/10 18:15] (current) – Sean Rhone |
|---|
| ====== TODO ====== | ====== TODO ====== |
| | |
| | * [[programs;windows;steamcmd]] |
| |
| * [[games;windows;dota_2_steamcmd]] | * [[games;windows;dota_2_steamcmd]] |
| * [[games;windows;dota_2_pre-crownfall_steamcmd#goldberg_emulator]] | * [[games;windows;dota_2_pre-crownfall_steamcmd#goldberg_emulator]] |
| * 2026/03/18: Starts into Offline practice fine [[windows;10]] | * 2026/03/18: Starts into Offline practice fine [[windows;10]] |
| | * https://wiki.teamfortress.com/wiki/Scripting#Launch_Options |
| | * https://developer.valvesoftware.com/wiki/Command_line_options |
| | |
| | MKDIR "%ProgramFiles%\Steam\steamapps\common" & "%SystemRoot%\explorer.exe" "%ProgramFiles%\Steam\steamapps" |
| | |
| | DIR /B "%ProgramFiles%\Steam\steamapps\appmanifest_440.acf" & DIR /AD /B "%ProgramFiles%\Steam\steamapps\common" | "%SystemRoot%\System32\find.exe" "Team Fortress 2" |
| | |
| | "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_update "440" +quit |
| | |
| | "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_update "440" validate +quit |
| | |
| | "%ProgramFiles%\Steam\steamapps\common\Team Fortress 2\tf_win64.exe" |
| | |
| | <code>-nojoy -nosteamcontroller -nohltv -novid -no_texture_stream -nod3d9ex -dxlevel 95 -enablefakeip -forcenovsync -dx9 -unrestricted_maxplayers -steamlocal -noip -noforcemaccel -noforcemspd -nodns -nobreakpad -insecure -hushasserts -hushsteam</code> |
| | |
| | <code>-nojoy -nosteamcontroller -nohltv -novid -no_texture_stream -nod3d9ex -dx9 -dxlevel 95 -noip -noforcemaccel -noforcemspd -nodns -nobreakpad</code> |
| |