Translating a Game into English.
Moderator: Dejap Staff
Translating a Game into English.
Is it hard to do that? The reason why I ask that is because I want to translate games as well, like Tales of the World and other good games.
-
- Devil's Advocate
- Posts: 2293
- Joined: Mon Aug 02, 2004 7:51 pm
- Location: Hmo. Son.
-
- ZSNES Shake Shake Prinny
- Posts: 5632
- Joined: Wed Jul 28, 2004 4:15 pm
- Location: PAL50, dood !
There are two sides to translating games.
Translating the game script itself, which can be a pain if you're not fluent in the original language, and usually requires several re-translations to be really good...
Hacking the game itself, to extract the script, decompress it if needed, hack in extra spaces for names, hack special graphics, (decompress them if needed), add in new font routines (VWF if you're leet enough), reinserting the translated script, compress it if needed... and some other things; all this using your own hand-made applications (most games must have their own unique apps... very rarely can one such app be used as is with another game).
Depending on what you're best at, hacking or translating, one is much harder than the other.
Translating games alone (meaning you both hack and translate) would require immense skills and a lot of free time.
Translating the game script itself, which can be a pain if you're not fluent in the original language, and usually requires several re-translations to be really good...
Hacking the game itself, to extract the script, decompress it if needed, hack in extra spaces for names, hack special graphics, (decompress them if needed), add in new font routines (VWF if you're leet enough), reinserting the translated script, compress it if needed... and some other things; all this using your own hand-made applications (most games must have their own unique apps... very rarely can one such app be used as is with another game).
Depending on what you're best at, hacking or translating, one is much harder than the other.
Translating games alone (meaning you both hack and translate) would require immense skills and a lot of free time.
皆黙って俺について来い!!
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
Code: Select all
<jmr> bsnes has the most accurate wiki page but it takes forever to load (or something)
-
- ZSNES Shake Shake Prinny
- Posts: 5632
- Joined: Wed Jul 28, 2004 4:15 pm
- Location: PAL50, dood !
It depends on your affinities with programming.
To hack GBA games, I suppose you have to learn RISC assembly (the main cpu of the GBA is a limited ARM7TDMI, iirc).
It's quite old and widely spread, so finding docs on the net should be easy.
To hack GBA games, I suppose you have to learn RISC assembly (the main cpu of the GBA is a limited ARM7TDMI, iirc).
It's quite old and widely spread, so finding docs on the net should be easy.
皆黙って俺について来い!!
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
Code: Select all
<jmr> bsnes has the most accurate wiki page but it takes forever to load (or something)
-
- Soul Hacker
- Posts: 88
- Joined: Sat Jul 31, 2004 10:00 pm
- Location: Vortex World
It also helps to read some tutorials, like this one if you are going to be the one to attempt the actual rom hacking for the translation.
Toot toot Sonic Warrior, deep in space and time
Toot toot Sonic Warrior, forever in your mind
Nothing can survive the will to stay alive
'cause if you try, you can do anything
Toot toot Sonic Warrior, forever in your mind
Nothing can survive the will to stay alive
'cause if you try, you can do anything
-
- Romhacking God
- Posts: 922
- Joined: Wed Jul 28, 2004 11:27 pm
- Contact:
9 out of 10 noobs always bite off more than they can chew.
If you're going to follow tutorials and try to learn this stuff... PICK AN EASY WELL HACKED GAME!
So many people come back to me asking 'I read the tutorials, why can't I hack Dragon Quest III?'
Start simple with Super Mario Brothers or The legend of Zelda and work from there.
You can't expect to jump into whatever game you feel like translating as your first project(Well, on occasion SOME people have had success this way, but only if you get lucky and pick an easy game(technically speaking).
You should also know, you're not going to be able to do anything useful overnight. It takes time to learn all this stuff. To do some of the moer advanced difficult games, you will probably need a few years of experience.
With all that said, I do encourage you to try. Just don't expect miracles and know that you will have to start simple and put in some effort before you can jump into any game of your choice.
If you're going to follow tutorials and try to learn this stuff... PICK AN EASY WELL HACKED GAME!
So many people come back to me asking 'I read the tutorials, why can't I hack Dragon Quest III?'
Start simple with Super Mario Brothers or The legend of Zelda and work from there.
You can't expect to jump into whatever game you feel like translating as your first project(Well, on occasion SOME people have had success this way, but only if you get lucky and pick an easy game(technically speaking).
You should also know, you're not going to be able to do anything useful overnight. It takes time to learn all this stuff. To do some of the moer advanced difficult games, you will probably need a few years of experience.
With all that said, I do encourage you to try. Just don't expect miracles and know that you will have to start simple and put in some effort before you can jump into any game of your choice.
[url=http://transcorp.romhacking.net]TransCorp[/url] - Home of the Dual Orb 2, Cho Mahou Tairyku Wozz, and Emerald Dragon SFC/SNES translations.
[url=http://www.romhacking.net]ROMhacking.net[/url] - The central hub of the ROM hacking community.
[url=http://www.romhacking.net]ROMhacking.net[/url] - The central hub of the ROM hacking community.
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
SMB is real easy. A few years back I just sat down with the game and decided I wanted to change a few things. With just a simple hex editor and some ideas what to look for, I started making the changes I wanted. I gave up my project though when I wanted to expand the ROMNightcrawler wrote: Start simple with Super Mario Brothers or The legend of Zelda and work from there.

Then I sat down with Super Mario All-Stars, and searched for some data being the same and found it there too, not all of it was the same though. In SMAS they changed the level format a bit, although for the most part it remained the same.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding
Try looking for a hacking utility on http://www.zophar.net. You can experiment and see which on best suites you.
David Dunham - "Efficiency is intelligent laziness"
-
- Romhacking God
- Posts: 922
- Joined: Wed Jul 28, 2004 11:27 pm
- Contact:
Nach:
Sure, SMB is easy. And some people can hack it with only a hex editor and nothing more. However, I've come across alot of people who couldn't. It's best to start at the beginning. If that's easy, move up from there. My whole point is too many people start way over their heads.
Some people grasp the concepts easier than others. I have come across people who took quite awhile to understand what a table was. For others, a turtorial on a table is insulting their intelligence. All depends on who you are.
Goten8905:
I'd start by going to http://www.romhacking.com. They have most all the utilities you will need and many more tutorials to get you started.
Simple hacking can be done in nothing more than a hex editor. You don't even need a hacking program.
Sure, SMB is easy. And some people can hack it with only a hex editor and nothing more. However, I've come across alot of people who couldn't. It's best to start at the beginning. If that's easy, move up from there. My whole point is too many people start way over their heads.
Some people grasp the concepts easier than others. I have come across people who took quite awhile to understand what a table was. For others, a turtorial on a table is insulting their intelligence. All depends on who you are.
Goten8905:
I'd start by going to http://www.romhacking.com. They have most all the utilities you will need and many more tutorials to get you started.
Simple hacking can be done in nothing more than a hex editor. You don't even need a hacking program.
[url=http://transcorp.romhacking.net]TransCorp[/url] - Home of the Dual Orb 2, Cho Mahou Tairyku Wozz, and Emerald Dragon SFC/SNES translations.
[url=http://www.romhacking.net]ROMhacking.net[/url] - The central hub of the ROM hacking community.
[url=http://www.romhacking.net]ROMhacking.net[/url] - The central hub of the ROM hacking community.
-
- Devil Summoner
- Posts: 232
- Joined: Fri Jul 30, 2004 3:46 pm
- Contact:
-
- Romhacking God
- Posts: 922
- Joined: Wed Jul 28, 2004 11:27 pm
- Contact:
Not really. A standard hex editor is nothing more than a file viewing/editing program. That's not really a hacking program in my opinion.Louis Cypher wrote:A hex editor -is- a hacking programIt's just about the most complex thing I use, next to the dumpers and inserters anyway, which now that I think about it is probably what you were referring to.
The ones YOU use are though.

I guess the classification of a normal hex editor is open to debate.
Yes, I was referring to dumpers/inserters.
[url=http://transcorp.romhacking.net]TransCorp[/url] - Home of the Dual Orb 2, Cho Mahou Tairyku Wozz, and Emerald Dragon SFC/SNES translations.
[url=http://www.romhacking.net]ROMhacking.net[/url] - The central hub of the ROM hacking community.
[url=http://www.romhacking.net]ROMhacking.net[/url] - The central hub of the ROM hacking community.
-
- Romhacking God
- Posts: 922
- Joined: Wed Jul 28, 2004 11:27 pm
- Contact:
-
- I know where you live.
- Posts: 148
- Joined: Thu Aug 19, 2004 4:51 am
We're accustomed to answering specific questions about ROM hacking--that's no big deal. "How do I hack ROMs" though, is far too large of a question to mess with on a medium like this.Goten8905 wrote:You do know that once I start and have problems I'm gonna ask for help, right? Just making sure so I don't seem like a burden or something like that.
FireKnight:I'm pretty sure a 1KG 24k gold brick costs less than that.
phonymike: well the same amount of raw metals used in a car costs a fraction of the price of a new car idiot. I'm gonna take away your posting privileges and replace them with my balls on your chin.
I smell spray paint.
phonymike: well the same amount of raw metals used in a car costs a fraction of the price of a new car idiot. I'm gonna take away your posting privileges and replace them with my balls on your chin.
I smell spray paint.
-
- Romhacking God
- Posts: 922
- Joined: Wed Jul 28, 2004 11:27 pm
- Contact:
My rule of thumb is I will not help anyone who doesn't want to help themselves first. I expect you to read, read, and read some more. If after you've done your homework with the resources available to you and still have trouble, I will answer as many questions as you ask that I can. But if you start asking things are found in the tutorials, you'll most likely be ignored.Goten8905 wrote:You do know that once I start and have problems I'm gonna ask for help, right? Just making sure so I don't seem like a burden or something like that.

The point of this is romhacking is a very self learning oriented hobby. You're going to have to learn to teach yourself things for the most part. Other romhackers are always willing to clear things up or answer a few questions, but no one is going to be your teacher and/or hold your hand step by step.
[url=http://transcorp.romhacking.net]TransCorp[/url] - Home of the Dual Orb 2, Cho Mahou Tairyku Wozz, and Emerald Dragon SFC/SNES translations.
[url=http://www.romhacking.net]ROMhacking.net[/url] - The central hub of the ROM hacking community.
[url=http://www.romhacking.net]ROMhacking.net[/url] - The central hub of the ROM hacking community.
-
- Romhacking God
- Posts: 922
- Joined: Wed Jul 28, 2004 11:27 pm
- Contact:
Yes, yes it will. My current projects have been going on for nearly 2 years now. So sad.
[url=http://transcorp.romhacking.net]TransCorp[/url] - Home of the Dual Orb 2, Cho Mahou Tairyku Wozz, and Emerald Dragon SFC/SNES translations.
[url=http://www.romhacking.net]ROMhacking.net[/url] - The central hub of the ROM hacking community.
[url=http://www.romhacking.net]ROMhacking.net[/url] - The central hub of the ROM hacking community.
-
- New Member
- Posts: 9
- Joined: Sat Jul 31, 2004 7:07 pm
- Location: Far away of the FEDS
- Contact:
-
- Rookie
- Posts: 38
- Joined: Sun Jan 02, 2005 4:35 pm
- Location: Camden, London, UK
-
- Hazed
- Posts: 96
- Joined: Wed Aug 11, 2004 1:48 am