HLDSUpdateTool: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Reworded the SteamCMD / Steampipe warning.)
Line 16: Line 16:
Run the update tool with <code>-command update -game <game></code>. Optionally, add <code>-dir <path></code> to download to a custom location.
Run the update tool with <code>-command update -game <game></code>. Optionally, add <code>-dir <path></code> to download to a custom location.


Here are some game names:  
Here are some game names:
 
     tf - Team Fortress 2
     tf - Team Fortress 2
     dmc - Deathmatch: Classic
     dmc - Deathmatch: Classic
Line 26: Line 25:


Third-party Game Content
Third-party Game Content
     redorchestra - Red Orchestra
     redorchestra - Red Orchestra
     ship - The Ship
     ship - The Ship
Line 32: Line 30:
     darkmessiah - Dark Messiah
     darkmessiah - Dark Messiah
     garrysmod - Garry's Mod
     garrysmod - Garry's Mod
                             


<!-- list from: https://support.steampowered.com/kb_article.php?ref=6758-tcmf-2234#Install_Game_Content -->
<!-- list from: https://support.steampowered.com/kb_article.php?ref=6758-tcmf-2234#Install_Game_Content -->


{{warning|The HLDS Update Tool does not provide [[Lost Coast]], even though [[SDK Base]] does. Multiplayer mods should either not use anything from Lost Coast, or include what they do use in their dedicated server download.}}
{{warning|The HLDS Update Tool does not provide [[Lost Coast]], even though [[SDK Base]] does. Multiplayer mods should either not use anything from Lost Coast, or include what they do use in their dedicated server download.}}


To run the game, see either the [[Half-Life Dedicated Server]] or [[Source Dedicated Server]] page for more information.
To run the game, see either the [[Half-Life Dedicated Server]] or [[Source Dedicated Server]] page for more information.

Revision as of 03:45, 4 April 2013

The Half-Life Dedicated Server Update Tool or HLDSUpdateTool is a tool to update GoldSrc and Source dedicated servers. Note that many server downloads now use the newer SteamPipe content system, and so the older HLDSUpdateTool will provide an out-of-date server. In this case, use SteamCMD instead.

Setting up

Downloading and running the server

Run the update tool with -command update -game <game>. Optionally, add -dir <path> to download to a custom location.

Here are some game names:

   tf - Team Fortress 2
   dmc - Deathmatch: Classic
   gearbox - Opposing Force
   ricochet - Ricochet
   tfc - Team Fortress Classic
   valve - Half-Life Deathmatch

Third-party Game Content

   redorchestra - Red Orchestra
   ship - The Ship
   sin - Sin Episodes
   darkmessiah - Dark Messiah
   garrysmod - Garry's Mod


Warning.pngWarning:The HLDS Update Tool does not provide Lost Coast, even though SDK Base does. Multiplayer mods should either not use anything from Lost Coast, or include what they do use in their dedicated server download.

To run the game, see either the Half-Life Dedicated Server or Source Dedicated Server page for more information.