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.

Masters of Anima localization?

Featured Replies

  • Author
  • Localization

swat, posted Fri Mar 03, 2023 12:27 pm (75656)


I want to translate Masters of Anima game. but the files are encrypted. can you help me to decrypt the files? sample file is attached.
  • Author
  • Localization

rabatini, posted Fri Mar 03, 2023 3:07 pm (75659)


swat wrote:
I want to translate Masters of Anima game. but the files are encrypted. can you help me to decrypt the files? sample file is attached.

Nothing is encrypted, just open the file in any hex editor.
  • Author
  • Localization

swat, posted Wed Mar 08, 2023 10:25 am (75750)


rabatini wrote:
swat wrote:
I want to translate Masters of Anima game. but the files are encrypted. can you help me to decrypt the files? sample file is attached.

Nothing is encrypted, just open the file in any hex editor.


When editing with hex editor, it is necessary to pay attention to the character limit.

How can I edit without limit.

if the number of characters is not the same when translating text,
gives error
error screenshot attached.
  • Author
  • Localization

rabatini, posted Wed Mar 08, 2023 12:55 pm (75752)


swat wrote:
rabatini wrote:
swat wrote:
I want to translate Masters of Anima game. but the files are encrypted. can you help me to decrypt the files? sample file is attached.

Nothing is encrypted, just open the file in any hex editor.


When editing with hex editor, it is necessary to pay attention to the character limit.

How can I edit without limit.

if the number of characters is not the same when translating text,
gives error
error screenshot attached.

It?s because, the begin of each string have a charcount value in long.

Use this script to extract and reimpor3 to import, the game should work, let me know if it work.

Code:
get indicator long
goto indicator
get entries long
get entriesagain long

for rip = 1 to entries
get textsz long
savepos offset
slog "" offset textsz

xmath next_off "(textsz offset)"
goto next_off

next rip



master of anima.zip

  • Author
  • Localization

swat, posted Wed Mar 08, 2023 3:40 pm (75753)


rabatini wrote:
swat wrote:
rabatini wrote:
Nothing is encrypted, just open the file in any hex editor.


When editing with hex editor, it is necessary to pay attention to the character limit.

How can I edit without limit.

if the number of characters is not the same when translating text,
gives error
error screenshot attached.

It?s because, the begin of each string have a charcount value in long.

Use this script to extract and reimpor3 to import, the game should work, let me know if it work.

Code:
get indicator long
goto indicator
get entries long
get entriesagain long

for rip = 1 to entries
get textsz long
savepos offset
slog "" offset textsz

xmath next_off "(textsz offset)"
goto next_off

next rip



master of anima.zip


Image

Thank you so much. You're the best.
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.