ARK: Survival Evolved

ARK: Survival Evolved

Tek Dinos Reborn
 This topic has been pinned, so it's probably important
DinoDude  [developer] 26 Jan, 2020 @ 4:56am
Dinos
Information on the tek dinos

General information:
Most of these creatures are immune to fire and bleeding.
These creatures should be not breedable and have no gender to make them more robotic and balanced.
All of them should get corruption bonuses
All of them are quite a bit more expensive than the enforcer
None of these creatures should stop to poop
Most of them have received a texture pass.
They have a heat mechanic that causes the to take more damage but in return they deal more damage and can set opponents on fire when they attack.

Defense Unit:
Works Similar to the enforcer in terms of taming
You now ride in the center of the carapace
Gets Damage resistance to corruption
Receives slight natural armor that gets heavily increased when rolled up
Left click is a slash
Right click is a slam attack
C is to switch stances
X is a flurry attack
LCtrl is a jump attack that can only be used while rolled up.
R is the shield mode stance: It should move slower and take more fall damage but it causes damage to be returned when hit but prevents attacks. AI will switch into this when low on health
The defense unit gives a nearby resistance buff to nearby small robot creatures.
Spawncode:
admincheat SpawnDino "Blueprint'/Game/Mods/ExtinctionRobos/DefenseUnit/DefenseUnit_Character_BP.DefenseUnit_Character_BP'" 500 0 0 35

AttackDrone:
Works Similar to the enforcer in terms of taming
Can now spawn in the sanctuary
Now had multiple attacks like rapid low damage gunfire and the default blast attack
Gets a gang bonus
Not ride-able
Can turn in place and are good at evading attacks making them good for ground creatures and large flying creatures like corrupted wyverns.
Spawncode:
admincheat SpawnDino "Blueprint'/Game/Mods/ExtinctionRobos/AttackDrone/AttackDrone_Character_BP.AttackDrone_Character_BP'" 500 0 0 35

TekPara:
Fear roar has been upgraded to fear any creature smaller than a rex
Planned to make the fear not work on tamed creatures for balancing
Moves much faster than vanilla variant
Has useless courage activate for now(plan to make it not yuty based in the future).
New Sounds
Same controls
Spawncode:
admincheat SpawnDino "Blueprint'/Game/Mods/ExtinctionRobos/TekDinos/Para/TekPara_Character_BP.TekPara_Character_BP'" 500 0 0 35

Tek Raptor:
New Sounds
Gets a pack bonus
Can pounce on medium sized creatures now
Faster run speed
Does the old raptor maul attack when pounced
Extended pounce duration
Will instantly kill players that it pounces on.
New Sounds
Spawncode:
admincheat SpawnDino "Blueprint'/Game/Mods/ExtinctionRobos/TekDinos/Raptor/TekRaptor_Character_BP.TekRaptor_Character_BP'" 500 0 0 35

Tek Stego:
The tek stego is one of the strongest robot dinos in the mod currently.
Runs a lot faster than its normal counterpart
Reduces weight on robot and corrupted materials
Now function like the TLC Stego
Harden Plate gathers Polymer, Crystal, and Chitin more efficiently
Heavy Plate gathers Element Dust and Oil more efficiently and inflicts stunned on enemies.
Sharpened Plate gathers metal and electronics more efficiently and inflicts bleed.
New Sounds
Spawncode:
admincheat SpawnDino "Blueprint'/Game/Mods/ExtinctionRobos/TekDinos/Stego/TekStego_Character_BP.TekStego_Character_BP'" 500 0 0 35

Tek Quetzal:
Has a kick attack for high knock-back while flying
On the ground this turns into Wing Clap attack for extreme knock-back
Can buff aerial robot units like the attack drone.
Has a barrel roll attack
Has better platform building capacity
Left click: Bite
Right Click: Grab
C on ground is the wing clap
C in a is a kick attack
X is a barrel roll: hits twice for high damage but drains stamina immensely
New Sounds
Spawncode:
admincheat SpawnDino "Blueprint'/Game/Mods/ExtinctionRobos/TekDinos/Quetzal/TekQuetz_Character_BP.TekQuetz_Character_BP'" 500 0 0 35

Tek Giga:
Damage buff for tamed stat nerfs
Increased stat gain compared to their default counterpart
Rage mechanic doesn't cause it to betray you anymore
Stamina doesn't drain as fast
Animations synced better with moving
New Sounds
Left Click:Bite
Right Click:Claw slash that inflicts bleed
C:Headbutt that hits twice and inflicts high knock-back
X:Roar
Spawncode:
admincheat SpawnDino "Blueprint'/Game/Mods/ExtinctionRobos/TekDinos/Giga/TekGigant_Character_BP.TekGigant_Character_BP'" 500 0 0 35

