LHCGreg / DFOToolBox

Libraries and tools for working with Dungeon Fighter Online's data files
Apache License 2.0
20 stars 10 forks source link

Support "Neople Image File" .img format #1

Open LHCGreg opened 9 years ago

LHCGreg commented 9 years ago

There are two .img formats, differentiated by .img file header "Neople Image File" vs. "Neople Img File". The game appears to have completely switched over to "Neople Img File" but it might be useful to be able to read old files too.

mechpaul commented 7 years ago

Long time, no see.

The "Neople Img File" is quite easy to parse. I have not completed writing the parsing code, but with these notes you should be able to figure it out pretty easily and integrate it with your codebase.

I have attached a code sample inside of the zip. Please view the quick python script I wrote and, hopefully, smack yourself in the head and say "d'oh!" :D

NeopleImgFile.zip

LHCGreg commented 7 years ago

Hey there.

Thanks but this project has been dead since I stopped playing DFO early this year.