Hacking NPC Chibi Robo Translation

panmusic

Well-Known Member
OP
Member
Joined
Sep 11, 2009
Messages
833
Trophies
0
Age
47
XP
306
Country
Greece
How possible is to make an english patch for J-NPC Chibi Robo?
The English translation is ready from the GC version and I suppose that it would be fairly simple to create an english patch.

I apologize because I do not know anything about hacking,so I can not help at all.
But the idea is very tempting,at least for me.

So,is anyone interested in this?Or even more importantly,is this possible at all?
 

W hat

Rhythm Heaven Fan
Member
Joined
Feb 28, 2007
Messages
632
Trophies
1
XP
697
Country
United States
It's probably possible. It was done with the Japanese releases of Metroid Prime 1 and 2. Even though you're not a hacker, you can find out some information on how easy it would be. If you do this and post your results, hackers might see it and find out it'd be easy to do.

You'd need a backup of the US GC release and the JPN Wii release. Once you have both as ISOs, extract each ISO into a filesystem dump using WIT.

WIT

If you're on Windows XP, these are the commands you'll use. I'm pretty sure Windows Vista and 7 would have similar commands.

First, rename the Wii backup wcr.iso. Rename the GC backup gcr.iso. Put the WIT folder on the same drive (like C:\ or D:\) as the two ISOs. Open WIT by double-clicking wit-console.bat. Then type these commands. Press enter after each line.

Code:
cd c:\games\
Note: c is the drive letter that the games are stored on. Replace c for d or f or whatever, depending on where the games are. I used a folder called "games", but they can be anywhere. They could be on c:\chibirobo\ or anything else.

Code:
wit x c:\games\wcr.iso c:\games\wcr\
This extracts every file in the Wii game to a folder, for hacking purposes.
Code:
wit x c:\games\gcr.iso c:\games\gcr\
This extracts every file in the GC game to a folder.

Open each directory and try to find where the files start to match. Wii discs have a folder called "data" that you'll probably want to make the starting point for the Wii game. Try to find a similar folder in the GameCube directory with files that match. Now download WinMerge. Point it at the two directories and compare them (include subdirectories). In WinMerge, make sure View->Show Identical Items is checked. Then take a screenshot (or multiple screenshots) and upload them to show us which files match.
 

WiiPower

Well-Known Member
Member
Joined
Oct 17, 2008
Messages
8,165
Trophies
0
XP
345
Country
Gambia, The
Metroid Prime 1&2 had all the english language files already on disc, you did only need to patch the main.dol to use them instead of the japanes ones. (4 bytes that needed to be changed if i remember correctly)
 

W hat

Rhythm Heaven Fan
Member
Joined
Feb 28, 2007
Messages
632
Trophies
1
XP
697
Country
United States
WiiPower said:
Metroid Prime 1&2 had all the english language files already on disc, you did only need to patch the main.dol to use them instead of the japanes ones. (4 bytes that needed to be changed if i remember correctly)
Oops.
unsure.gif


It may still be possible.
 

W hat

