Hi! I'm getting an error saying [quote]Sprite outside of "__Factorio_Mod__/graphics/belt/belt.png" (at 680,40, size 0x0 of 640x480)
How do I fix this?
Source can be found at http://github.com/Mackan90096/Factorio_Mod
Sprite error
-
- Inserter
- Posts: 25
- Joined: Mon Dec 08, 2014 7:59 am
- Contact:
Sprite error
<Trangar> If it doesn't run factorio, it's not worth buying
* mngrif back in my day..
<Trangar> We didn't have schools
<mngrif> WE HAD STICKS.
immaturity is the concentrated essence from which happiness is made
Re: Sprite error
that code is modified? I have big problems to run...
- duplicated name in locale
- type = "entity" doesn't exist
- entity name = "tree-seed" doesn't exist
- others.
your post is for this image
This have 16 frames and 12 directions
try to change here frame_count of animation of super-belt to 16, like this
Code: Select all
animations =
{
filename = "__Factorio_Mod__/graphics/belt/belt.png",
priority = "extra-high",
width = 40,
height = 40,
frame_count = 16,
direction_count = 12
},
But have the other problems, if you need help, ask here
-
- Inserter
- Posts: 25
- Joined: Mon Dec 08, 2014 7:59 am
- Contact:
Re: Sprite error
Like so?
(I updated the code on GH)
(I updated the code on GH)
<Trangar> If it doesn't run factorio, it's not worth buying
* mngrif back in my day..
<Trangar> We didn't have schools
<mngrif> WE HAD STICKS.
immaturity is the concentrated essence from which happiness is made
-
- Inserter
- Posts: 25
- Joined: Mon Dec 08, 2014 7:59 am
- Contact:
Re: Sprite error
Yep. It'll be fairy expensive though
<Trangar> If it doesn't run factorio, it's not worth buying
* mngrif back in my day..
<Trangar> We didn't have schools
<mngrif> WE HAD STICKS.
immaturity is the concentrated essence from which happiness is made