Difference between revisions of "Hosting"

From Ark Arena Mod
Jump to: navigation, search
(Game.ini)
(ASHosting)
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
This page contains all information needed if you wish to host your own Ark Arena server instance.
 
This page contains all information needed if you wish to host your own Ark Arena server instance.
 +
 +
== Authorization ==
 +
All servers must be IP whitelisted in order to run the Ark Arena map. If you would like to run the Ark Arena map, contact Metsfan in Discord.
 +
https://discord.gg/7QTGDXj
  
 
== Configuration ==
 
== Configuration ==
Line 14: Line 18:
 
  PreventDownloadItems=true
 
  PreventDownloadItems=true
 
  PreventDownloadDinos=true
 
  PreventDownloadDinos=true
 +
PreventUploadSurvivors=true
 +
PreventUploadItems=true
 +
PreventUploadDinos=true
 
  XPMultiplier=10.0
 
  XPMultiplier=10.0
 
  StructureResistanceMultiplier=2.0
 
  StructureResistanceMultiplier=2.0
 
  EnablePvPGamma=true
 
  EnablePvPGamma=true
 +
DifficultyOffset=0.0
 +
 +
[ArkArena]
 +
StartingElementShardsQuantity=10000
 +
ElementShardsMultiplier=1.0
  
 
=== Game.ini ===
 
=== Game.ini ===
Line 22: Line 34:
 
  [/script/shootergame.shootergamemode]
 
  [/script/shootergame.shootergamemode]
 
  IncreasePvPRespawnIntervalBaseAmount=0
 
  IncreasePvPRespawnIntervalBaseAmount=0
  IncreasePvPRespawnIntervalCheckPeriod=0
+
  IncreasePvPRespawnIntervalCheckPeriod=30
 
  IncreasePvPRespawnIntervalMultiplier=1
 
  IncreasePvPRespawnIntervalMultiplier=1
 
  bIncreasePvPRespawnInterval=false
 
  bIncreasePvPRespawnInterval=false
  LimitTurretsNum=10
+
  LimitTurretsNum=7
  GlobalSpoilingTimeMultiplier=10.0
+
  GlobalSpoilingTimeMultiplier=5.0
 
  ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawMutton_C",Quantity=(MaxItemQuantity=200, bIgnoreMultiplier=true))
 
  ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawMutton_C",Quantity=(MaxItemQuantity=200, bIgnoreMultiplier=true))
 
  ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawPrimeMeat_C",Quantity=(MaxItemQuantity=200, bIgnoreMultiplier=true))
 
  ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawPrimeMeat_C",Quantity=(MaxItemQuantity=200, bIgnoreMultiplier=true))
Line 33: Line 45:
 
  GlobalCorpseDecompositionTimeMultiplier=0.1
 
  GlobalCorpseDecompositionTimeMultiplier=0.1
 
  HairGrowthSpeedMultiplier=1000.0
 
  HairGrowthSpeedMultiplier=1000.0
 
+
TamedDinoClassResistanceMultipliers=(ClassName="Arena_Boss_HelperMonkey_C", Multiplier=1.0)
== ASHosting ==
+
TamedDinoClassResistanceMultipliers=(ClassName="Arena_Boss_HelperDragon_C", Multiplier=1.5)
Don't feel like going through the hassle of setting up your own Ark Arena server? Host your own with ASHosting, the #1 rated ARK Server hosting provider.
+
TamedDinoClassResistanceMultipliers=(ClassName="Arena_Boss_HelperBroodmother_C", Multiplier=1.2)
  https://arkserverhosting.co.uk/clientarea/aff.php?aff=24
+
  TamedDinoClassResistanceMultipliers=(ClassName="Arena_WyvernFire_C", Multiplier=0.7)
 +
TamedDinoClassResistanceMultipliers=(ClassName="Arena_WyvernLightning_C", Multiplier=0.7)
 +
TamedDinoClassResistanceMultipliers=(ClassName="Arena_WyvernPoison_C", Multiplier=0.7)
 +
PerLevelStatsMultiplier_DinoWild[7]=3.0

Revision as of 23:37, 14 January 2020

This page contains all information needed if you wish to host your own Ark Arena server instance.

Authorization

All servers must be IP whitelisted in order to run the Ark Arena map. If you would like to run the Ark Arena map, contact Metsfan in Discord. https://discord.gg/7QTGDXj

Configuration

Mod ID

1517538187 

Map Name

ArenaModMap

GameUserSettings.ini

Add the following to the bottom of your GameUserSettings.ini file

PreventDownloadSurvivors=true
PreventDownloadItems=true
PreventDownloadDinos=true
PreventUploadSurvivors=true
PreventUploadItems=true
PreventUploadDinos=true
XPMultiplier=10.0
StructureResistanceMultiplier=2.0
EnablePvPGamma=true
DifficultyOffset=0.0

[ArkArena]
StartingElementShardsQuantity=10000
ElementShardsMultiplier=1.0

Game.ini

Add the following to the [/script/shootergame.shootergamemode] section of your Game.ini file

[/script/shootergame.shootergamemode]
IncreasePvPRespawnIntervalBaseAmount=0
IncreasePvPRespawnIntervalCheckPeriod=30
IncreasePvPRespawnIntervalMultiplier=1
bIncreasePvPRespawnInterval=false
LimitTurretsNum=7
GlobalSpoilingTimeMultiplier=5.0
ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawMutton_C",Quantity=(MaxItemQuantity=200, bIgnoreMultiplier=true))
ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawPrimeMeat_C",Quantity=(MaxItemQuantity=200, bIgnoreMultiplier=true))
bDisableFriendlyFire=true
PoopIntervalMultiplier=1000
GlobalCorpseDecompositionTimeMultiplier=0.1
HairGrowthSpeedMultiplier=1000.0
TamedDinoClassResistanceMultipliers=(ClassName="Arena_Boss_HelperMonkey_C", Multiplier=1.0)
TamedDinoClassResistanceMultipliers=(ClassName="Arena_Boss_HelperDragon_C", Multiplier=1.5)
TamedDinoClassResistanceMultipliers=(ClassName="Arena_Boss_HelperBroodmother_C", Multiplier=1.2)
TamedDinoClassResistanceMultipliers=(ClassName="Arena_WyvernFire_C", Multiplier=0.7)
TamedDinoClassResistanceMultipliers=(ClassName="Arena_WyvernLightning_C", Multiplier=0.7)
TamedDinoClassResistanceMultipliers=(ClassName="Arena_WyvernPoison_C", Multiplier=0.7)
PerLevelStatsMultiplier_DinoWild[7]=3.0