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.

[3ds] Senran Kagura Burst .bin text

Featured Replies

  • Author
  • Localization

Syslick, posted Thu Jun 24, 2021 6:47 pm (64895)


Image

So... yeah. Needs to extract texts from files. Is there any tool?
  • Author
  • Localization

Syslick, posted Sat Jul 31, 2021 11:26 am (65430)


It seems I turned to the wrong place, sorry
  • Author
  • Localization

h3x3r, posted Sat Jul 31, 2021 3:26 pm (65433)


OK here is template which parses almost whole file. But some things between StringsOffsets and Texts are unknown to me. At least it will help to better understand the file struct if anyone is interested in making tool for it.
Code:
//------------------------------------------------
//--- 010 Editor v10.0.1 Binary Template
//
//      File:
//   Authors:
//   Version:
//   Purpose:
//  Category:
// File Mask:
//  ID Bytes:
//   History:
//------------------------------------------------
local int i;
LittleEndian();
int Magic;
int Sign;
int StrCount;
ushort TableSize;
ushort StringsOffset;

struct {
for(i=0;i    ushort StringOffset;
} StringsOffsets;

FSeek(StringsOffset);

struct {
for(i=0;i    struct {
        wstring Text;
     } Text;
} Texts;
  • Author
  • Localization

cih99, posted Tue Aug 03, 2021 9:35 am (65472)


:lol: :lol: :lol: :lol:
  • Author
  • Localization

Syslick, posted Sun Aug 15, 2021 6:27 am (65736)


Ok, thanks. I'll try to see what I can do.
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.