ARK: Survival Evolved

ARK: Survival Evolved

Dome of Death!
 This topic has been pinned, so it's probably important
crystian  [developer] 20 Feb, 2017 @ 3:50pm
Installation & configuration
0. Before install ensure there are nothing (rafts, subaquatic bases, etc) between this coords: 42.2, 12.0 and 48.2, 07.2
1. Add this mod to your list, the id is: 856564814
2. If there is an update, I recommend to destroying all dinos, because it has severals dino spawns (see below).
3. Start up the server and "enjoy" it!

This "mod" is an extension of "the island" (only for this map), It does not need anything more, just install and it will be ready.

Configuration:

On your GameUserSettings.ini you can configure the mod to persist state, values showed are the defaults.

[DomeOfDeath] DD_disable=False DD_ramps=False DD_withoutSupply=False DD_withoutDinos=False DD_allowStructures=False DD_dinoCountMultiplier=1
  • DD_disable: Boolean, enable access to dome (especially for arena combat!, don't escape!)
  • DD_ramps: Boolean, enable ramps (especially for arena combat!)
  • DD_withoutDinos: Boolean
  • DD_withoutSupply: Boolean
  • DD_allowStructures: Boolean, allow to someone to put structures on the island (and inside the dome)
  • DD_dinoCountMultiplier: Float from 0.1 to 2, 1 is recomended.

Console commands/Radial menu:
You can use the control panel computer on the top of the dome, or just your console (as admin).
These commands change temporarily and dynamically the configuration, the same as parameters from the configuration but it will apply immediately!
Remember: it's not permanent

cheat ScriptCommand disable_true cheat ScriptCommand ramps_true cheat ScriptCommand dinos_true cheat ScriptCommand supplies_true cheat ScriptCommand allowstructure_true

Obviusly, you can use _false!

Supply drops:
You can configure the drops, you can override them with the following lines on your game.ini file, by default them inherits from another drop whose name is in parenthesis:

DD_SupplyCrate_zoneB_C (SupplyCrate_UnderwaterCaveTier3) DD_SupplyCrate_zoneC_C (SupplyCrate_UnderwaterCaveTier3) DD_SupplyCrate_zoneD_C (SupplyCrate_OceanInstant) (rex)

You need to change the SupplyCrateClassString property:

[/script/shootergame.shootergamemode] ... ConfigOverrideSupplyCrateItems=(SupplyCrateClassString="DD_SupplyCrate_zoneB_C",MinItemSets=1,MaxItemSets=1,NumItemSetsPower=1.0,bSetsRandomWithoutReplacement=true,ItemSets=((MinNumItems=2,MaxNumItems=2,NumItemsPower=1.0,SetWeight=1.0,bItemsRandomWithoutReplacement=true,ItemEntries=((EntryWeight=1.0,ItemClassStrings=("PrimalItemResource_Stone_C"),ItemsWeights=(1.0),MinQuantity=10.0,MaxQuantity=10.0,MinQuality=1.0,MaxQuality=1.0,bForceBlueprint=false,ChanceToBeBlueprintOverride=0.0),(EntryWeight=1.0,ItemClassStrings=("PrimalItemResource_Thatch_C"),ItemsWeights=(1.0),MinQuantity=10.0,MaxQuantity=10.0,MinQuality=1.0,MaxQuality=1.0,bForceBlueprint=false,ChanceToBeBlueprintOverride=0.0)))))

More info about how: https://survivetheark.com/index.php?/forums/topic/65930-tutorial-modify-loot-crate-contents-v242/

Known issues:
  • For "DD_withoutDinos" and "DD_withoutSupply" if you set it on "True" on your configuration file, the command to "turn on" won't work.
  • The command: "cheat ScriptCommand dinos_false" only will active dinos it doesn't kill sleepers (stasised) dinos, maybe you need to use more than once.

Other useful commands

Destroy all wild dinos:
admincheat destroywilddinos
Teleport to Beach:
admincheat setplayerpos -313000 -49000 -14000
Teleport to Roof:
admincheat setplayerpos -329000 -37000 -3000
Teleport to Inside:
admincheat setplayerpos -321870 -29753 -10000
Last edited by crystian; 29 May, 2017 @ 12:14am