Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:tf2_steamcmd [2026/03/19 09:55] – 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]] |
| * https://wiki.teamfortress.com/wiki/Scripting#Launch_Options | * https://wiki.teamfortress.com/wiki/Scripting#Launch_Options |
| * https://developer.valvesoftware.com/wiki/Command_line_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" +quit |
| "%ProgramFiles%\Steam\steamapps\common\Team Fortress 2\tf_win64.exe" | "%ProgramFiles%\Steam\steamapps\common\Team Fortress 2\tf_win64.exe" |
| |
| -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>-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> |
| |