Thanks for visiting our wiki! Click here to order your own game server at SurvivalServers.com

Difference between revisions of "ARK: Custom Launch Parameters"

From Survival Servers
Jump to navigation Jump to search
m (Style edits)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== How to setup a custom launch parameter on your ARK server ==
+
If you want to customize your ARK PC server even further, you can do so by enabling the use of '''Custom Launch Parameters'''. Please note that many of the settings used in the launch parameters are available in either the '''Modify Server Config''' or '''Advanced Launch Params''' sections of the control panel.
  
To setup a custom launch parameter on your server follow the simple steps below and you will be up and running in no time at all.
+
== Setting a Server Up for Custom Launch Parameters ==
  
# Head to your control panel and set the map drop down to "Custom".
+
To setup a custom launch parameter on your server, do the following:
#: This will add a new area to the panel for you to add your custom launch parameter.
 
# Click the (i) info button next to the launch parameter box to get your parameter line for the desired map.
 
# Add the parameter line to the custom box and hit the update/restart button at the bottom.
 
# Your server is now running a custom launch parameter.
 
  
== Running a custom map with your custom launch parameter ==
+
# In the Control Panel for your server, set the '''Map''' drop-down value to "Custom". This will add two new sections to the panel. '''Conversion ID''' and '''Launch Parameters Line'''.
 +
#: [[File:Custom_Launch_Parameters_Map.png]]<br /><br />
 +
# Click the (i) info button next to the launch parameter box to get your parameter line for the desired map. An example of The Island's parameters:
 +
#: [[File:Custom_Launch_Parameters_TheIsland.png]]<br /><br />
 +
# Copy the parameters line for the map you were using and add it to the '''Launch Parameters Line''' textbox:
 +
#: [[File:Custom_Launch_Parameters_Launch.png]]<br /><br />
  
# Head to the Steam workshop area for ARK and locate the map you wish to use.
+
<p>If you have mods on your server or wish to modify your server by changing various parameters, you will also need to add these to your '''Launch Parameters Line'''.</p>
#: [https://steamcommunity.com/app/346110/workshop/ Steam Workshop]
+
 
# Once you find the map you will want to grab the MAP ID which is located at the end of the url. For an example, lets use Crystal Isles.<br /><code>https://steamcommunity.com/sharedfiles/filedetails?id=804312798</code>
+
=== Adding Mods ===
# The ID would be 804312798
+
 
# Head to your ARK control panel and look for the MAP ID box. If you have trouble locating it, you will need to switch the map to "Custom."<br /><br />[[File:mapidbox.png]]<br /><br />
+
<p>When you add mods to your server while using custom launch parameters, you will need to add them in both '''Mod ID(s)''' as well as '''Launch Parameters Line'''.</p>
# Place the map ID into that box and now move to the parameter line area
+
 
# Grab a parameter line from the (i) info icon on the left side of the launch parameter box and past it into the launch parameter area<br>Parameter line should look similar to this. Please note that this is only an example and your IP and Port # will differ.<br /><br /><code>TheIsland?Multihome=216.244.93.103?Port=20015?QueryPort=20016?SessionName=TestServer's Wiped daily | SurvivalServers.com?MaxPlayers=10?listen?ServerPassword=?ServerAdminPassword=changeme?RCONEnabled=True?RCONPort=20017?AltSaveDirectoryName=SavedArk30317</code><br /><br />[[File:CLPSS.png]]<br /><br />
+
# At the end of the '''Launch Parameters Line''', add '''?GameModIDs='''
# You will want to add ?ModMapID=804312798 to the end of the parameter line<br /><br />[[File:CLP2SS.png]]<br /><br />
+
# Copy and paste the contents from '''Mod ID(s)''' directly after the equals sign. Example of using Structures+ and Resource Stacks 2.0.
# From there change the map at the front of the parameter line to the new map which is CrystalIsles. It should look like this when done:<br /><br /><code> CrystalIsles?Multihome=216.244.93.103?Port=20015?QueryPort=20016?SessionName=TestServer's Wiped daily | SurvivalServers.com?MaxPlayers=10?listen?ServerPassword=?ServerAdminPassword=changeme?RCONEnabled=True?RCONPort=20017?AltSaveDirectoryName=SavedArk30317?ModMapID=804312798</code><br /><br />[[File:CLP3SS.png]]<br /><br />
+
#:[[File:Custom_Launch_Parameters_ModsLaunch.png]]<br /><br />
#*Note the correct map name will be listed on the steam workshop page. Along with the map id.<br /><br />
+
# Click on the green button to save settings and restart the game server for the changes to take place.
# Once you have that fixed up simply hit the update/restart button at the bottom of the panel and let the server boot up fully.
+
 
 +
