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.

GuJianOL extract file .cen

Featured Replies

  • Author
  • Localization

anthienvu, posted Wed Jun 23, 2021 4:14 pm (64865)


Hello,
I need help to extract the game 'GuJianOL' 's files.
Anyone knows how? Thank you all.
  • Author
  • Localization

aluigi, posted Mon Sep 13, 2021 6:24 pm (66339)


The format has something in common with the one used New Sword of Legends Online (new_sword_legends.bms).
The following script should be able to decompress all the files:
Code:
comtype lzma
get SIZE longlong
get ZERO longlong
get CEN_SIZE longlong
xmath CHUNKS "SIZE / 0x10000"
if            SIZE % 0x10000
    math CHUNKS 1
endif

savepos OFFSET
xmath OFFSET "OFFSET (CHUNKS * 12)"

get NAME basename
log NAME 0 0
append
for x = 0 < CHUNKS
    get CHUNK_SIZE long
    get SOME_CRC long
    get CHUNK_ZSIZE long
    clog NAME OFFSET CHUNK_ZSIZE CHUNK_SIZE
    math OFFSET CHUNK_ZSIZE
next x
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.