[1.1] High Speed Bullet Train Mod from 0.16
Posted: Sat Jun 18, 2022 10:51 pm
Hey everyone,
One of my favourite mods from 0.16 was this, so I've spent the last couple of hours trying to get it working for 1.1. I first encountered a couple of more minor errors which I was able to find answers for, but with the third one I've hit a wall. The error message I'm getting is:-
I tried unloading all other mods, in case of conflict, and deleted the crop cache; I still get the error. I'm also still learning my way around the API, but I tried altering pictures.width and height in the mod's entity.lua file, as well. My best guess is that it's adding an offset to the graphical size somewhere, and I just don't know where to look for it, although the shift is set to zero.
Any help would be really appreciated.
One of my favourite mods from 0.16 was this, so I've spent the last couple of hours trying to get it working for 1.1. I first encountered a couple of more minor errors which I was able to find answers for, but with the third one I've hit a wall. The error message I'm getting is:-
Code: Select all
Failed to load mods: The given sprite rectangle (left_top=0x496, right_bottom=346x744) is outside the actual sprite size (left_top=0x0, right_bottom=1044x738).
See the log file for more information.: __BulletWillTrain__/graphics/bullet_will_01.png
Any help would be really appreciated.