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.

file.bin | 10,000 Bullets / Tsukiyo ni Saraba (PS2) (SOLVED)

Featured Replies

  • Author
  • Localization

swosho, posted Mon Feb 10, 2020 5:03 pm (53909)


The game's data is stored in a single file.bin file, for which there is no external file table but here's an executable in case it might be located there. If possible, could someone take a look at it? Thank you and sorry for being a bother.

I've attached the filecutter samples and here's a full file.bin (520 MB). This is how the beginning of the archive looks like:
Image
  • Author
  • Localization

aluigi, posted Mon Mar 23, 2020 1:25 pm (54986)


Code:
# 10,000 Bullets / Tsukiyo ni Saraba (PS2)
open FDSE "SLES_534.81"
open FDSE "file.bin" 1
math FILES = 0x998
goto 0x5f45a0
for i = 0 < FILES
    get OFFSET long
    get XSIZE long
    get SIZE long
    log "" OFFSET SIZE 1
next i
  • Author
  • Localization

swosho, posted Tue Mar 24, 2020 4:31 am (55022)


Fantastic! Thank you so much, it works perfectly! I tried applying some quick simple mods right away - re-import works nicely as well.

The script can also be used with the Japanese version of the game:
Code:
# 10,000 Bullets / Tsukiyo ni Saraba (PS2) (JP)
open FDSE "SLPM_658.26"
open FDSE "file.bin" 1
math FILES = 0x998
goto 0x5DF638
for i = 0 < FILES
    get OFFSET long
    get XSIZE long
    get SIZE long
    log "" OFFSET SIZE 1
next i

Here's the Japanese executable just in case.
  • Author
  • Localization

aluigi, posted Tue Mar 24, 2020 9:43 am (55029)


Great ;)
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.