ARK: Survival Evolved

ARK: Survival Evolved

Advanced Turrets & Controllers
 This topic has been pinned, so it's probably important
MacRambo  [developer] 21 Jul, 2017 @ 10:25pm
INI , engrams, & spawn codes
INI settings
[advturrets]
craftingquantity=2
tranqdmg=2.5
bulletdmg=70
dartmulti=3
bulletmulti=5
bulletqty=5
PTtimer=2
ammowarning=10
slots=50
Ammotranfer=5
Ammomin=7
Plantdmg=15
Plantfiredmg=30
oilmult=3
keromulti=1
firetime=4.0
firepercentdmg=5.5
addfiretime=false
Disableelec=true
Disabletranq=true
dinolvlmutli=10
shieldradiusmulti=2
maxfiringrate=4
maxcharge=3
Craftingstationslots=100
Craftingstationspeed=1.000000
tekdamagetranq=20.000000
tekdamage=900.000000
shieldradiusmulti=2.000000
Balistaslots=10
BalistaCraftingqtymulti=1
ballistadmg=600
Autocontrollerslots=100


Controller crafting output quanity multiplier
tranqdmg=2.5 Tranq base damage, multiply by 100 for torp damage
bulletdmg=70 Regular ammo damage
dartmulti=3 Tranq dart to turret dart multiplier (ex above 1 rifle = 5 turret) (-1 disables)
bulletmulti=5 Adv rifle bullet to turret bullet multiplier (ex above 1 rifle = 5 turret) (-1 disables)
bulletqty=5 Number of bullet feed to turrets and min bullets in turrets
(bulletqty X .28 is how often the check is done)
(a lower number may cause lag)
Number of seconds between checks for the plant controller
Amount of ammo that will trigger the notification and flashing light (-1 will disable)
Number of slots in controllers
Ammotranfer=5 The ammount of ammo tranfrered if it is too low
Ammomin=7 If ammo is below more ammo will be transferred.
Plantdmg=15 Damage from basic plant ammo (not inc. buff)
Plantfiredmg=30 Damage from fire plant ammo (not inc. buff)
oilmult=3 How much oil ammo from 1 oil
keromulti=1 How much oil ammo from 1 kerosene (from my SP mod)
firetime=4.0 How long the fire last (sec)
firepercentdmg=5.5 Percent of max health that is done in damage(max 150 damage) per second
addfiretime=false If true time will be added, if false it will add to DPS and save ammo
dinolvlmutli=10 Multipling it by 20 will give you the max level that can be selected
shieldradiusmulti=2 Multiplied by the vanilla's sheild radius
maxfiringrate=4 multiplies the damage and bullet consumption
maxcharge=3 multiplies the damage and shard consumption


Spawns
cheat giveitem "/Game/Mods/AdvTurrets/turret/PrimalItemStructure_Turret_adv_control.PrimalItemStructure_Turret_adv_control" 1 0 0 false
cheat giveitem "/Game/Mods/AdvTurrets/turret/PrimalItemStructure_Turret_adv.PrimalItemStructure_Turret_adv" 10 0 0 false
cheat giveitem "/Game/Mods/AdvTurrets/turret/PrimalItemStructure_Turret_adv_wall.PrimalItemStructure_Turret_adv_wall" 10 0 0 false

cheat giveitem "/Game/Mods/AdvTurrets/turret/PrimalItemAmmo_turret_Bullet.PrimalItemAmmo_turret_Bullet" 500 0 0 false
cheat giveitem "/Game/Mods/AdvTurrets/turret/PrimalItemAmmo_turret_Tranq.PrimalItemAmmo_turret_Tranq" 500 0 0 false

Engrams
EngramEntry_Turret_adv
EngramEntry_Turret_control
EngramEntry_Turret_wall
EngramEntry_advanced_riflebullet_Turret
EngramEntry_adv_tranq_dart
EngramEntry_plant_control

Put this in Game.ini to disble crafting:
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_adv_tranq_dart_C",EngramHidden=true)
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_advanced_riflebullet_Turret_C",EngramHidden=true)
Last edited by MacRambo; 23 Jun, 2019 @ 4:06pm