Can't locate sprites after zipping Mod

Place to get help with not working mods / modding interface.
Gizzmohammer
Inserter
Inserter
Posts: 20
Joined: Wed May 07, 2025 1:55 am
Contact:

Can't locate sprites after zipping Mod

Post by Gizzmohammer »

My mod works great from the folder, but once I zip it, I get this error:
08-30-2025, 11-10-57.png
08-30-2025, 11-10-57.png (23.72 KiB) Viewed 162 times

Which is weird, because the file exists.
08-30-2025, 11-13-35.png
08-30-2025, 11-13-35.png (18.49 KiB) Viewed 162 times

Here's the code that's failing
08-30-2025, 11-19-02.png
08-30-2025, 11-19-02.png (39.08 KiB) Viewed 162 times

Again, it worked perfectly before I zipped it.
08-30-2025, 11-16-57.png
08-30-2025, 11-16-57.png (42.35 KiB) Viewed 162 times

Any ideas?
Thanks!
Bilka
Factorio Staff
Factorio Staff
Posts: 3568
Joined: Sat Aug 13, 2016 9:20 am
Contact:

Re: Can't locate sprites after zipping Mod

Post by Bilka »

The file system inside the zip is case-sensitive. The code is looking for the subGlow folder, but it's called SubGlow.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
Gizzmohammer
Inserter
Inserter
Posts: 20
Joined: Wed May 07, 2025 1:55 am
Contact:

Re: Can't locate sprites after zipping Mod

Post by Gizzmohammer »

Ah, that's solved it, thank you!
Post Reply

Return to “Modding help”