I can edit this file with hex, but when i edited and played game, languages of game displayed error. Can you help me with another bms script. Aluigi, i need your helps. Thanks and sorry for my bad english. LOC file: http://www.mediafire.com/download/3apa8 ... ENG_US.loc
Last edited by hackspeedok on Thu Nov 13, 2014 5:23 pm, edited 1 time in total.
The format is simple but currently I have no tools for editing localization files. The following is the script for parsing the file, it will just print the strings on the screen together with the file offset (in case you want to edit the string with a hex editor):
idstring "LOCH" get BASE_OFF long goto BASE_OFF idstring "LOCL" get SIZE long get ZERO long get STRINGS long for i = 0 < STRINGS get OFFSET long savepos TMP math OFFSET += BASE_OFF goto OFFSET get STR unicode goto TMP print "%OFFSET|x% %STR%" next i
aluigi wrote:The format is simple but currently I have no tools for editing localization files. The following is the script for parsing the file, it will just print the strings on the screen together with the file offset (in case you want to edit the string with a hex editor):
idstring "LOCH" get BASE_OFF long goto BASE_OFF idstring "LOCL" get SIZE long get ZERO long get STRINGS long for i = 0 < STRINGS get OFFSET long savepos TMP math OFFSET += BASE_OFF goto OFFSET get STR unicode goto TMP print "%OFFSET|x% %STR%" next i
Thanks swuforce so much, that tool is so good. But i want to mod font of FIFA supports unicode characters, but i can't I need your help, swuforce and aluigi Font attached