HLDSUpdateTool: Difference between revisions
Jump to navigation
Jump to search
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.
No edit summary |
(added note about 32-bit libs on 64-bit linux systems) |
||
Line 10: | Line 10: | ||
*# Execute <code>chmod +x hldsupdatetool.bin</code> | *# Execute <code>chmod +x hldsupdatetool.bin</code> | ||
*# Execute <code>./hldsupdatetool.bin</code> | *# Execute <code>./hldsupdatetool.bin</code> | ||
*:: If you are running a 64-bit Linux distro, you will probably have to install 32-bit libs. See [[SteamCMD#32-bit libraries on 64-bit Linux systems|here]] how to do this. | |||
*# The ''real'' update tool is <code>./steam</code> | *# The ''real'' update tool is <code>./steam</code> | ||
Revision as of 09:41, 4 March 2013
The Half-Life Dedicated Server Update Tool or HLDSUpdateTool is a tool to update GoldSrc and Source dedicated servers. New games using the SteamPipe content system, such as CS:GO, use SteamCMD instead.
Setting up
- Windows: Just run the installer
- Linux:
- If you have a 64-bit distribution, make sure you have
ia32-libs
or you will be told that the .bin file doesn't exist. - Open a terminal and browse to a suitable folder
- Execute
wget http://storefront.steampowered.com/download/hldsupdatetool.bin
- Execute
chmod +x hldsupdatetool.bin
- Execute
./hldsupdatetool.bin
- If you are running a 64-bit Linux distro, you will probably have to install 32-bit libs. See here how to do this.
- The real update tool is
./steam
- If you have a 64-bit distribution, make sure you have
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:
dods - Day of Defeat: Source hl2mp - Half-Life 2: Deathmatch tf - Team Fortress 2 cstrike - Counter-Strike 1.6 czero - Counters-Strike: Condition Zero dmc - Deathmatch: Classic dod - Day of Defeat 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

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