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.

Help: Red Faction Armagedon (be_strings) Xbox360 textool

Featured Replies

  • Author
  • Localization

Graveyard, posted Sun Nov 12, 2017 12:33 pm (29988)


Hello zenhaxers

I'm trying to translate Red Faction Guerrilla\Armagedon.

The swuforce script (https://www.zenhax.com/viewtopic.php?f=12&t=3544) works perfectly in the PC version .le_strings files, however, on Xbox 360 the extension is be_strings, and the script above does not extract the texts so that I can edit them.

Is there any other way or tool so I can extract the texts?

Thanks for listening.
  • Author
  • Localization

swuforce, posted Wed Nov 15, 2017 5:34 pm (30068)


Send some sample file.
  • Author
  • Localization

Graveyard, posted Thu Nov 16, 2017 1:58 am (30073)


swuforce wrote:
Send some sample file.


Sent, look at the pm box.
  • Author
  • Localization

aluigi, posted Mon Nov 20, 2017 9:50 pm (30158)


Universal script for any endianess:
Code:
get NAME basename
string NAME ".txt"
get DUMMY long  # 0xa84c7f73
get VER short
endian guess16 VER
get STRINGS long
for i = 0 < STRINGS
    get DUMMY long
    get SIZE short
    slog NAME -1 SIZE unicode
    padding 4
next i
  • Author
  • Localization

Graveyard, posted Mon Nov 20, 2017 11:39 pm (30163)


aluigi wrote:
Universal script for any endianess:
Code:
get NAME basename
string NAME ".txt"
get DUMMY long  # 0xa84c7f73
get VER short
endian guess16 VER
get STRINGS long
for i = 0     get DUMMY long
    get SIZE short
    slog NAME -1 SIZE unicode
    padding 4
next i



Thank you Aluigi. Worked perfectly. I will advance the service, and hope that the size limit does not interfere with reimportation and consequently, the final result. :D

If swuforce updates your script, we'll eliminate this potential problem. 8-)
  • Author
  • Localization

Graveyard, posted Mon Nov 27, 2017 5:38 pm (30363)


swuforce wrote:
Send some sample file.



I am leaving here my thanks to swuforce for updating the script. :D
  • Author
  • Localization

Graveyard, posted Thu Dec 07, 2017 11:22 am (30557)


aluigi wrote:
Universal script for any endianess:
Code:
get NAME basename
string NAME ".txt"
get DUMMY long  # 0xa84c7f73
get VER short
endian guess16 VER
get STRINGS long
for i = 0 < STRINGS
    get DUMMY long
    get SIZE short
    slog NAME -1 SIZE unicode
    padding 4
next i


Hello aluigi, could you update the script to be compatible with that other file, with the same extension, but of Saints Row IV?

https://www.mediafire.com/file/hquhxrox ... be_strings
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.