Rhythm Heaven Fan
Member
Joined
Feb 28, 2007
Messages
632
Trophies
1
XP
697
Country
United States
I replaced every instance of JP (when it wasn't gibberish) / JPN with US / USA. As expected, it didn't work. As unexpected, it still loaded. More work is required to find out where the repeated fs I see are being loaded from. Looks like the GC Chibi Robo has a completely different structure from the Wii one. The GC game has a centralized script file (qp.bin), but it seems the Wii script is encoded into individual cutscene files.

aJBjv.jpg
 

xuliko

Well-Known Member
Member
Joined
Oct 5, 2010
Messages
100
Trophies
0
XP
99
Country
The Port Wii, some archives is compressed in strange format. Those letters in that photo seems that doesn't exist font occidental.
 

jojones88

Active Member
Newcomer
Joined
Jul 13, 2008
Messages
26
Trophies
1
XP
231
Country
United States
I really wish someone with this knowledge would jump on this. I'm an idiot when it comes to translating/hacking games.

This a terrific game, and this seems to be the best version of it. Improved graphics, wide screen support, and a reconfigured controls. The only one of the NPC games that I didn't care for was Mario Power Tennis. Pikmin 1 and 2 / Metroid Prime 1 and 2 / DK Jungle Beat were great improvements. The controls made sense, and made the games much easier (and funner) to play.

I'm sure some of you brilliant guys/gals here could figure this one out.
 

tgbnhy123

New Member
Newbie
Joined
Mar 31, 2012
Messages
1
Trophies
0
XP
1
Country
United States
I replaced every instance of JP (when it wasn't gibberish) / JPN with US / USA. As expected, it didn't work. As unexpected, it still loaded. More work is required to find out where the repeated fs I see are being loaded from. Looks like the GC Chibi Robo has a completely different structure from the Wii one. The GC game has a centralized script file (qp.bin), but it seems the Wii script is encoded into individual cutscene files.

aJBjv.jpg
When i finally downloaded this game and put it on my wii successfully, (After 1 1/2 years of trying!!!) I got all the text just like on that picture with the F's the dots and the -'s! And i didn't even attempt translate it at all.

weird, huh?
 

skaman

Well-Known Member
Newcomer
Joined
Apr 1, 2003
Messages
48
Trophies
0
XP
347
Country
Sorry to dig up an old thread but I was successful in changing a portion of text to English.

Like mentioned previously, the GC has all of the text in qp.bin. The Wii has text in 40 .bin files in /files/bin.

The earlier attempts in this thread that produced the f's were probably due to patching in text with the wrong charset. You can't cut and paste the GC English into the Wii files. I believe the GC English text uses UTF-8 while the Wii Japanese uses Shift-JIS.

My method was to edit the Wii .bin files with an editor that works with Shift-JIS. I used MadEdit to edit the globals.bin and a few stageXX.bins and replaced portions of the Japanese text with English. The resulting changes displayed properly in my tests using Dolphin. Maybe I'll eventually test on an actual Wii if the translation progresses.

Patching all of the Japanese in the .bin files is a tedious task and not something that I'm inclined to do. Hopefully someone can use my findings to make a complete translation.

Good Luck!

R24J01-6.png
 

wyndcrosser

Well-Known Member
Member
Joined
May 28, 2009
Messages
725
Trophies
0
XP
200
Country
United States
The above poster is right, just like Earth Seeker, you need to use an editor with SHIFT-JIS font table. Very easy to do. If you'd like help, I can probably assist.
 

Ospoortus

New Member
Newbie
Joined
Mar 6, 2021
Messages
1
Trophies
0
Age
16
XP
41
Country
United States
Sorry to dig up an old thread but I was successful in changing a portion of text to English.

Like mentioned previously, the GC has all of the text in qp.bin. The Wii has text in 40 .bin files in /files/bin.

The earlier attempts in this thread that produced the f's were probably due to patching in text with the wrong charset. You can't cut and paste the GC English into the Wii files. I believe the GC English text uses UTF-8 while the Wii Japanese uses Shift-JIS.

My method was to edit the Wii .bin files with an editor that works with Shift-JIS. I used MadEdit to edit the globals.bin and a few stageXX.bins and replaced portions of the Japanese text with English. The resulting changes displayed properly in my tests using Dolphin. Maybe I'll eventually test on an actual Wii if the translation progresses.

Patching all of the Japanese in the .bin files is a tedious task and not something that I'm inclined to do. Hopefully someone can use my findings to make a complete translation.

Good Luck!

View attachment 5928
Did you finish this? And if so, can you provide a download link?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • K3Nv2 @ K3Nv2:
    I'll reformat and have a 3tb raid0 m. 2 at least
    +1
  • K3Nv2 @ K3Nv2:
    Lmao that sold out fast
    +1
  • Veho @ Veho:
    Yeet the cat.
    +1
  • K3Nv2 @ K3Nv2:
    Good idea
    +1
  • The Real Jdbye @ The Real Jdbye:
    i thought everybody knew cocktails are like 75% ice
  • Veho @ Veho:
    Yeah but not like this.
  • Veho @ Veho:
    It's not like they're complaining that their Slurpee is 99% ice or something, but if the cocktail calls for "shot of vodka, shot of vermouth, shot of gin, shot of Campari, three shots of juice, squirt of lemon" and ends up being a thimbleful of booze, that's a problem.
  • The Real Jdbye @ The Real Jdbye:
    the funny thing is cocktails in norway are only allowed to have 1 20ml shot of booze
  • The Real Jdbye @ The Real Jdbye:
    so..... yeah
  • The Real Jdbye @ The Real Jdbye:
    we're used to only having a thimbleful of booze
  • Veho @ Veho:
    Booo.
  • The Real Jdbye @ The Real Jdbye:
    same thing if you want whisky on the rocks or something, you can't get a double
  • The Real Jdbye @ The Real Jdbye:
    but you could buy as many shots of whisky (or anything else) as you want and ask for a glass of ice and pour them in
  • The Real Jdbye @ The Real Jdbye:
    it's dumb
  • Veho @ Veho:
    Maybe.
  • Veho @ Veho:
    There was a comparison of the number of Ibuprofen poisonings before and after they limited the maximum dosage per box or per pill (i'll look that up). No limit on the number of boxes you can still buy as many as you want, so people argued it was pointless.
  • Veho @ Veho:
    But the number of (accidental) poisonings dropped because drinking an entire package of ibuprofen pills went from "I need a new liver" to "I need a new box of Ibuprofen".
  • Veho @ Veho:
    Here we have ketoprofen that used to be prescription-only because of the risk of toxic dosages, but then they halved the dose per pill and sell them in bottles of six pills apiece instead of twenty and it doesn't need a prescription any more. Yes you can buy more than one bottle but people simply don't.
  • Psionic Roshambo @ Psionic Roshambo:
    Usually accidentally overdose of ibuprofen here is from people taking like cold medicine then ibuprofen for a headache and the combination is over what they need
    Veho @ Veho: https://imgur.com/gallery/QQkYnQu