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.

[PS2] Samurai Western - volume.dat

Featured Replies

  • Author
  • Localization

hnnewgames, posted Tue Mar 23, 2021 8:58 pm (62990)


aaa801 wrote:
Is this the full file?

This script does about 40% before erroring
http://aluigi.org/bms/hakuouki.bms


Yes, it is the complete file. This script was made for the Tenchu Shadow Assassins file, but it doesn't work 100% on Samurai ... :(
  • Author
  • Localization

Delutto, posted Tue Mar 23, 2021 10:41 pm (62993)


hnnewgames wrote:
Yes, it is the complete file. This script was made for the Tenchu Shadow Assassins file, but it doesn't work 100% on Samurai ... :(
Change the line 8 of the script and see if works:
Code:
get FILES long
get FILES long
for:
Code:
get FILES long
get DUMMY long
  • Author
  • Localization

hnnewgames, posted Thu Mar 25, 2021 10:16 pm (63035)


Oops, Delutto! Follows the error after making the change;
Image
  • Author
  • Localization

aluigi, posted Fri Mar 26, 2021 11:27 am (63043)


It's so weird.
There is a FLAGS field that if equal than 2 or 4 gives some problems since the SIZE doesn't match the size in the archive.
Indeed it can be smaller or larger than the original size but I don't see a real compression used, the content of these files (whatever flag 2 or 4) has often clear content.
I updated the script for dumping these files as-is using the whole size in the archive.
  • Author
  • Localization

Samdou, posted Fri Mar 18, 2022 11:02 am (70574)


aaa801 wrote:
Is this the full file?

This script does about 40% before erroring
http://aluigi.org/bms/hakuouki.bms

I noticed when using the new version of this script on Way of the Samurai 2, the script
ends abruptly with an error as well, whereas the old version of the script worked fine. Perhaps the
old version will work with Samurai western.

Here's the old version of the script
Code:
# Hakuoki Shinsengumi Kitan / Way of the Samurai 2
#   maybe other games developed by Idea Factory
# script for QuickBMS http://quickbms.aluigi.org

endian big
idstring "\xfa\xde\xba\xbe"
get FILES long
get FILES long
get DATA_OFF long
get DATA_SIZE long
for i = 0 < FILES
    get NAME_HASH long
    get OFFSET long
    get SIZE long
    get ZERO long
    get NAME_OFF long
    get NAMESZ long

    math OFFSET DATA_OFF
    math NAME_OFF DATA_OFF

    savepos TMP
    goto NAME_OFF
    getdstring NAME NAMESZ
    goto TMP

    log NAME OFFSET SIZE
next i
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.