Modding error

Post all other topics which do not belong to any other category.
Vulcan
Long Handed Inserter
Long Handed Inserter
Posts: 52
Joined: Sat Aug 02, 2014 12:34 pm
Contact:

Modding error

Post by Vulcan »

Sprite outside of
"__F-mod__/resources/technology/icon/icon_tank_tec.png" (at 64, 64, size 0x0 of 0x0

I have been making a tank into the f-mod because it is developed from the turret car in F-mod. What does this error mean?
Vulcan
Long Handed Inserter
Long Handed Inserter
Posts: 52
Joined: Sat Aug 02, 2014 12:34 pm
Contact:

Re: Modding error

Post by Vulcan »

On the subject of modding gone wrong, I cannot find the problem in my mod for a fusion reactor after getting the error 'Appdata/roaming/factorio/mods/FusionReactor/'prototypes/entity.lua:1: unexpected symbol near '{' '
I would be grateful for any assistance.
{
type = "generator",
name = "fusion-reactor",
icon = "__FusionReactor__/graphics/fusion-reactor-tech.png",
flags = {"placeable-neutral","player-creation"},
minable = {mining_time = 1, result = "oil-refinery"},
max_health = 1000,
corpse = "big-remnants",
collision_box = {{-2.4, -2.4}, {2.4, 2.4}},
selection_box = {{-2.5, -2.5}, {2.5, 2.5}},
effectivity = 1,
fluid_usage_per_tick = 0.5,
energy_source =
{
{
type = "electric",
usage_priority = "primary-output"
}
},
animation =
{
north =
{
filename = "__FusionReactor__/graphics/fusion-reactor.png",
frame_width = 337,
frame_height = 255,
frame_count = 1,
shift = {2.515625, 0.484375}
},
east =
{
filename = "__FusionReactor__/graphics/fusion-reactor.png",
x = 337,
frame_width = 337,
frame_height = 255,
frame_count = 1,
shift = {2.515625, 0.484375}
},
south =
{
filename = "__FusionReactor__/graphics/fusion-reactor.png",
x = 674,
frame_width = 337,
frame_height = 255,
frame_count = 1,
shift = {2.515625, 0.484375}
},
west =
{
filename = "__FusionReactor__/graphics/fusion-reactor.png",
x = 1011,
frame_width = 337,
frame_height = 255,
frame_count = 1,
shift = {2.515625, 0.484375}
}
},
working_visualisations =
{
{
north_position = {1.03125, -1.55},
east_position = {-1.65625, -1.3},
south_position = {-1.875, -2.0},
west_position = {1.8437, -1.2},
light = {intensity = 0.4, size = 6}
}
},
fluid_boxes =
{
{
production_type = "input",
pipe_covers = pipecoverspictures(),
base_area = 10,
base_level = -1,
pipe_connections = {{ type="input", position = {-1, 3} }}
},
{
production_type = "input",
pipe_covers = pipecoverspictures(),
base_area = 10,
base_level = -1,
pipe_connections = {{ type="input", position = {1, 3} }}
},
},
pipe_covers = pipecoverspictures()
}
Lee_newsum
Filter Inserter
Filter Inserter
Posts: 436
Joined: Wed Jan 15, 2014 9:41 am
Contact:

Re: Modding error

Post by Lee_newsum »

you may get more help if you put it in the right part " Modding help"
https://forums.factorio.com/forum/viewforum.php?f=25
Post Reply

Return to “General discussion”