=== Command Line Arguments ===
 +
 
 +
<p>To change some behaviors on your server, you can do this by adding in command line arguments. [https://ark.gamepedia.com/Server_Configuration#Command_line_arguments List of Command Line Arguments]</p>
 +
 
 +
# Find a parameter that you wish to change, such as overriding the official difficulty. In the case of this example, we want wild dinos to have a max level of 300.
 +
# In the Launch Parameters Line, add the following at the end: '''?OverrideOfficialDifficulty=10.0'''
 +
#: [[File:Custom_Launch_Parameters_Arguments.png]]<br /><br />
 +
#: '''NOTE:''' Dino Max Level = OverrideOfficialDifficulty * 30. (10 * 30 = 300)
 +
# Any additional parameters must be separated by the question mark ?.
 +
#: Ex: ?OverrideOfficialDifficulty=10?AllowFlyerCarryPvE=true?MaxPersonalTamedDinos=500
 +
# Click on the green button to save settings and restart the game server for the changes to take place. If you are modifying the dino levels, you will need to run a '''Destroy Wild Dinos''' command. For help on this, visit [[ARK:_Server_Maintenance_And_General_FAQ#Destroy_Wild_Dinos | this page]] for more information.
 +
 
 +
=== Custom Map for ARK ===
 +
"Only follow these steps if your map is not listed in the map drop down in your control panel."
 +
# Head to the Steam workshop area for ARK and locate the map you wish to use.  
 +
#: Go to [https://steamcommunity.com/app/346110/workshop/ Steam Workshop] and click on the '''Map''' link on the right under '''Browse By Tag'''.
 +
# Once you find the map you will want to grab the '''Map ID''' located at the end of the URL of the specific mod. For example, lets use Crystal Isles.
 +
#:[https://steamcommunity.com/sharedfiles/filedetails?id=804312798 Crystal Isles Workshop Page] - <nowiki>https://steamcommunity.com/sharedfiles/filedetails?id=804312798</nowiki>
 +
#:: '''Map ID''' = 804312798
 +
# On the ARK control panel, look for the map ID box.<br /><br />[[File:mapidbox.png|400px]]<br /><br />
 +
# Add the value shown above into the '''Map ID''' box.
 +
# Add the value to the '''Mod ID(s)''' box as well.
 +
# Switch to "Custom" in the map drop down in your control panel.<br /><br />[[File:Custom Map.png]]<br /><br />
 +
# On the '''Launch Parameters Line''' box, add '''?ModMapID=804312798''' to the end of the parameter line.
 +
#:[[File:Custom_Launch_Parameters_CrystalIsles.png]]<br /><br />
 +
# Change '''TheIsland''' to '''CrystalIsles'''.
 +
#:[[File:Custom_Launch_Parameters_CrystalIsles2.png]]<br /><br />
 +
#:'''NOTE:''' Most custom maps will list the map name on the Steam Workshop page along with the Map ID value. If it is missing from the page description, it may be listed in the comment section.
 +
# Click on the green button to save settings and restart the game server for the changes to take place.
 +
<br />
 +
 
 +
=== Primitive+ or other Conversion Mods for ARK PC ===
 +
 
 +
:[[File:Wiki_ARK_PrimitivePlus.jpg|500px]]<br /><br />
 +
#After setting the '''Map''' to "Custom", the '''Conversion ID''' box will be visible.
 +
#Add the mod ID value for the conversion mod in this field. This is an example using Primitive+.
 +
#:[[File:Custom_Launch_Parameters_PrimitivePlus.png]]<br /><br />
 +
#Click on the green button to save settings and restart the game server for the changes to take place.
 +
<br />
 +
<p>'''NOTE:''' To join a Primitive+ server, you will need to change your game mode at the main menu within ARK. At the bottom right, there will be an option for Primitive Plus. Click on the choice and, if successful, when ARK starts back up, it will have bone lettering that says "PRIMITIVE+" as in the image logo above.</p>
 +
:[[File:Wiki_ARK_PrimitivePlusChoice.jpg|300px]]

Latest revision as of 08:44, 6 January 2022

If you want to customize your ARK PC server even further, you can do so by enabling the use of Custom Launch Parameters. Please note that many of the settings used in the launch parameters are available in either the Modify Server Config or Advanced Launch Params sections of the control panel.

Setting a Server Up for Custom Launch Parameters

To setup a custom launch parameter on your server, do the following:

  1. In the Control Panel for your server, set the Map drop-down value to "Custom". This will add two new sections to the panel. Conversion ID and Launch Parameters Line.
    Custom Launch Parameters Map.png

  2. Click the (i) info button next to the launch parameter box to get your parameter line for the desired map. An example of The Island's parameters:
    Custom Launch Parameters TheIsland.png

  3. Copy the parameters line for the map you were using and add it to the Launch Parameters Line textbox:
    Custom Launch Parameters Launch.png

If you have mods on your server or wish to modify your server by changing various parameters, you will also need to add these to your Launch Parameters Line.

Adding Mods

When you add mods to your server while using custom launch parameters, you will need to add them in both Mod ID(s) as well as Launch Parameters Line.

  1. At the end of the Launch Parameters Line, add ?GameModIDs=
  2. Copy and paste the contents from Mod ID(s) directly after the equals sign. Example of using Structures+ and Resource Stacks 2.0.
    Custom Launch Parameters ModsLaunch.png

  3. Click on the green button to save settings and restart the game server for the changes to take place.

Command Line Arguments

To change some behaviors on your server, you can do this by adding in command line arguments. List of Command Line Arguments

  1. Find a parameter that you wish to change, such as overriding the official difficulty. In the case of this example, we want wild dinos to have a max level of 300.
  2. In the Launch Parameters Line, add the following at the end: ?OverrideOfficialDifficulty=10.0
    Custom Launch Parameters Arguments.png

    NOTE: Dino Max Level = OverrideOfficialDifficulty * 30. (10 * 30 = 300)
  3. Any additional parameters must be separated by the question mark ?.
    Ex: ?OverrideOfficialDifficulty=10?AllowFlyerCarryPvE=true?MaxPersonalTamedDinos=500
  4. Click on the green button to save settings and restart the game server for the changes to take place. If you are modifying the dino levels, you will need to run a Destroy Wild Dinos command. For help on this, visit this page for more information.

Custom Map for ARK

"Only follow these steps if your map is not listed in the map drop down in your control panel."

  1. Head to the Steam workshop area for ARK and locate the map you wish to use.
    Go to Steam Workshop and click on the Map link on the right under Browse By Tag.
  2. Once you find the map you will want to grab the Map ID located at the end of the URL of the specific mod. For example, lets use Crystal Isles.
    Crystal Isles Workshop Page - https://steamcommunity.com/sharedfiles/filedetails?id=804312798
    Map ID = 804312798
  3. On the ARK control panel, look for the map ID box.

    Mapidbox.png

  4. Add the value shown above into the Map ID box.
  5. Add the value to the Mod ID(s) box as well.
  6. Switch to "Custom" in the map drop down in your control panel.

    Custom Map.png

  7. On the Launch Parameters Line box, add ?ModMapID=804312798 to the end of the parameter line.
    Custom Launch Parameters CrystalIsles.png

  8. Change TheIsland to CrystalIsles.
    Custom Launch Parameters CrystalIsles2.png

    NOTE: Most custom maps will list the map name on the Steam Workshop page along with the Map ID value. If it is missing from the page description, it may be listed in the comment section.
  9. Click on the green button to save settings and restart the game server for the changes to take place.


Primitive+ or other Conversion Mods for ARK PC

Wiki ARK PrimitivePlus.jpg

  1. After setting the Map to "Custom", the Conversion ID box will be visible.
  2. Add the mod ID value for the conversion mod in this field. This is an example using Primitive+.
    Custom Launch Parameters PrimitivePlus.png

  3. Click on the green button to save settings and restart the game server for the changes to take place.


NOTE: To join a Primitive+ server, you will need to change your game mode at the main menu within ARK. At the bottom right, there will be an option for Primitive Plus. Click on the choice and, if successful, when ARK starts back up, it will have bone lettering that says "PRIMITIVE+" as in the image logo above.

Wiki ARK PrimitivePlusChoice.jpg


Share your opinion