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.

Audition 001.acv - 100.acv unpack / re-pack ACV

Featured Replies

  • Author
  • Localization

Sepiroth, posted Fri Jul 17, 2015 2:01 pm (6435)


Hii Mr.Luigi i'm a new member in zenhax :)

I have request about "acv" unpack / re-pack the .acv file .. Example for unpack 001.acv is need tools for created .
every acv is not all can unpack / re-pack, because different " GEN " . for can unpack / re-pack must see " GEN "
Example GEN :
001.acv - 035.acv = 1st GEN
036.acv - 051.acv = 2nd GEN
052.acv - 058.acv = 3rd GEN
059.acv - 099.acv = 4th GEN
100.acv - 128.acv = 5th GEN

in 001.acv - 100.acv have ( Script SLK, Texture, Model, Avatar, RGM, DDS, HUD, GUI and more )
here sample :
http://www.mediafire.com/download/mvnsb ... qo/001.acv
http://www.mediafire.com/download/kxikb ... f1/044.acv
http://www.mediafire.com/download/mk94m ... fl/058.acv
http://www.mediafire.com/download/8lw3r ... z7/064.acv
http://www.mediafire.com/download/9pacz ... ce/100.acv

its not all same GEN because audition unpack / re-pack different GEN .

please help me for create tools unpack / re-pack acv

Thank youu :)
  • Author
  • Localization

aluigi, posted Fri Jul 17, 2015 4:47 pm (6437)


As far as I can see from the available tools (acv6.0) the encryption algorithm is custom (something like 256 different operations) and so it's useless to make a script for quickbms first because already exist the tools and then because reimporting would be allowed any case.

Anyway there are plenty of tools for this game and I'm sure there is also a rebuilder for creating the non-encrypted archives.

Just for fun the following is the extraction script for the non-encrypted archives (just 001.acv):
Code:
math TYPE = 0
get FILES long
if FILES & 0x80000000
    print "Encrypted, not supported"
    cleanexit
    # encrypted table or files or both
    math TYPE = FILES
    get FILES long
endif
savepos TMP_OFF
for EXTRACT = 0 < 2
    goto TMP_OFF
    for i = 0 < FILES
        getdstring NAME 0xa0
        get DUMMY long
        get ZSIZE long
        get SIZE long
        get OFFSET long
        if TYPE != 0
            get DUMMY long
        endif
        if EXTRACT != 0
            math OFFSET BASE_OFF
            clog NAME OFFSET ZSIZE SIZE
        endif
    next i
    savepos BASE_OFF
next EXTRACT
  • Author
  • Localization

Sepiroth, posted Sat Jul 18, 2015 12:35 am (6448)


Hmmm (acv6.0) is fake tools. The acv6.0 only unpack / pack gen 1st like ( 001.acv - 035.acv ) and also 2nd GEN ( 036.acv - 050.acv ) and for high GEN acv, can't unpack / pack like 3rd ACV ( 051.acv - 058.acv ), 4th ACV ( 059.acv - 099.acv ), 5th ACV ( 100.acv - 128.acv ), High GEN that tools not support .. by the way, that CODE only unpack / pack 001.acv ? Not try to 100.acv ? T.T
  • Author
  • Localization

aluigi, posted Sat Jul 18, 2015 11:24 am (6452)


I understand. Sorry for not being able to help you further.
  • Author
  • Localization

Sepiroth, posted Mon Jul 20, 2015 9:45 am (6474)


so sad :( hiks .. really i hope you can help me :)
  • Author
  • Localization

naufaltaris, posted Wed Nov 28, 2018 4:05 am (40810)


Reupload please
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.