Advertisement
jazzityjaz

Chivalry Deadliest Warrior Server Guide

Oct 18th, 2013
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.25 KB | None | 0 0
  1. ######################### CHIVALRY DEADLIEST WARRIOR SERVER GUIDE #########################
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. ~~~~~~ Original instructions found here: http://www.tornbanner.com/forums/viewtopic.php?f=72&t=5848 ~~~~~~
  4. ~~~~~~ There is also a youtube vid in that link if you need it ~~~~~~
  5. ~~~~~~ Modified for Deadliest Warrior (original is for Medieval Warfare) ~~~~~~
  6. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7.  
  8.  
  9.  
  10. 1) Download the Deadliest Warrior Dedicated server through Steam (Library > Tools > Chivalry Deadliest Warrior dedicated server)
  11.  
  12.  
  13.  
  14. 2) Navigate to C:\Program Files\(x86)\Steam\steamapps\common\chivalry_dw_ded_server\Binaries\Win32 (or wherever you have it installed, make sure it's chivalry_dw_ded_server and NOT chivalry_ded_server)
  15.  
  16.  
  17.  
  18. 3) Make a shortcut of the file "CDWLogging.exe". Right-click the shortcut you made and add this to the end of the target field:
  19. "@start CDWGame.exe MAPNAME?steamsockets -dedicated=true -seekfreeloadingserver -multihome=192.168.XXX.XXX -Port=7777 -QueryPort=7778".
  20.  
  21. Change the MAPNAME (without the .udk extension) to the name of the map you want to start the server with (you can find the map files in ...\steamapps\common\chivalry_dw_ded_server\CDWGame\CookedPCServer). Change the multihome IP address to the *INTERNAL* IP address of the server (the IP of your PC). To find this, open command prompt (Windows icon > type "cmd") and type "ipconfig /all", hit enter, and scroll up to "IPv4 Address". Use that IP.
  22.  
  23. The full target field should look something like: "C:\Program Files (x86)\Steam\steamapps\common\chivalry_dw_ded_server\Binaries\Win32\CDWLogging.exe" "@start CDWGame.exe FFA-Acropolis?steamsockets -dedicated=true -seekfreeloadingserver -multihome=192.168.1.123 -Port=7777 -QueryPort=7778"
  24.  
  25. ~Tip~ - Just put the map name as FFA-Acropolis if you're not sure, it's just the map that starts up when you start your server.
  26.  
  27. 4) Navigate to C:\Program Files (x86)\Steam\steamapps\common\chivalry_dw_ded_server\UDKGame\Config and open PCServer-CDWEngine.ini. ~NOT~ the PCServer-UDKEngine.ini file.
  28.  
  29.  
  30.  
  31. 5) Under [URL], you want to change some values. Mainly, you need Map and LocalMap to be the same as the map you used in the .bat file. Use Ctrl+F to find the values. You also need the .udk extension. So it should appear like this at the end:
  32.  
  33. Map=MAPNAME.udk
  34. LocalMap=MAPNAME.udk
  35.  
  36. For example: FFA-Acropolis.udk
  37.  
  38. Also make sure that Port=7777 and PeerPort=7778. Save and close.
  39.  
  40.  
  41.  
  42. 6) In the same folder, open PCServer-CDWGame.ini.
  43.  
  44.  
  45.  
  46. 7) Find the [Engine.GameInfo] section (top one). Change the value of MaxPlayers= to whatever you want the player count to be.
  47.  
  48.  
  49.  
  50. 8) Find the [Engine.AccessControl] section (next one I believe). You need all the authenticate values to be true, and you want to set your admin password and game password here. If you don't want either (you should set an admin password so you can login and kick people and whatever, use a game password if you want to password protect the server), just delete the line. Here is what my section looks like, I have no game password.
  51.  
  52. [Engine.AccessControl]
  53. IPPolicies=ACCEPT;*
  54. bAuthenticateClients=True
  55. bAuthenticateServer=True
  56. bAuthenticateListenHost=True
  57. MaxAuthRetryCount=8
  58. AuthRetryDelay=8
  59. AdminPassword=PASSWORD
  60.  
  61.  
  62.  
  63. 9) Find the [Engine.GameReplicationInfo] section. After ServerName=, type the desired name you want your server to have. So
  64.  
  65. ServerName=Awesome Chivalry Server
  66.  
  67.  
  68.  
  69. 10) Save this entire file and close it.
  70.  
  71.  
  72.  
  73. 11) In essence, that's all the configuration you need to do. Now what you need to do is forward some ports. The process to do this depends on your router, you should be able to find a guide for your model on Google.
  74.  
  75. You need to open the following ports: 7777, 7778, and 27015
  76.  
  77.  
  78.  
  79. 12) Once you do that, you should be done. Just run the shortcut you made earlier and your server should start. Wait a minute or two for it to start up. You know it works if one of the end lines in the command prompt window that pops up assigns your server a Steam server ID number.
  80.  
  81.  
  82.  
  83. 13) Now go into the game and find your server. It should be near the top if you sort by ping. If your server isn't showing up after about 5 minutes, then there is probably an issue with your setup. Usually this means your ports aren't forwarded properly.
  84.  
  85. If you can't find your server, to join it, open the console (~), and type "open 192.168.X.XXX", without the quotations, and where the IP 192.168.X.XXX is your multihome IP from earlier. This should load the game up. If you did set it up right and for whatever reason it isn't appearing in the browser for you, you can wait and see if other people join to determine if it is working.
  86.  
  87.  
  88.  
  89. Tip) Here is a tip for populating your server. Playing a 2v2 TO map can be very boring. If there are only a couple of people in your server, I recommend adding some bots. To do this, type "admin addbots #", where # is the number of bots, after logging in as a server administrator. Players will have more targets to kill so they will stick around as more people trickle in. As your server fills up, stop adding bots (you have to re-add them after every round).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement