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.

Compress unknown file to " .res"

Featured Replies

  • Author
  • Localization

Unknown user, posted Thu Sep 20, 2018 6:36 pm (38673)


Hello, you see, I'm looking for a script that can convert the files that are the animations of the game Dragon Ball Z Budokai Tenkaichi 3 to a format that is legible in Dragon Ball Z Budokai Tenkaichi Tag Team.

There is, yes, a tool that apart from converting these animation files from Tenkaichi 3 format to Tenkaichi Tag Team, read the game, and expand it to the maximum, the problem is that to convert this, the tool generates a folder and in it must place the files and then in the same tool you have to enter the name plus the extension, well, the case is that after using it, be one or three times, the program is stuck, you have to go with the administrator of tasks to close and that is a disadvantage that I hope to fix.

The fact is that if there is, or not, a Script that does this without the need to use such a tool, I stress that in Tenkaichi 3 the script that is used to compress the animations are BPE, this, only in Tenkaichi 3. The tool boots the file with the extension ".res", search but I did not find results.

Here I leave a file in the format of Tenkaichi 3 and one that is already in the Tenkaichi Tag Team format in a ".rar", if they perform some tests and compare the result is the same.

Thank you.
  • Author
  • Localization

aluigi, posted Thu Sep 20, 2018 7:23 pm (38676)


The res file uses zlib compression, not sure if this is what you need:
Code:
endian big
get SIZE long
get ZSIZE long
savepos OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE
  • Author
  • Localization

Unknown user, posted Thu Sep 20, 2018 8:00 pm (38677)


That, unzip the ".res" format to the Tenkaichi 3 format, it does not compress, yet I thank you for that, but, it's not what I'm looking for.
  • Author
  • Localization

Unknown user, posted Sat Sep 29, 2018 8:27 am (38710)


Help?
  • Author
  • Localization

aluigi, posted Wed Oct 03, 2018 11:06 am (38974)


Code:
comtype zlib_compress
endian big
get SIZE asize
log MEMORY_FILE 0 0
put SIZE long MEMORY_FILE
put 0 long MEMORY_FILE
append
clog MEMORY_FILE 0 SIZE SIZE
append
get SIZE asize MEMORY_FILE
math ZSIZE = SIZE
math ZSIZE - 8
goto 4 MEMORY_FILE
put ZSIZE long MEMORY_FILE
get NAME filename
string NAME ".res"
log NAME 0 SIZE MEMORY_FILE
  • Author
  • Localization

Unknown user, posted Wed Oct 03, 2018 6:11 pm (39011)


Wow, incredible, thanks <3
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.