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.

Dolphin Wave (?????????)

Featured Replies

  • Author
  • Localization

Asciigdl, posted Wed Dec 14, 2022 11:25 pm (74606)


Image

https://www.hpgames.jp/dolphin-wave/

This game is available for PC and mobile devices and the models seem to be stored inside .lzs and .lza files, the lzs can be extracted with the script below and the resulting .bum files seem to be a similar format used in Senran Kagura/ToLoveRu games but slightly different which can't be loaded/converted with current tools for those games (as far as I know):

Code:
#Quickbms Script
#by chrrox
#http://aluigi.altervista.org/quickbms.htm
comtype LZSS0
get zsize asize
get size long
math zsize -= 4
if SIZE & 0x80000000
log MEMORY_FILE 4 zsize
else
clog MEMORY_FILE 4 zsize size
endif
get files short MEMORY_FILE
goto 0 MEMORY_FILE
for i = 0 get null short MEMORY_FILE
get type short MEMORY_FILE
get offset long MEMORY_FILE
get size long MEMORY_FILE
get id long MEMORY_FILE
get name basename
getdstring name2 0x30 MEMORY_FILE
string name \
string name name2
log name offset size MEMORY_FILE
next i


Some sample files are available here in case anyone is interested in taking a look:

https://mega.nz/folder/ULpHCCwa#qIULZ0RqPfgV-51mNhSuzQ
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.