Hacking Translation Help with translation files

Jibaru

New Member
OP
Newbie
Joined
Jan 2, 2022
Messages
3
Trophies
0
Age
26
Location
Lima, Perú
XP
47
Country
Peru
I want to translate a game to spanish. It's Parascientific Escape and I extrated all files. I undestand that the "text" files are in the ExtractedRomFS/01_script folder.
There are a lot of .obt files and one .bin file. I suppose these files are the texts, but when I try to open with a hexadecimal editor, I only see intelligible characters.
I suppose these are encrypted.
Anyone knows how to decrypt or open to edit these files?
captura.png
captura2.png
 

Attachments

  • 01_script.zip
    387.1 KB · Views: 52
Last edited by Jibaru,

Colmines92

Member
Newcomer
Joined
Sep 14, 2015
Messages
14
Trophies
0
Age
32
XP
581
Country
Cuba
Hello, fellow Spanish speaker.
Please, attach the .bin and some .obt, or all of them if they don't exceed 1mb so I can take a look to the entire files.
 

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,798
Trophies
3
XP
28,405
Country
United Kingdom
Games, even as late as the PSP, often used custom encoding (usually described in table files for ROM hacking purposes).

As a kid you might have done something like A=1, B=2, C=3, D=4.....
Computers do similar things with hex. The most common traditional standard was ASCII ( https://www.asciitable.com/ ) though there are plenty of others. Japanese has a few as the 8 bit encoding (2^8=256 combinations before having to swap out, not enough for Japanese that has thousands of characters) of ASCII and most western computing did not work for them. http://rikai.com/library/kanjitables/kanji_codes.sjis.shtml and eucjp http://rikai.com/library/kanjitables/kanji_codes.euc.shtml being among the more noted there. This was a mess so unicode got invented ( https://www.joelonsoftware.com/2003...-about-unicode-and-character-sets-no-excuses/ ).
Games however often did their own thing, today it is more common to see the things noted above, but back when then custom was probably the default.

You get to figure it out. I cover a bunch of ways in my ROM hacking documentation ( https://gbatemp.net/threads/gbatemp-rom-hacking-documentation-project-new-2016-edition-out.73394/ ) but you might as well start with relative search (while I said custom above then most of the time devs would still do the A=1, B=2... routine but with a different starting number)
A program called monkey moore https://www.romhacking.net/utilities/513/ being my usual go have a look here thing for that. Find a section of text in the game, preferably without any fancy characters, capitals (while ASCII noted above has a neat encoding trick where you add or subtract you don't necessarily know it is the case here), placeholders, new lines or similar, search for that in the program and it might well unlock 90% of the table right there and then (numbers, punctuation, bold/italic/underlined text/formatting, and odd characters might still have to be found). As a quick test I might even skip the finding something in the game, assume the phrase " the " without quotes will exist somewhere in the text and search for that. Does not work so well on Japanese as there is no official order of characters like alphabets but you do still have some options there.
If there is compression involved (did not look like it from that hex shot) it will possibly mess this up, and just because most English intended encodings are relative encodings does not mean they all are.

I will also note the start of files of text, and many file formats in general, are pointers (something I usually liken to the contents page of a book) so your hex shots up there might be those. Indeed do a byte flip on those to sort endianess and it mostly looks like numbers counting up which is usually a telltale sign of such things (text being rather more random* where you tend to want to go further and further into the text/file the further you go down through pointers**, though not always as you might need to go somewhere else).

*though not really random as my documents will cover various aspects of statistical analysis to derive encodings/tables.

**indeed do the flip, find the end of sentences/sections in the file (might not be directly at what the numbers say) and compare the differences in location. You will want to be doing this anyway or figuring out pointers as pointers are what allow you to change the length of text sections rather than having to match or go smaller. Back to the contents page analogy then thing what would happen to someone counting pages along if you stuffed a bunch more in the middle of the book, and ripped some out from elsewhere.
 
  • Like
Reactions: Jibaru

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, the other game where I found newgrounds is new york shark
    +1
  • SylverReZ @ SylverReZ:
    Spoke to Tom Fulp the other day, if he can find his old Newgrounds site content like the mini Flash animations from the 2000's that played on the portal.
  • SylverReZ @ SylverReZ:
    So far no response, but he did say that he'll find them. Wayback Machine doesn't have em.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, atleast the 1999 versión of pico's school is avaliable (the difference between it, the 2006 versión and the 2016 versión is that the speed of the game depends of the speed of your computer and that it had the og soundtrack)
  • SylverReZ @ SylverReZ:
    @Xdqwerty, Another being Pico VS Bear, the original 1999 version before Jim Henson filed a DMCA takedown.
    +1
  • Xdqwerty @ Xdqwerty:
    The 2006 versión was made when the flash portal was made
  • SylverReZ @ SylverReZ:
    Many people thought it was lost, but was discovered that he hid it on the same page.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, although the "secrets" system where the game was has been removed. Also pico vs uberkids had a netplay versión that was shutdown, although the swf file has been found
  • SylverReZ @ SylverReZ:
    @Xdqwerty, Nope. There are two download buttons on the same page, where you can download the original under a file called "bear.exe". "bear2.exe", however, is the updated game in a Flash projector. P.s. this was on the archived Pico page from 2000.
  • SylverReZ @ SylverReZ:
    @Xdqwerty, That's been there for a long time, too. People who search for lost media don't look hard enough lmao.
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, also the pico 2 demos used to be only for the newgrounds patrons but they are on internet archive too (https://archive.org/download/picos_school_2)
    +1
  • Xdqwerty @ Xdqwerty:
    Iirc the demos were removed from newgrounds in 2022
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, or well only the demo with mindchamber's style was on newgrounds
    +1
  • Xdqwerty @ Xdqwerty:
    Fun fact @SylverReZ: iirc one of the goals on the fnf Kickstarter stated that pico 2 would be finished but the Kickstarter didnt get enough money for that goal to be fullfiled
  • SylverReZ @ SylverReZ:
    @Xdqwerty, FNF sucks, their community is toxic as hell.
  • The Real Jdbye @ The Real Jdbye:
    @SylverReZ its a single player game
  • Xdqwerty @ Xdqwerty:
    @The Real Jdbye, Yea but it has a shitton of mods with their own songs and stuff
  • Xdqwerty @ Xdqwerty:
    @The Real Jdbye, and quite a lot of people involved in those mods get cancelled
  • SylverReZ @ SylverReZ:
    Newgrounds wasn't the birth of FNF; rather, it was games where you beat up celebrities and parodies.
    +2
  • a_username_that_is_cool @ a_username_that_is_cool:
    FNF was born from Game Jams
  • a_username_that_is_cool @ a_username_that_is_cool:
    Specifically Ludum Dare 47
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, and Sonic fights a la dragón ball z
    T @ Texasauras: help https://www.youtube.com/watch?v=UUPdNq0qyeA