How does one translate a video game?

Dig through the files in the steam folder and look for localization strings. They're usually a json or xml file or sqlite database and if you're lucky they'll be uncompressed so you can just edit the strings directly. If not they might be buried in some specially formatted archive or in some weird compressed non-Unicode format.

Best bet really is to look for a specialty tool for hacking the specific version of the game; Romhacking.net is generally a good source and something as popular as FF6 probably has at least one editor that supports the steam version.
 
  • Optimistic
Reactions: DumbDude42
Dig through the files in the steam folder and look for localization strings. They're usually a json or xml file or sqlite database and if you're lucky they'll be uncompressed so you can just edit the strings directly. If not they might be buried in some specially formatted archive or in some weird compressed non-Unicode format.

Best bet really is to look for a specialty tool for hacking the specific version of the game; Romhacking.net is generally a good source and something as popular as FF6 probably has at least one editor that supports the steam version.
Final Fantasy 3 has a text document called Strings "which is dat file". Here is some screenshots. But i take it, its detective work around it!
ff3 strings.png

ff3 stri.png
 
Dig through the files in the steam folder and look for localization strings. They're usually a json or xml file or sqlite database
he's talking about 25 year old console-exclusive JRPGs. json and xml weren't even invented when these games were made.

OP this is some deep autism stuff you're asking for. maybe look around emulator/romhack communities or final fantasy specific fan sites, they probably have info on those technical details somewhere
 
Final Fantasy 3 has a text document called Strings "which is dat file". Here is some screenshots. But i take it, its detective work around it!

why does the file say FF8 over and over again?

I cant realy help you, my modding expertise is limited and very focused on Paradox games.
 
he's talking about 25 year old console-exclusive JRPGs. json and xml weren't even invented when these games were made.

OP this is some deep autism stuff you're asking for. maybe look around emulator/romhack communities or final fantasy specific fan sites, they probably have info on those technical details somewhere

These aren't the console versions of the games, they're the Steam ports of the games, which I think are themselves ports of the mobile version.
 
Back