Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2017
676
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.51 KB | None | 0 0
  1. you'll need to download a Steam tool which is provided for free but needs to be downloaded separately. (I am currently away from home so this computer does not have Steam installed thus my directions may be off).
  2.  
  3. Open Steam. At the top menu that says Store, Library, Community, ect. click either Library or Community and a sub-menu will appear immediately underneath and one of the words will be "Tools". click Tools and a long list will appear and amongst the list will be Alien vs Predator Dedicated Server, click and download AvP Dedicated Server.
  4.  
  5. While the program is downloading you will need to create a custom Default.cfg file to allow the server to know server rules and map rotation. Right click on your Desktop > New > Text Document.
  6.  
  7. Copy and Paste this into your New Text Document:
  8. ################################
  9. // Example default.cfg
  10.  
  11. servername "Server Name Here" // Server Name
  12. rconpassword Password // Set Server Password
  13. maxplayers 18 // Set the maximum number of players allowed in the server
  14. motd "This is a default message!" // Display a message to players when they connect to your server
  15.  
  16. // Set your ports, replace xx with any two numbers, ports must be unique for each server you run on a machine. Delete the "270xx" to leave the ports at their default values.
  17. authport 270xx
  18. gameport 270xx
  19. lobbyport 270xx
  20. updateport 270xx
  21.  
  22. // Jungle = map name, DM = game type, tl = time limit, and sl = score limit.
  23.  
  24. addmap Jungle DM tl=15 sl=20 // MUST be used to create map rotation before using the "host" command
  25.  
  26. // Set species ratios: Given in this config, for each 1 Preador there can be 2 Marines, For each 1 Predator there can be 3 aliens and so forth.
  27.  
  28. predatorratio 1 // Any Value 1-4, relative to other species
  29. marineratio 2 // Any Value 1-4, relative to other species
  30. alienratio 3
  31.  
  32. // Set auto-balancing and friendly fire. 0 = False, 1 = True
  33.  
  34. speciesbalancing 1 // Enable or Disable auto-balancing for species
  35. teambalancing 1 // Enable or Disable auto-team balancing
  36. friendlyfire 0 // Enable or Disable Friendly Fire
  37.  
  38. autostartonallready 1 // Auto-Start matches when all players are ready, 0 = False, 1 = True
  39. autostarttime 120 // Lobby Auto-Start Timer (In Seconds)
  40. host // Start Hosting the Server, server will not show up in any list without this command!
  41.  
  42. //End configuration
  43. ####################################
  44. Save your current process if Steam download is complete > File > Save As > save file name as Default.cfg > location = C:\Program Files\Steam\steamapps\common\aliens vs predator
  45.  
  46. Now customize your configuration settings. Reopen your default.cfg file you just made. Adjust server name, maybe setup a password or leave it alone for no password, max players (I suggest 12), and the message everyone sees upon logging into your server (motd).
  47.  
  48. Under the port settings change the 270xx number to anything you like but for this tutorial we will make it an easy range for simplicity. Change authport to 27001, gameport to 27002, lobbyport to 27003, updateport to 27004
  49.  
  50. Router setup is really important; if done incorrectly your server will not work.
  51. 1) Find your computer's ip address. Start Menu > Run > cmd > ipconfig
  52. the default ip address of a computer is 192.168.1.???
  53.  
  54. 2) Open your default web browser > address is 192.168.1.1 > username: admin > password: admin > on the tab menu find Applications and Gaming > Port Forwarding (Port Range) > fill in the range field with 27001 to 27004. If your router does not support a "Range field" you will need to put each port number in individually thus using 4 port field lines. Fill the ip address field with your computer's ip address and click enable > save settings > close window.
  55.  
  56. Continue customizing your default.cfg by adding a map rotation. Follow the rest of the customization process by reading the instructions already provided in the copy/paste portion of the tutorial. Below are extra details.
  57. ____________________________
  58. Available Maps
  59. - Jungle
  60. - Ruins
  61. - Temple
  62. - Pyramid
  63. - Gateway
  64. - Refinery
  65. - Docks (DLC)
  66. - Outpost (DLC)
  67. -------------------------------------------------
  68. Possible Game Modes
  69. - DM (Deathmatch) [requires 2 players to begin]
  70. - PH (Predator Hunt) [requires 4 players to begin] [DLC]
  71. - TDM (Team Deathmatch) [requires 2 players to begin]
  72. - IN (Infestation) [requires 4 players to begin]
  73. - STDM (Species Team Death Match) [requires 3 players, one in each species to begin]
  74. - MSTDM (Mixed Species TDM) [requires 2 players to begin]
  75. - DOM (Domination) [requires ? players to begin] [DLC]
  76. ____________________________
  77.  
  78. Lastly, within the Dedicated Server program files is a pdf listing all the admin commands. I suggest memorizing some of them for quick use if needed such as kick, ban and server message.
  79.  
  80. *This is my config file*
  81.  
  82. // Example default.cfg
  83.  
  84. servername US West California // Server Name
  85. rconpassword Password // Set Server Password
  86. // Password. Type Password in front of these slashes followed by the intended password to set a password to join the server
  87. maxplayers 12 // Set the maximum number of players allowed in the server
  88. motd "Hosting this server from HOME computer. Please keep a honorable combat environment."// Display a message to players when they connect to your server
  89.  
  90. // Set your ports, replace xx with any two numbers, ports must be unique for each server you run on a machine. Delete the "270xx" to leave the ports at their default values.
  91. authport 27001
  92. gameport 27002
  93. lobbyport 27003
  94. updateport 27004
  95.  
  96. // Set species ratios: Given in this config, for each 1 Predator there can be 2 Marines, For each 1 Predator there can be 3 aliens and so forth.
  97.  
  98. predatorratio 1 // Any Value 1-4, relative to other species
  99. marineratio 1 // Any Value 1-4, relative to other species
  100. alienratio 1
  101.  
  102. // Set auto-balancing and friendly fire. 0 = False, 1 = True
  103.  
  104. speciesbalancing 0 // Enable or Disable auto-balancing for species
  105. teambalancing 0 // Enable or Disable auto-team balancing
  106. friendlyfire 0 // Enable or Disable Friendly Fire
  107.  
  108. autostartonallready 1 // Auto-Start matches when all players are ready, 0 = False, 1 = True
  109. autostarttime 30 // Lobby Auto-Start Timer (In Seconds)
  110.  
  111. // Jungle = map name, DM = game type, tl = time limit, and sl = score limit.
  112.  
  113. addmap Jungle TDM tl=20 sl=100 // MUST be used to create map rotation before using the "host" command
  114.  
  115. addmap Ruins TDM tl=20 sl=100
  116.  
  117. addmap Temple TDM tl=20 sl=100
  118.  
  119. addmap Gateway TDM tl=20 sl=100
  120.  
  121. addmap Refinery TDM tl=20 sl=100
  122.  
  123. host // Start Hosting the Server, server will not show up in any list without this command!
  124.  
  125. //End configuration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement