Page 1 of 1

[0.9.3] Graphics loading glitch with modded resources

Posted: Sun Mar 30, 2014 1:45 am
by PsudoSage
Im making a resource generation mod, I have found a weird glitch with one of my graphics files. The ore is gemstones, and the graphics file was originally called gemstone-ore.png, but when the game loads the ore is invisible (It shows as blue on minimap). If I change the graphics filename to gemstone.png and in the entity file too it works fine, but with the '-ore' on the end its invisible.

I have other ores with the same naming convention that works fine its only on this specific one that it doesn't work.

https://www.dropbox.com/s/xsb4gngephqw6 ... edGems.zip
https://www.dropbox.com/s/tzowixh1f4pbm ... ngGems.zip

Re: [0.9.3] Graphics loading glitch with modded resources

Posted: Wed Apr 02, 2014 6:37 am
by kovarex
The known issue is, that when you change picture, u need to delete crop-cache (in the user directory) to refresh the way the image is cropped.

Re: [0.9.3] Graphics loading glitch with modded resources

Posted: Sat Apr 05, 2014 6:51 pm
by PsudoSage
ok, tyvm, ill look into that