himeche • PM |
Jan 31, 2013 2:55 PM
|
![]() Posts: 4 |
please help me
|
kimaki • PM |
Mar 11, 2013 7:39 AM
|
![]() Posts: 3 |
Use this tutorial from valve https://developer.valvesoftware.com/wiki/SteamCMD
|
kabutolt • PM |
Jul 05, 2013 6:16 AM
|
![]() Posts: 1 |
Easy create. are you using Steam? if yes. Add to http://steamcommunity.com/id/KabutoLT
|
blyte • PM |
Oct 05, 2013 10:13 AM
|
![]() Posts: 30 |
Download SteamCMD.exe at http://media.steampowered.com/client/steamcmd_win32.zip
DO NOT put SteamCMD in the same folder that will contain the HLDS installation. Run SteamCMD.exe SteamCMD use the following commands. 1. login anonymous 2. force_install_dir C:\HLDS\ Running the next command will download and install Half-Life Dedicated Server ( HLDS=Half-Life ) and Counter-strike 3. app_update 90 validate Edit the liblist.gam file to run Valve(Half-Life) or Coumter Strike Glitch in SteamCMD Sometimes the 3rd command will need to be used 2 or 3 times to get all the files. Send me a message threw gametracker if you have any questions. ![]()
Last edited by: blyte Oct 05, 2013 10:27 AM
|
himeche • PM |
Oct 14, 2014 10:53 AM
|
![]() Posts: 4 |
thanks , but how can i edit the liblist.gal
|
blyte • PM |
Oct 14, 2014 3:40 PM
|
![]() Posts: 30 |
himeche wrote: Open the liblist.gam with notepad make needed changes then save it , overwriting the old one. Plus edit the steam_appid.txt file with 70 for half-life and 90 for counter strike ![]() |
himeche • PM |
Oct 24, 2014 2:25 PM
|
![]() Posts: 4 |
sorry again , and thanks , but i dont really know how i make those changes , can you show me please , thanks again
![]() |
blyte • PM |
Oct 24, 2014 6:42 PM
|
![]() Posts: 30 |
himeche wrote: 1 in the valve folder find liblist.gam (or folder for your mod.) 2 right click on it 3 select "open with" 4 select "notepad" 5 make changes to the file 6 save file ![]() |
himeche • PM |
Oct 24, 2014 6:52 PM
|
![]() Posts: 4 |
i know all those steps , but i dont know , what i can change inside this file , can you copy what i can do inside , thanks
|
blyte • PM |
Oct 26, 2014 12:55 AM
|
![]() Posts: 30 |
What game and / or game Mod did you install?
Have you installed MetaMod, Amxmodx or any other server administration plugins? Here is a copy of a liblist.gam file from one of my server. It is a Half-Life 1 goldsource engine running the Oz DeathMatch Mod. with MetaMod installed. Oz DeathMatch mod runs from server side only. --------------------------------------------------- // Oz DeathMatch game "Half-Life ozdm" url_info "http://ozdeathmatch.com" url_dl "http://ozdeathmatch.com" version "3.02" size "4751600" svonly "1" secure "1" hlversion "1122" type "multiplayer_only" mpentity "info_player_deathmatch" gamedll "addons\metamod\dlls\metamod.dll" --------------------------------------------------- // Standard HLDS Half-Life 1 Multiplayer, no game mod or MetaMod installed. game "Half-Life" startmap "c0a0" trainmap "t0a0" type "multiplayer_only" mpentity "info_player_deathmatch" gamedll "dlls\hl.dll" gamedll_linux "dlls/hl.so" gamedll_osx "dlls/hl.dylib" --------------------------------------------------- ![]() |