View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 03-07-2022 , 18:07   Re: [TF2] Need assistance finding Game Data Offsets
Reply With Quote #7

Quote:
Originally Posted by PC Gamer View Post
Where would a Windows user find the linux file to upload?
One way is download SRCDS Linux (or Windows) version from SteamCMD.
PHP Code:
@sSteamCmdForcePlatformType Linux 
example
PHP Code:
//update.txt


logout

@sSteamCmdForcePlatformType windows


//force_install_dir "../Counter-Strike Source"
//app_update 232330 validate
//logout

force_install_dir "../Team Fortress 2"
login anonymous
app_update 232250 validate
logout

//force_install_dir "../Half-Life 2 Deathmatch"
//login anonymous
//app_update 232370 validate
//logout

@sSteamCmdForcePlatformType Linux


//force_install_dir "../Counter-Strike Source Linux"
//app_update 232330 validate
//logout

force_install_dir "../Team Fortress 2 Linux"
login anonymous
app_update 232250 validate
logout

//force_install_dir "../Half-Life 2 Deathmatch Linux"
//login anonymous
//app_update 232370 validate
//logout


exit 
__________________
Do not Private Message @me

Last edited by Bacardi; 03-07-2022 at 18:08.
Bacardi is offline