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.

buzz lightyear of star command PAK file (Dreamcast)

Featured Replies

  • Author
  • Localization

domingo, posted Tue Jul 17, 2018 7:06 pm (36834)


I need to unpack this PAK file with header RNC and if it is possible to support recompression



Greetings and thanks in advance
  • Author
  • Localization

domingo, posted Sat Jul 21, 2018 12:17 am (36884)


I've tried with this script, but the decompressed file is 0 bytes

Code:
# RNC
# script for QuickBMS http://quickbms.aluigi.org

endian big
idstring "RNC"
get VER byte
if VER == 1
    comtype rnc
elif VER == 2
    comtype rnc2
else
    print "Error: unsupported rnc version %VER%"
    cleanexit
endif
get SIZE long
get ZSIZE long
get CRC short
get CRC short
get DUMMY short
savepos OFFSET

get NAME basename
get EXT extension
string NAME p= "%s_dec.%s" NAME EXT
clog NAME OFFSET ZSIZE SIZE
  • Author
  • Localization

aluigi, posted Sat Jul 21, 2018 6:03 am (36894)


rnc has been ever a problem but luckily it's enough to use comtype rnc for any rnc file, put the following before the clog instruction:
Code:
math OFFSET = 0
get ZSIZE asize
comtype rnc
  • Author
  • Localization

domingo, posted Sat Jul 21, 2018 1:40 pm (36909)


Thanks Aluigi, it works !!!
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.