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.

One Piece Pirate Warriors 3 (*.g1l)

Featured Replies

  • Author
  • Localization

Allen, posted Wed Sep 02, 2015 7:58 am (7112)


Code:
#script for quickbms
# By Allen
#2015-9-2 One Piece Pirate Warriors 3 (.g1l)

idstring "_L1G0000"
get fsize long
get hdSize long
get dummy long
get numFiles long
set flag long 0
for i = 0 < numFiles
    get offset long
    savepos TMP
    if offset != hdsize
        math flag = 1
    else
        math flag = 0
    endif
    if i == 0
        math flag = 1
    endif
   
    if flag == 1
        goto offset
        getdstring type 4
        if type == "KOVS"
            get size long
            math size = 0x20
            set name string i
            string name = .
            string name = type
            log name offset size
        elif type == "ATSL"
            savepos base
            math base -= 4
            goto 16 0 SEEK_CUR
            get numEntry long
            goto 16 0 SEEK_CUR
            math numEntry /= 2
            for j = 0 < numEntry
                get id long
                get soffset long
                math soffset = base
                get size long
                goto 28 0 SEEK_CUR
                set name string i
                string name = /
                string name = j
                string name = .
                string name = "KOVS"
                log name soffset size
            next j
        endif
    endif
    goto TMP
next i
  • Author
  • Localization

happyend, posted Wed Sep 02, 2015 11:10 am (7115)


Perfect script,GJ Allen,THX!!!
  • Author
  • Localization

makc_ar, posted Wed Sep 02, 2015 2:51 pm (7129)


Mask *.g1l?
  • Author
  • Localization

futballo, posted Sun Sep 13, 2015 12:53 am (7436)


After using the code I get a bunch of "KOVS" files. I believe those are ogg files but with a weird header?
I would like to listen to these files and then replace them with my own. I dislike the ost of the original game and I would like to play it with the anime BGM. How could I do that?
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.