-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format 6 is not supported by Encoding Definition (JTEX problem) #316
Comments
If you want I can send you an version of kurrimu that's I have compiled (i don't have compiled all plugins but i just compiled Nintendo plugins because i have fix you'r jtex error |
actually jtex 2 and 3 can't be opened with kuriimu but 1 and 4 can be corrtly oppened (you probably use the release version but this is a old version and to get the newest version you need to compile it) |
I just added that's line : in RawJtexSupport.cs |
Oh, if it's possible please share me with your |
try to open the file with this : |
Game Name: Medarot Girls Mission: Kuwagata Ver.
Console: 3DS
Format extension(s): .jtex
Type: image
First 8 or more bytes of the file(s):
[extension] - [bytes in hex] - [bytes in ASCII]
(The hex is from original file.)
More details:
The header seems to be a LZ11 compression so I try it but it didn't work, and showed
Format 6 is not supported by Encoding Definition
on both original file and decompressed file.Another information is that some of the jtex files with similar header can be extracted with a wrong palette.
This knid of files comes with different hex on the 10th position:
And some of the files with similar header can be extracted with a correct palette:
This kind of files also comes with different hex on the 10th position:
My only purpose is to know how to deal with hex-06 case. And if possible, please add it to the soft.
Sample files:
Note:1.jtex is available to be opened with a wrong palette, 2.jtex is related to 1.jtex,while 3.jtex is another random file which can not be opened. 4.jtex is opened without problem.
https://drive.google.com/drive/folders/1gzqBPj4rDwxieBt7AwuX0-FRQLLV9npy?usp=sharing
The text was updated successfully, but these errors were encountered: