ARK: Survival Evolved

ARK: Survival Evolved

TEK Guardians
 This topic has been pinned, so it's probably important
PHYRIST  [developer] 9 Jun, 2018 @ 7:30pm
Spawn Commands
TEK_Drone_Character_BP
TEK_Tank_Character_BP
PrimalItemConsumable_Kibble_TEK_Guardians

Spawn Entries
To get the Guardians spawning on your Map add them to one of the spawn container like this, in this example im adding them to the CarnoIsland area on The Island Map.

Game.ini


ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesMonsterIsland",NPCSpawnEntries=((AnEntryName="MonTEKDroneSpawner",EntryWeight=0.5,NPCsToSpawnStrings=("TEK_Drone_Character_BP_C")),(AnEntryName="MonTEKTankSpawner",EntryWeight=0.5,NPCsToSpawnStrings=("TEK_Tank_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="TEK_Drone_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.1),(NPCClassString="TEK_Tank_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.1)))




To spawn them in PreTamed by command use:



Cheat SDF TEK_Drone 1
Cheat SDF TEK_Tank 1

Cheat SummonTamed TEK_Drone_Character_BP_C
Cheat SummonTamed TEK_Tank_Character_BP_C

Cheat GMSummon "TEK_Drone_Character_BP_C" 100
Cheat GMSummon "TEK_Tank_Character_BP_C" 100



To spawn them in by command with a specific level use:

admincheat SpawnDino "Blueprint'/Game/Mods/TEK_Guardians/TEK_Drone_Character_BP.TEK_Drone_Character_BP'" 500 0 0 35

admincheat SpawnDino "Blueprint'/Game/Mods/TEK_Guardians/TEK_Tank_Character_BP.TEK_Tank_Character_BP'" 500 0 0 35

References
https://ark.gamepedia.com/Spawn_Entries
https://ark.gamepedia.com/Console_Commands
https://ark.gamepedia.com/Server_Configuration
Last edited by PHYRIST; 11 Feb, 2019 @ 1:38pm