Difference between revisions of "Hosting"

From Ark Arena Mod
Jump to: navigation, search
(End Capture the Artifact game)
(Cheat Commands)
Line 85: Line 85:
 
https://drive.google.com/file/d/10FsqdsRwnxGCEA-4u1y-n7j7mb6IlRDD/view?usp=sharing
 
https://drive.google.com/file/d/10FsqdsRwnxGCEA-4u1y-n7j7mb6IlRDD/view?usp=sharing
  
== Cheat Commands ==
+
<big>Big text</big>== Cheat Commands ==
  
 
Server admins will have access to the following custom cheat commands
 
Server admins will have access to the following custom cheat commands
  
=== Element Shards ===
+
<big>Give Element Shards to a player</big>
Give Element Shards to a player
 
 
 
 
  cheat scriptcommand addcurrency <steamid> <amount>
 
  cheat scriptcommand addcurrency <steamid> <amount>
  
Line 97: Line 95:
 
  cheat scriptcommand addcurrency 76561198027275868 10000
 
  cheat scriptcommand addcurrency 76561198027275868 10000
  
=== Hexagons ===
+
<big>Give Hexagons to a player in Capture the Artifact</big>
Give Hexagons to a player in Capture the Artifact
 
 
 
 
  cheat scriptcommand addgamecurrency <steamid> <amount>
 
  cheat scriptcommand addgamecurrency <steamid> <amount>
  
Line 105: Line 101:
 
  cheat scriptcommand addgamecurrency 76561198027275868 5000
 
  cheat scriptcommand addgamecurrency 76561198027275868 5000
  
===Capture the Artifact ===
+
<big>Prematurely end a capture the artifact game</big>
Prematurely end a capture the artifact game
 
 
 
 
  cheat scriptcommand addgamecurrency <result>
 
  cheat scriptcommand addgamecurrency <result>
  

Revision as of 18:36, 22 January 2021

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

At this time, Arena is only guarenteed to run correctly on a dedicated server with direct box access. Although it is possible to run in a shared hosting environment, success it not guarenteed.

Authorization

In order to run the Ark Arena map your server must be whitelisted by purchasing an Arena Server License.

All information about obtaining an Arena license can be found at the Ark Arena Webstore:

https://shop.arkarenamod.com/package/4265023

If you have any issues or questions, please contact metsfan#4263 in Discord and join the Arena discord https://discord.gg/7QTGDXj

Configuration

Mod Map ID

1517538187

Map Name

ArenaModMap

Server Launch Arguments

-culture=en

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
PreventTribeAlliances=true
PreventSpawnAnimations=true

[ArkArena]
StartingElementShardsQuantity=10000
ElementShardsMultiplier=1.0
LeaderboardName=YOUR COMMUNITY NAME HERE

Configurations Details

All configurations go in the [ArkArena] section of GameUserSettings.ini

Configuration Required Type Description Default Value
StartingElementShardsQuantity yes number The amount of element shards a player will have the first time they join the server 0
ElementShardsMultiplier yes number The rate at which players will earn element shards 1.0
LeaderboardName yes text The name of your leaderboard for tracking player states ""
DisableGold no true/false Disables purchases of gold and spending gold in the Collection tab false
AFKTimeout no number Set your maximum AFK time in seconds. We recommend 900 (15 minutes).
If players are AFK longer than this time they will be removed from the server.
0
ClusterMode no number Useful when running Arena in a cluster.
0 = Cluster Mode disabled.
1 = Deathmatch game modes only.
2 = Capture the Artifact only
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=5
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

Extra Files

Extract the following zip file into the directory on your server

<ArkInstallation>/ShooterGame/Saved/SaveGames/ArkArena/Structures

https://drive.google.com/file/d/10FsqdsRwnxGCEA-4u1y-n7j7mb6IlRDD/view?usp=sharing

Big text== Cheat Commands ==

Server admins will have access to the following custom cheat commands

Give Element Shards to a player

cheat scriptcommand addcurrency <steamid> <amount>

Example:

cheat scriptcommand addcurrency 76561198027275868 10000

Give Hexagons to a player in Capture the Artifact

cheat scriptcommand addgamecurrency <steamid> <amount>

Example:

cheat scriptcommand addgamecurrency 76561198027275868 5000

Prematurely end a capture the artifact game

cheat scriptcommand addgamecurrency <result>

Values for result:

0 = Draw
1 = Red Team wins
2 = Blue Team wins

Example:

cheat scriptcommand endcta 0