NEW! Servers for GTA V (FiveM).. Use Coupon SPOOK, take 20% off Click here to order now at SurvivalServers.com
Difference between revisions of "ARK: Custom Launch Parameters"
Jump to navigation
Jump to search
Share your opinion
m (Style edits) |
|||
Line 1: | Line 1: | ||
− | + | <p>If you want to customize your ARK PC server even further, you can do so by enabling the use of '''Custom Launch Parameters'''.</p> | |
− | + | == Setting a Server Up for Custom Launch Parameters == | |
− | # | + | <p>To setup a custom launch parameter on your server, do the following:</p> |
− | #: This will add | + | |
+ | # In the Control Panel for your server, set the '''Map''' drop-down value to "Custom". | ||
+ | #: [[File:Custom_Launch_Parameters_Map.png]] | ||
+ | #: This will add two new sections to the panel. '''Conversion ID''' and '''Launch Parameters Line'''. | ||
# Click the (i) info button next to the launch parameter box to get your parameter line for the desired map. | # 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 | + | #: [[File:Custom_Launch_Parameters_TheIsland.png]] |
− | # | + | # Add the parameter line to the '''Launch Parameters Line''' textbox: |
+ | #: [[File:Custom_Launch_Parameters_Launch.png]] | ||
+ | |||
+ | <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> | ||
+ | |||
+ | === Adding Mods === | ||
+ | |||
+ | <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> | ||
+ | |||
+ | # At the end of the '''Launch Parameters Line''', add '''?GameModIDs=''' | ||
+ | # Copy and paste the contents from '''Mod ID(s)''' directly after the equals sign. | ||
+ | #: Example using Structures+ and Resource Stacks 2.0 | ||
+ | #::[[File:Custom_Launch_Parameters_ModsLaunch.png]] | ||
+ | # Click on the green button to save settings and restart the game server for the changes to take place. | ||
+ | |||
+ | === 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]] | ||
+ | #: '''NOTE:''' Dino Max Level = OverrideOfficialDifficulty * 30. (10 * 30 = 300) | ||
+ | # 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 (add link here). | ||
+ | |||
+ | === Custom Map for ARK === | ||
# Head to the Steam workshop area for ARK and locate the map you wish to use. | # Head to the Steam workshop area for ARK and locate the map you wish to use. | ||
#: [https://steamcommunity.com/app/346110/workshop/ Steam Workshop] | #: [https://steamcommunity.com/app/346110/workshop/ Steam Workshop] | ||
− | # Once you find the map you will want to grab the | + | # 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 an 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. If you have trouble locating it, you will need to switch the map to "Custom."<br /><br />[[File:mapidbox.png|400px]]<br /><br /> |
− | # | + | # Add the value shown above into the Map ID box. |
− | + | # On the '''Launch Parameters Line''' box, add ?ModMapID=804312798 to the end of the parameter line. | |
− | # | + | #:[[File:Custom_Launch_Parameters_CrystalIsles.png]] |
− | # | + | # Change '''TheIsland''' to '''CrystalIsles'''. |
+ | #:[[File: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. | ||
# 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. | # 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. | ||
+ | |||
+ | === Primitive+ or other Conversion Mods for ARK PC === | ||
+ | |||
+ | # 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. | ||
+ | #: Ex: Primitive+ | ||
+ | #::[[File:Custom_Launch_Parameters_PrimitivePlus.png]] | ||
+ | # Click on the green button to save settings and restart the game server for the changes to take place. |
Revision as of 02:27, 16 April 2018
If you want to customize your ARK PC server even further, you can do so by enabling the use of Custom Launch Parameters.
Contents
Setting a Server Up for Custom Launch Parameters
To setup a custom launch parameter on your server, do the following:
- In the Control Panel for your server, set the Map drop-down value to "Custom".
- 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 Launch Parameters Line textbox:
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.
- At the end of the Launch Parameters Line, add ?GameModIDs=
- Copy and paste the contents from Mod ID(s) directly after the equals sign.
- 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
- 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:
- 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 (add link here).
Custom Map for ARK
- Head to the Steam workshop area for ARK and locate the map you wish to use.
- 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 an example, lets use Crystal Isles.
- Crystal Isles Workshop Page - https://steamcommunity.com/sharedfiles/filedetails?id=804312798
- Map ID = 804312798
- Crystal Isles Workshop Page - https://steamcommunity.com/sharedfiles/filedetails?id=804312798
- On the ARK control panel, look for the map ID box. If you have trouble locating it, you will need to switch the map to "Custom."
- Add the value shown above into the Map ID box.
- On the Launch Parameters Line box, add ?ModMapID=804312798 to the end of the parameter line.
- Change TheIsland to CrystalIsles.
- 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.
Primitive+ or other Conversion Mods for ARK PC
Share your opinion