My mod works great from the folder, but once I zip it, I get this error:
Which is weird, because the file exists.
Here's the code that's failing
Again, it worked perfectly before I zipped it.
Any ideas?
Thanks!
Can't locate sprites after zipping Mod
-
- Inserter
- Posts: 20
- Joined: Wed May 07, 2025 1:55 am
- Contact:
Re: Can't locate sprites after zipping Mod
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.
-
- Inserter
- Posts: 20
- Joined: Wed May 07, 2025 1:55 am
- Contact:
Re: Can't locate sprites after zipping Mod
Ah, that's solved it, thank you!