Stone Water Well


Long pipelines to the lake are a thing of the past.

Content
1 year, 2 months ago
2.0
8.17K
Fluids Cheats

g Any luck 2.1 uplift?

a month ago

Hey folks,

Anyone had any luck getting this mod working with the 2.1 uplift? I tinkered some but I can't get around this error:

Failed to load mods: The given sprite rectangle (left_top=0x0, right_bottom=256x256) is outside the actual sprite size (left_top=0x0, right_bottom=32x32).
If this is being used as an icon you may need to define the icon_size property.
See the log file for more information.: StoneWaterWell-ActuallyUpdated/graphics/stone-waterwell.icon.png

If you know more than I do about modding (that doesn't take much), I'm all ears!

Later on.

a month ago

Hi,
this seems to be caused by setting the wrong icon_size for the deepWaterWellTechnology in the data.lua file.

In line 4 the size of the icon is set to 32 but in line 76, where the icon is actually used, the icon_size is 256. Change it to 32 and the mod loads.

I encountered no additonal issues after these changes but I am also just a programmer with no modding experience in Factorio.

Best regards.

a month ago

"I encountered no additonal issues after these changes but I am also just a programmer with no modding experience in Factorio."

As a guy in the same boat, I'm reminded of Batman Begins.

"I'm just one man."

"Now we're two."

I'll make that change and see how it goes. Thanks so much for replying!

a month ago

Tell us how it went on your end so that others know too. If it also works for you I can create a pull request for the mod author.

a month ago

I think that's working, inasmuch as I got the tech researched and built a well!

I do see that the graphics for it on the tech tree screen look gnarly, but that can probably be fixed later.

Thanks so much!

6 days ago

Is there any chance that someone update this mod to the newer version, please ? I love this mod. thanks

a day ago
(updated 7 hours ago)

Tell us how it went on your end so that others know too. If it also works for you I can create a pull request for the mod author.

The fix is quite simple.
In the file Info you change the game version:

"factorio_version": "2.1",

In the file Data you change the icon_size value 256 for 32 in line 76 in the block [DeepWaterWellTechnology]:
icon_size = 32,

Save, Load, and enjoy !

New response