-
-
Notifications
You must be signed in to change notification settings - Fork 23
FAQ
Ulysses edited this page Nov 24, 2024
·
9 revisions
- https://github.com/UlyssesWu/FreeMote/issues/64
- https://github.com/UlyssesWu/FreeMote/wiki/PSB-Shells,-Types,-Platforms#mdf-mt19937
- https://github.com/UlyssesWu/FreeMote/issues/65
- https://github.com/UlyssesWu/FreeMote/wiki/PsBuild#link
If your PSB is encrypted, find the key and decrypt it with EmtConvert or PsbDecompile.
You must keep the image bit depth unchanged.
For example, if the extracted image is 8bpp (CI8), you should keep it 8bpp after modified. Same for 4bpp (CI4).
(Usually you may have used a 24bpp or 32bpp image if you edited that image with MS Paint or Photoshop.)
Otherwise, you will get a warning when compiling:
[WARN] Validation failed when linking xxx.png . Data length check failed: Loaded content size = 16777216, expected size = 2097152
This will lead to a wrong display for recompiled PSB.
- https://github.com/UlyssesWu/FreeMote/issues/66#issuecomment-898904518
- https://github.com/UlyssesWu/FreeMote/issues/74
- https://github.com/UlyssesWu/FreeMote/issues/139#issuecomment-2495827196
https://github.com/UlyssesWu/FreeMote/issues/109