Arc Furnace


Ores cower in fear from this furnace, watch as it drinks electricity to turn solid ore into liquid within an instant.

Content
2 years ago
1.1
8.42K
Manufacturing

g Graphic exceeds boundry of building

2 years ago

Hello,

I downloaded your mod to give it a shot. I noticed that the graphic far exceeds the physical space that the building should take up.

https://i.imgur.com/uFg2MXr.jpeg

This is also evident when the building is operating
https://i.imgur.com/z4nSB15.jpeg

2 years ago

Thanks for the bug report, looks like I'll need to retest the mod with different screen resolutions and re-do the way graphics are overlayed.

2 years ago

I second this, it still does this.

5 months ago
(updated 5 months ago)

While this is an absurdly old post to reply to, given that this bug is still present (and bugged the snot out of me) I felt the need to provide a fix (although I only halfway know what I'm doing).

The quick fix:
Go to your mods folder, unzip the mod, and open data.lua. Change lines 97, 113, and 137 so that scale = 2 (instead of 4). Afterwards, re-zip the folder, make sure that the name of the folder inside the .zip is correct, and you're good to go.

Explanation:
The origin of this bug is with the graphics scaling in the data.lua. In most cases, the high resolution image is just that -- higher resolution. For this reason, the scale parameter exists. In this mod, both the normal graphic and high resolution graphic are using the same graphic (as seen by lines 91, 99, 108, 117, 132, and 140 in data.lua). Despite this, the scale parameter differs between the high resolution and normal sprites, leading to this issue.

Sorry for the necro-post, but I hope this helps out. Thanks for the mod poxydoxy!

5 months ago

Thanks! I wonder if someone could re-upload a fixed version.

5 months ago
(updated 5 months ago)

Yup! I actually already did, you can find it out there, Arc Furnace (fixed). If Poxydoxy comes back to maintain the mod I'll be deprecating my fixed version. Turns out there was a rotation related issue too

New response