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.

Is it possible localization with QuickBMS?

Featured Replies

  • Author
  • Localization

BadBoy, posted Mon Apr 22, 2019 6:10 am (47181)


Aluigi ,Is it possible to extract/import localization files with QuickBMS? :roll:
  • Author
  • Localization

aluigi, posted Mon Apr 22, 2019 7:25 am (47183)


Yes, the Slog command of quickbms is very useful in doing these jobs.
What you need is just a script for the game localization file (valid for reimporting) and then using reimport2.bat

In what exact game are you interested?
  • Author
  • Localization

BadBoy, posted Mon Apr 22, 2019 7:54 pm (47204)


I understood the Slog. Look like reimport is problem :roll: . You saying in QuickBMS Documentation:
Quote:
- keep the length of the edited line of text the same as the original.
I want to do some games :). For example; Shadow of the Tomb Raider. Can you do it as an example script for SOTTR?

Edit: I found slog your script(Forza Horizon 3 and Forza Motorsport 7). Working perfect, but, I can't understand script.
Code:
   //Forza Motorsport 7 .str
get DUMMY short
getdstring NAME 0x80  // For what 0x80?
get DUMMY short
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY long
get STRINGS long
savepos TMP
xmath BASE_OFF "TMP (STRINGS * (4 4))"
for i = 0     get DUMMY long
    get OFFSET long
    math OFFSET BASE_OFF
    slog "" OFFSET -1 unicode
next i
  • Author
  • Localization

aluigi, posted Fri Apr 26, 2019 12:38 pm (47316)


This is the script:
Code:
get ZERO long
get FILES long
for i = 0 < FILES
    get OFFSET longlong
    if OFFSET != 0
        slog "" OFFSET -1
    endif
next i

It should work in reimport2
  • Author
  • Localization

BadBoy, posted Mon May 06, 2019 8:14 am (47630)


Thank you so much for helps :)
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.