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.

please help me to extra game archive Spirit Hunter:NG

Featured Replies

  • Author
  • Localization

syumi, posted Wed Mar 22, 2023 5:39 am (76017)


The unpacking algorithm should be that the scpack file name in the quickbms can be translated normally. It should not be encrypted, but the file format is not very good. It is inferred that there is a great god to help provide some ideas.

Spirit.Hunter.NG.part1.rar

  • Author
  • Localization

rabatini, posted Wed Mar 22, 2023 6:11 am (76018)


use this:

Code:
# extracts the *.bra archives from "Agarest: Generations of War 2 (PC, 2015)"
# (c) 2015-03-02 by AlphaTwentyThree of ZenHax
# script for QuickBMS http://quickbms.aluigi.org

comtype deflate
idstring "PDA"
goto 0x8
get INFO long
get SIZE asize
math SIZE -= INFO
   putVarChr MEMORY_FILE SIZE 0
   log MEMORY_FILE 0 0
   append
   log MEMORY_FILE INFO SIZE
   append
   get FOLDER basename
   get FSIZE asize MEMORY_FILE
goto 0 MEMORY_FILE
do
   get UNK longlong MEMORY_FILE # crc/md5?
   get CSIZE long MEMORY_FILE
   get SIZE long MEMORY_FILE
   get NAMEL short MEMORY_FILE
   get UNK short MEMORY_FILE
   get OFFSET long MEMORY_FILE
   getDstring NAME NAMEL MEMORY_FILE
   math CSIZE -= 0x10
   math OFFSET = 0x10
   savepos MYOFF MEMORY_FILE
   math MYOFF x= 4
   goto MYOFF MEMORY_FILE
   string NAME p= "%s/%s" FOLDER NAME
   if   SIZE == CSIZE
      log NAME OFFSET CSIZE
   else
      clog NAME OFFSET CSIZE SIZE
   endif
while MYOFF < FSIZE
  • Author
  • Localization

syumi, posted Wed Mar 22, 2023 6:27 am (76019)


Thank you very much. Thank you
  • Author
  • Localization

syumi, posted Wed Mar 22, 2023 7:33 am (76020)


There is a file called GL.exg in the package, can you help me extra it?
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.