[MOD 0.12.x] Advanced turrets

Topics and discussion about specific mods
Post Reply
conKORD
Manual Inserter
Manual Inserter
Posts: 1
Joined: Thu Dec 17, 2015 12:22 am
Contact:

[MOD 0.12.x] Advanced turrets

Post by conKORD »

Type: Mod
Name: Advanced turrets
Description: 2 new turrets: Sniper turret and Heavy turret
License: Beer licence
Version: 1.0.0
Release: 2015-12-16
Tested-With-Factorio-Version: 0.12.20
Category: Item, SimpleExtension
Tags: Turret
Download-Url:
Advanced-turrets_1.0.0.zip
(1.5 MiB) Downloaded 4163 times
Website: maybe later
License
Long description
Pictures
Version history

miturion
Long Handed Inserter
Long Handed Inserter
Posts: 79
Joined: Mon Aug 03, 2015 5:46 pm
Contact:

Re: [MOD 0.12.x] Advanced turrets

Post by miturion »

That is a nice little mod. I like the sniper turret

Mr Sunol
Inserter
Inserter
Posts: 24
Joined: Thu Dec 25, 2014 6:23 am
Contact:

Re: [MOD 0.12.x] Advanced turrets

Post by Mr Sunol »

This is exactly what I wanted...... except your sniper turrets were laser turrets and not bullets :/

So I went and edited your mod to make the sniper turrets cheaper, less powerful, and shoot bullets. :)

sore68
Fast Inserter
Fast Inserter
Posts: 123
Joined: Mon May 02, 2016 8:39 am
Contact:

Re: [MOD 0.12.x] Advanced turrets

Post by sore68 »

Hi there~

This mod's technology image was broken :(

add code "icon_size = 128"

Code: Select all

data:extend({
  {
    type = "technology",
    name = "sniper-turrets",
	icon_size = 128,
    icon = "__Advanced-turrets__/graphics/technology/sniper-turrets.png",
    effects =
    {
      {
        type = "unlock-recipe",
        recipe = "sniper-turret"
      }
    },
    prerequisites = {"laser-turrets", "laser-turret-damage-2"},
    unit =
    {
      count = 50,
      ingredients =
      {
        {"science-pack-1", 2},
        {"science-pack-2", 2},
        {"science-pack-3", 1}
      },
      time = 60
    },
    order = "a-j-b"
  },
  {
    type = "technology",
    name = "heavy-turrets",
	icon_size = 128,
    icon = "__Advanced-turrets__/graphics/technology/heavy-turrets.png",
    effects =
    {
      {
        type = "unlock-recipe",
        recipe = "heavy-turret"
      }
    },
    prerequisites = {"tanks"},
    unit =
    {
      count = 30,
      ingredients =
      {
        {"science-pack-1", 1},
        {"science-pack-2", 1},
        {"science-pack-3", 1}
      },
      time = 30
    },
    order = "a-j-a"
  }
})

battleon81
Manual Inserter
Manual Inserter
Posts: 2
Joined: Fri May 13, 2016 3:36 pm
Contact:

Re: [MOD 0.12.x] Advanced turrets

Post by battleon81 »

For some reason when I try to start factorio with this mod I keep getting this error:

Error while loading entity prototype "sniper-turret" (electric-turret):
Prototype "sniper-turret" registered twice
Modifications: Advanced-turrets

User avatar
aRatNamedSammy
Fast Inserter
Fast Inserter
Posts: 216
Joined: Tue Jul 08, 2014 4:26 pm
Contact:

Re: [MOD 0.12.x] Advanced turrets

Post by aRatNamedSammy »

i like your mod.. making row of turrets now funnier than just a bunch of laser turret :P.. ( wall, gun, laser, than sniper :) )
but the heavy turret shoot at wall when behind ..so its no use .. until it can be fix :mrgreen: :!:
Teeth for Two (so sorry my bad english)

Zaflis
Filter Inserter
Filter Inserter
Posts: 417
Joined: Sun Apr 24, 2016 12:51 am
Contact:

Re: [MOD 0.12.x] Advanced turrets

Post by Zaflis »

Any chance for at least sniper turret version for 0.14?

Post Reply

Return to “Mods”