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
Describe the bug
The decompressed JTEX file cannot be opened in Kukkii, when other JTEX files within the game can easily be opened when beign decompressed.
To Reproduce
Steps to reproduce the behavior:
Open Kukkii.exe. Go Tools -> Nintendo -> Decompress -> General.
Select .jtex file from RPG Maker FES (ex, Schara_Fantasy1_003_4.jtex)
Save decompressed version.
Drag decompressed file (ex, Schara_Fantasy1_003_4.decomp.jtex) into the Kukkii window.
See error Expected behavior
I expect to be able to open the file and see the overworld sprites in RPG Maker FES, but the Kukkii program is unable to open them.
Screenshots
Here is a lightshot link, showing the error. http://prntscr.com/ra1uro Desktop (please complete the following information):
That means that the image format in the jtex is not supported by the plugin, since it was not encountered until now.
It should be an easy fix to add the missing format.
This fix would be done in the plugin code, by assigning the image format indicator to a color encoding. This includes finding that color encoding out and then assigning it in the format dictionary.
The first part is the more difficult one though.
Describe the bug
The decompressed JTEX file cannot be opened in Kukkii, when other JTEX files within the game can easily be opened when beign decompressed.
To Reproduce
Steps to reproduce the behavior:
Open Kukkii.exe. Go Tools -> Nintendo -> Decompress -> General.
Select .jtex file from RPG Maker FES (ex, Schara_Fantasy1_003_4.jtex)
Save decompressed version.
Drag decompressed file (ex, Schara_Fantasy1_003_4.decomp.jtex) into the Kukkii window.
See error
Expected behavior
I expect to be able to open the file and see the overworld sprites in RPG Maker FES, but the Kukkii program is unable to open them.
Screenshots
Here is a lightshot link, showing the error.
http://prntscr.com/ra1uro
Desktop (please complete the following information):
Additional context
Here are a few testing files for y'all.
https://www.dropbox.com/s/no353h5rajt0zqz/Schara.rar?dl=0
The text was updated successfully, but these errors were encountered: