Page 1 of 1

[GUIDE] Long range laser turrets

Posted: Fri Mar 08, 2013 4:15 pm
by Balinor
Ok this is basically the normal laser turret, all I've done is extend the range and lower the energy cost to make them rather overpowered. I'd suggest only using this if the creepers are being really annoying and you want to basically play without them being in the way.

First find the target file in your install location and make a backup of turrets.json (do not keep it in the same directory or it will cause a runtime error)

\Factorio\data\prototype-definitions\entity

then open the turrets file and scroll down to laser towers and find the line "shooting-parameters"

"range": 25,
"speed": 1,
"damage": 2,

are the original settings, I'd suggest changing to:

"range": 50,
"speed": 5,
"damage": 20,

This will make it much easier to deal with creepers without having to make a complete ring of laser turrets around your factory setups, at least until we have a no creeper rush option.

Re: Long range laser turrets

Posted: Fri Mar 08, 2013 4:33 pm
by rk84
or generate map in map editor, place player entity, add starting stuff in inventory, save map, play your scenario. No creeper waves, because map editor does not add control.lua in custom scenariors.

Re: Long range laser turrets

Posted: Fri Mar 08, 2013 4:48 pm
by Balinor
Ahh even better. I presume this will still generate creeper huts for farming the research packs?