Page 1 of 1

No such node direction_count

Posted: Wed Jul 20, 2016 7:51 am
by juggernaut
(Sorry for my bad english) I have a problem that I have with my fashion startup (which I do in this manual https://wiki.factorio.com/index.php?tit ... _jeroon.29) when you start the game crashes error: no such node direction_count. Prompt how to change the description:
data:extend({
{
type = "car",
name = "bomber",
icon = "__BomberTutorial__/graphics/icon_bomber.png",
flags = {"pushable", "placeable-neutral", "player-creation"},
minable = {mining_time = 1, result = "bomber"},
max_health = 2000,
corpse = "medium-remnants",
selection_box = {{-0.7, -1.2}, {0.7, 1.2}},
acceleration_per_energy = 0.15,
energy_per_hit_point = 0.1,
animation = "__BomberTutorial__/graphics/sheet_bomber.png",
breaking_speed = 0.09,
burner =
{
effectivity = 0.25,
emissions = 20,
fuel_inventory_size = 2,
},
consumption = "1J",
friction = 0.01,
pictures = {
filename = "__BomberTutorial__/graphics/sheet_bomber.png",
priority = "high",
frame_width = 211,
frame_height = 211,
direction_count = 9
},
rotation_speed = 0.005,
weight = 50,
inventory_size = 12
}
})

Thanks in advance.