Blasts from the past have just gotten the SteamPipe beta treatment. Yes, Team Fortress Classic, Deathmatch Classic, Ricochet, and Half-Life: Opposing Force have all been given the SteamPipe beta treatment for server admins.
The times, they are a-changin'.
We have now converted Team Fortress Classic to the new SteamPipe beta, you can get a dedicated install for it by using the following command line:
steamcmd +logon anonymous +force_install_dir ..\hlds +app_set_config 90 mod tfc +app_update 90 +quit
Note the "+app_set_config 90 mod tfc" command, this is opting that install into getting the bits for tfc. Future updates for other dedicated servers will add more options to this list, and you will be able to install multiple mods to the same folder if you wish.
To install multiple games in the same folder just separate the mod name by a comma. For example, to install both TFC and CZ use the following:
+app_set_config 90 mod czero,tfc
I've also added Deathmatch Classic, Ricochet and Opposing Force to the beta, the mod keys are:
Deathmatch Classic - dmc
Ricochet - ricochet
Half-Life: Opposing force - gearbox
This command line will grab all 3:
steamcmd +logon anonymous +force_install_dir ..\hlds +app_set_config 90 mod "dmc,ricochet,gearbox" +app_update 90 +quit
steamcmd +logon anonymous +force_install_dir ..\hlds +app_set_config 90 mod tfc +app_update 90 +quit
Note the "+app_set_config 90 mod tfc" command, this is opting that install into getting the bits for tfc. Future updates for other dedicated servers will add more options to this list, and you will be able to install multiple mods to the same folder if you wish.
To install multiple games in the same folder just separate the mod name by a comma. For example, to install both TFC and CZ use the following:
+app_set_config 90 mod czero,tfc
I've also added Deathmatch Classic, Ricochet and Opposing Force to the beta, the mod keys are:
Deathmatch Classic - dmc
Ricochet - ricochet
Half-Life: Opposing force - gearbox
This command line will grab all 3:
steamcmd +logon anonymous +force_install_dir ..\hlds +app_set_config 90 mod "dmc,ricochet,gearbox" +app_update 90 +quit
The times, they are a-changin'.