You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2017. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: