Crash Site Spaceship Surface


Adds a linked surface for the inside of the crash site spaceship - the spaceship wreck whenever you create a new world.

Tweaks
1 year, 2 months ago
1.1
222
Transportation Environment

g Error loading mods

1 year, 2 months ago
(updated 1 year, 2 months ago)

Failed to load mods: The given sprite rectangle (left_top=0x0, right_bottom=64x64) is outside the actual sprite size (left_top=0x0, right_bottom=32x256).
See the log file for more information.: __surface-link__/graphics/entity/surface-link.png

Mods to be disabled:
• surface-link (1.0.0)

1 year, 2 months ago
(updated 1 year, 2 months ago)

Modifying surface-link:data.lua works for me.

25 -- width = 64,
26 -- height = 64

25 ++ width = 32,
26 ++ height = 32

1 year, 2 months ago
(updated 1 year, 2 months ago)

Thank you for the report.
1. Wrong mod you are posting on - though I created the whole thing and split it.
2. The sprite size is actually correct, but the filename isn't, thus the (smaller) non-hr-version is loaded.
3. Surface Link v1.0.1 should have this fixed now, I hope that works for you too.

1 year, 2 months ago
(updated 1 year, 2 months ago)

I get the same error with Surface Link v1.0.1, taking a look at data.lua, the filename is still __surface-link__/graphics/entity/surface-link.png.
But confirmed, if I change it to __surface-link__/graphics/entity/hr-surface-link.png it does work as expected.

New response