Disable Creeper Attacks
Posted: Sat Aug 17, 2013 10:38 am
Hi!
I saved the game => opened saved game folder => opened control.lua => changed data (i put false instead of true)
initattackdata = function()
glob.attackdata = {
-- whether all attacks are enabled
enabled = false,
-- this script is allowed to change the attack values attackcount and untilnextattack
changevalues = true,
-- what distracts the creepers during the attack
distraction = defines.distraction.byenemy,
-- number of units in the next attack
attackcount = 5,
-- time to the next attack
untilnextattack = 60 * 60 * 60,
However, the creepers continue to attack.
How do I disable them?
I saved the game => opened saved game folder => opened control.lua => changed data (i put false instead of true)
initattackdata = function()
glob.attackdata = {
-- whether all attacks are enabled
enabled = false,
-- this script is allowed to change the attack values attackcount and untilnextattack
changevalues = true,
-- what distracts the creepers during the attack
distraction = defines.distraction.byenemy,
-- number of units in the next attack
attackcount = 5,
-- time to the next attack
untilnextattack = 60 * 60 * 60,
However, the creepers continue to attack.
How do I disable them?