Reverse Engineering Localize Strings

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
AnthonyBF2
Sith
Sith
Posts: 1255
Joined: Wed Aug 21, 2013 3:55 pm
Projects :: PS2+PSP Overhaul

Reverse Engineering Localize Strings

Post by AnthonyBF2 »

I've noticed that in a core.lvl file, each message for the entire game is linked to it's own unique 5 bytes of data that represents it's real localization entry.

For example, cheats.ammo_off is 91 EB 25 E0 34 in hex.

Now my issue is that I have the 5 bytes to a localize string but I do not actually know the source string name that the developer would have typed into the localization entries. I need to know if there is anyway I can decode 5 bytes of data to see what the name of the localize string is.

The 5 bytes I have are B3 0D 1D 5E 80
Post Reply