Alfie wrote:Download the server with steamcmd.
Very basic instructions (I'm unaware of your level of understanding so I have no idea if the above is enough information to get you sorted; though no doubt there will be other people that may see this so here goes nothing)
Download SteamCMD exe from here (dont just run it):
http://media.steampowered.com/installer/steamcmd.zip (
https://developer.valvesoftware.com/wiki/SteamCMD)
Where you wish to install the server / files is up to you. Personally my structure is like this:
G:\servers\steamcmd\steamcmd.exe
G:\servers\locallif1 (lif:yo dedi)
1. Put the steamcmd executable in a folder somewhere.
2. Create another new folder where you want your LiF:YO server files to be.
3. Now it's time to create the bat that will download the server files as well as act as our update script in future.
Open notepad, paste the following:
G:\servers\steamcmd\steamcmd.exe +login anonymous +force_install_dir g:\servers\locallif1 +app_update 320850 validate
Save it as update.bat (file > save as > [save as type] All files > [File name] update.bat
4. Update the above with your file paths so:
G:\servers\steamcmd\steamcmd.exe = path to your steamcmd.exe location
g:\servers\locallif1 = the folder you want your dedi files in
5. Run the bat, grab a cup of coffee. Once done quit steam cmd (type quit in window for clean shut down)
6. Setup your config_local.cs and your world_x.xml as needed (if you're reading this and don't know what that is read the readme in root of server folder and sort your db out).
7. Create a shortcut to ddctd_cm_yo_server.exe (right click, create shortcut)
8. Right click your new shortcut, go to properties
9. Update your target from
G:\servers\locallif1\ddctd_cm_yo_server.exe
to
G:\servers\locallif1\ddctd_cm_yo_server.exe -worldID x
*Change worldID x to your instance number specified in your world_x.xml, e.g. -worldID 1
Keep in mind the ID relates to the DB name created by the server, so if your id is 5, your DB name is lif_5
10. All done. Run the shortcut to start the server up. Run the update.bat that we created above to update the server when needed.