LOC file
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
LOC file
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
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.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: FIFA 14 & FIFA 15 (IOS) LOC file
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):
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):
Code: Select all
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
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: FIFA 14 & FIFA 15 (IOS) LOC file
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):Code: Select all
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
-
- Posts: 233
- Joined: Thu Oct 16, 2014 4:39 pm
Re: FIFA 14 & FIFA 15 (IOS) LOC file
Try this tool.
Made by aluigi's format.
Made by aluigi's format.
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: FIFA 14 & FIFA 15 (IOS) LOC file
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
I need your help, swuforce and aluigi
Font attached
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: FIFA 14 & FIFA 15 (IOS) LOC file
i used this bms script: http://aluigi.altervista.org/papers/bms/ea_big4.bms
and when i extracted font.big, i cannot edit
and when i extracted font.big, i cannot edit
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: FIFA 14 & FIFA 15 (IOS) LOC file
Help me, please
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: FIFA 14 & FIFA 15 (IOS) LOC file
That script can be used only to reimport non-compressed files because the re-compression of that algorithm is not supported.
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: FIFA 14 & FIFA 15 (IOS) LOC file
aluigi wrote:That script can be used only to reimport non-compressed files because the re-compression of that algorithm is not supported.
my problem is fonts of game, can you help me ? i want to mod the fonts support unicode characters
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: FIFA 14 & FIFA 15 (IOS) LOC file
I cannot help with modding, I can only tell you if a script is ok or not for reimporting.
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: FIFA 14 & FIFA 15 (IOS) LOC file
aluigi wrote:I cannot help with modding, I can only tell you if a script is ok or not for reimporting.
thanks
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: LOC file
Aluigi, please help me editing this file type. Thanks
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: LOC file
http://aluigi.org/papers/bms/fightnight.bms
I rememberd the "EB" magic at the beginning and luckily was a format for which I already wrote a script some years ago
I rememberd the "EB" magic at the beginning and luckily was a format for which I already wrote a script some years ago
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: LOC file
aluigi wrote:http://aluigi.org/papers/bms/fightnight.bms
I rememberd the "EB" magic at the beginning and luckily was a format for which I already wrote a script some years ago
Did you have any FSH files editor ? I'm using GoFSH but it's not useful
And help me with this DB file. Thank you so much
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: LOC file
Strange format, I don't have scripts for it.
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: LOC file
Help me, tried this script but didn't work completely
http://aluigi.altervista.org/papers/bms/fightnight.bms
http://aluigi.altervista.org/papers/bms/fightnight.bms
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: LOC file
script updated to version 0.3.1
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: LOC file
It's localization stuff, half of the file is just the index (relative offsets). I don't know if the strings are compressed or what.
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: LOC file
Can you see it ? I think its the index file