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.

Chaos Rings 3

Featured Replies

  • Author
  • Localization

chrrox, posted Sun Mar 08, 2015 10:16 pm (3672)


Here is a script to extract these archives.
Its funny they used the compression in your example.
ImageImage
Code:
#Chaos Rings 3
#quickbms script by chrrox
#http://www.chaosrings.com/3/
comtype doboz
IDSTRING "MDB1"
get COUNT1 short
get COUNT2 short
get FILES long
get BASE long
get ARCHIVE_SIZE long

for i = 0    get UNK01 short
   get UNK02 short
   get UNK03 short
   get UNK04 short
   putarray 0 i UNK01
   putarray 1 i UNK02
   putarray 2 i UNK03
   putarray 3 i UNK04
next i

for i = 0    getdstring EXT 4
   getdstring NAME 0x3C
   putarray 4 i NAME
   putarray 5 i EXT
next i

for i = 0    get OFFSET long
   math OFFSET = BASE
   get SIZE long
   get ZSIZE long
   putarray 6 i OFFSET
   putarray 7 i SIZE
   putarray 8 i ZSIZE
next i

for i = 0    getarray VAR1 1 i
   if VAR1 != 0xFFFF
      getarray NAME 4 i
      getarray EXT 5 i
      if EXT == "img "
          set EXT string "pvr"
      endif
      string NAME = "."
      string NAME = EXT
      getarray OFFSET 6 VAR1
      getarray SIZE   7 VAR1
      getarray ZSIZE  8 VAR1
      if ZSIZE == SIZE
         log NAME OFFSET ZSIZE
      else
         clog NAME OFFSET ZSIZE SIZE
      endif
   endif
next i
  • Author
  • Localization

CriticalError, posted Tue Mar 10, 2015 9:31 pm (3729)


this one is for psvita format right?
  • Author
  • Localization

chrrox, posted Tue Mar 10, 2015 9:49 pm (3730)


Its for ios and android I have no access to the vita files.
The ios and android formats are identical.
  • Author
  • Localization

CriticalError, posted Wed Mar 11, 2015 1:10 am (3735)


chrrox wrote:
Its for ios and android I have no access to the vita files.
The ios and android formats are identical.
thanks mate, anyway you study 3D format of this game?
  • Author
  • Localization

chrrox, posted Wed Mar 11, 2015 9:46 pm (3769)


yes
Image
  • Author
  • Localization

CriticalError, posted Wed Mar 11, 2015 11:29 pm (3771)


chrrox wrote:
yes
any change to help with that? or maybe if pay for script? really need it and others jobs for you if you agree ofc, I waiting for you.
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.