hi everyone, i need to change some text in game, i found the files it supposed to have these text, but i really dont understad how to open that files (the graphics and sound from the game already can modify them)
attached the file, so i hope you can help me to understand how to read these , or if a scrpit is already exists
[HELP] with The king of fighters 2002 UM ps2 text files
-
- Posts: 1
- Joined: Tue Nov 30, 2021 6:04 pm
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: [HELP] with The king of fighters 2002 UM ps2 text files
If you open that file with a hex editor there is not much content available.
There are no text strings.
There are no text strings.
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
Re: [HELP] with The king of fighters 2002 UM ps2 text files
I tried to do some text editing with this game in the past, and one thing I can tell is, there's really no strings in that file. Basically, it contains textures for the Japanese characters/fonts and a few english texts, and at the bottom of the files it contains a some sort of coordination point(?) which tells the game what character should be loaded forming the text.
So, to edit the text, you have to edit the characters/fonts textures and it's coordination points too.
So, to edit the text, you have to edit the characters/fonts textures and it's coordination points too.