Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

*.bytes files [Decrypted PSVita game assets]

Featured Replies

  • Author
  • Localization

cardia, posted Sun Jun 26, 2022 11:51 am (72305)


The bytes files (textures) are obtained from the decrypted psarc file (after decrypting the nonpdrm game folder). Is there any way to convert/extract them to PNG files? They are characters.
Game name:Moshi, Konoyo Sakai ni Kamisama ga Iru Tosuru Nara
  • Author
  • Localization

BloodRaynare, posted Sun Jun 26, 2022 12:44 pm (72309)


These are raw 32bpp images and honestly this post should go in Graphics section. The 4MB ones resolution is 1024x1024 while the 16MB ones is 2048x2048. You can use any raw image viewer tools to convert it to PNG (ex TiledGGD or Kuriimu2 OTOH).
  • Author
  • Localization

rabatini, posted Sun Jun 26, 2022 12:48 pm (72310)


cardia wrote:
The bytes files (textures) are obtained from the decrypted psarc file (after decrypting the nonpdrm game folder). Is there any way to convert/extract them to PNG files? They are characters.
Game name:Moshi, Konoyo Sakai ni Kamisama ga Iru Tosuru Nara


Hi, you can use mummggtool to convert to png.



Use this script to eliminate the zeros or null bytes.

Code:
findloc OFFSET LONG "0X00000001"
GOTO OFFSET
SAVEPOS TEMP

GET FILE ASIZE
XMATH SIZE "(FILE - TEMP)"
LOG "" OFFSET SIZE
  • Author
  • Localization

cardia, posted Sun Jun 26, 2022 3:11 pm (72316)


rabatini wrote:
cardia wrote:
The bytes files (textures) are obtained from the decrypted psarc file (after decrypting the nonpdrm game folder). Is there any way to convert/extract them to PNG files? They are characters.
Game name:Moshi, Konoyo Sakai ni Kamisama ga Iru Tosuru Nara


Hi, you can use mummggtool to convert to png.

[email protected]

Use this script to eliminate the zeros or null bytes.

Code:
findloc OFFSET LONG "0X00000001"
GOTO OFFSET
SAVEPOS TEMP

GET FILE ASIZE
XMATH SIZE "(FILE - TEMP)"
LOG "" OFFSET SIZE


Thank you!Could you give me a sample that how to use the tool?I get image like this horrible one
  • Author
  • Localization

rabatini, posted Mon Jun 27, 2022 12:38 pm (72329)


Image

Its 2048 width image, if you use the script i posted you have t put 743 for height, if not 2048x2048

To save as png or bmp, in the window just press right mouse button, to import back click twice in the window.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.