Tek Rex:
Small Damage buff
New Sounds
A bit faster
Animations synced better with moving
Roar causes para flee buff on all non controlled creatures and aggros creatures now
Rex's Damage will increase as it's health gets lower.
Left click:Bite
Right click:Roar
Spawncode:
admincheat SpawnDino "Blueprint'/Game/Mods/ExtinctionRobos/TekDinos/Rex/TekRex_Character_BP.TekRex_Character_BP'" 500 0 0 35

Tek Mosasaurus:
A lot larger
Slow moving for its size
Can float out of water much like an astrocetus
Is set to neutral in the wild due to how dangerous they are.
Somewhat functionally like a mini desert titan
Pretty much the ultimate end game robot in this mod for now.
Left click is a slow but VERY heavily damaging bite with a cooldown
Can spawn various aquatic minions(Turtle, Plesi, Ichthy, Lio)
Right Click is a giant lightning beam
C is a shock-wave that blows back enemies
X is an electroball that spawns a lethal electric shocking field on impact. Shocks enemies and can knock out creatures. Electric filed is more effective on wild dinos and Unconscious creatures should not take damage from this field.
Minions will despawn without a target.
All attacks are very stamina heavy
admincheat SpawnDino "Blueprint'/Game/Mods/ExtinctionRobos/TekDinos/Mosa/TekMosa_Character_BP.TekMosa_Character_BP'" 500 0 0 35
Last edited by DinoDude; 12 Jul, 2022 @ 10:37pm
< >
Showing 1-12 of 12 comments
is there a way to disable wild spawns of these? so you have to craft them?
DinoDude  [developer] 9 Feb, 2020 @ 7:48am 
Not yet. The drones and units are intended to spawn naturally in extinction so they can add to the defense force. You can use the config spawns and spawn codes to replace them with the normal variant but then there would be no way to get the blueprints to craft them. I may add the blueprints to the tek replicator or my own crafting table eventually.
Typhon Plume 20 Feb, 2020 @ 2:47pm 
If the crafting is set as a engram, you can put this line in the game.ini to get rid of the spawns.
Using the Tek Rex here as a example..

NPCReplacements=(FromClassName="TekRex_Character_BP.TekRex_C",ToClassName="")

Though that is assuming the character file reads normal, as if it's the normal Tekrex, then it would have to be like this.

NPCReplacements=(FromClassName="BionicRex_Character_BP_C",ToClassName="")
willybambam 21 Mar, 2020 @ 7:55am 
Do you have to make the tek dinos or tame them and if you have to make them where should i?
DinoDude  [developer] 25 Mar, 2020 @ 1:59pm 
You have to kill them and get the blueprint they drop.
The Cobra King 6 Apr, 2020 @ 7:45am 
i wonder where i have seen the electroball attack it probably has something to to with the new water boss.
DinoDude  [developer] 6 Apr, 2020 @ 9:22am 
Actually that was unintentional but it is a welcome reference to the moeder. But it works a bit differently.
The Phatest Ass 27 Feb, 2021 @ 3:36pm 
any clarification on the 3 modes that the tek stego has?

also, the defender unit is tamable by knockout and berries, same with the stego, i havnt checked the others yet as i havnt found em spawned yet.

but im really confused as to what the stegos modes do specifically.

Edit: the defender units dont eat anything aswell i have noticed
Last edited by The Phatest Ass; 1 Mar, 2021 @ 11:06am
DinoDude  [developer] 7 Mar, 2021 @ 9:37am 
The stego hasn't been updated yet and the defense unit should be a kill and rebuild like the enforcer. I will update it when I have some time since I'm currently busy.
Last edited by DinoDude; 7 Mar, 2021 @ 9:37am
The Phatest Ass 9 Mar, 2021 @ 11:00pm 
Originally posted by DinoPlayer34:
The stego hasn't been updated yet and the defense unit should be a kill and rebuild like the enforcer. I will update it when I have some time since I'm currently busy.
LOL thanks for the reply, i am really enjoying the overhaul
Meluka 27 Apr, 2021 @ 3:53am 
admincheat SpawnDino "Blueprint'/Game/Mods/ExtinctionRobos/TekDinos/Mosa/TekMosa_Character_BP.TekMosa_Character_BP'" 500 0 0 35
Do not thank...:steambored:
Last edited by Meluka; 27 Apr, 2021 @ 3:55am
Mel 29 Sep, 2023 @ 12:34pm 
that me or the attack on mosasaur is off ? X is an electroball that spawns a lethal electric shocking field on impact. Shocks enemies and can knock out creatures. Electric filed is more effective on wild dinos and Unconscious creatures should not take damage from this field.
Minions will despawn without a target.

i spam my X button but nothign happen....
< >
Showing 1-12 of 12 comments
Per page: 1530 50