Ancurio / mkxp

Free Software implementation of the Ruby Game Scripting System (RGSS)
GNU General Public License v2.0
514 stars 131 forks source link

Image loading becomes unreliable if multiple files (image and non-image) with different extensions present #101

Closed dogtopus closed 8 years ago

dogtopus commented 9 years ago

For example, this is how my RMVXAce RTP's Tilesets folder looks like:

Dungeon_A1.png
Dungeon_A1.txt
Dungeon_A2.png
Dungeon_A2.txt
...

Instead of loading the png file, MKXP is trying to load the txt file and then complains "format not supported"

Ancurio commented 8 years ago

Sorry for the delay.