Translating a Game into English.

Dejap's website appears to be defunct. This forum is now in archive mode.

Moderator: Dejap Staff

Goten8905
Rookie
Posts: 13
Joined: Mon Oct 18, 2004 4:39 am

Translating a Game into English.

Post by Goten8905 »

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.
Joe Camacho
Devil's Advocate
Posts: 2293
Joined: Mon Aug 02, 2004 7:51 pm
Location: Hmo. Son.

Post by Joe Camacho »

Yes, yes it is... Unless you have the hacking and translating skills required for the job, It would be a good Idea to listing your abilities to see if someone could use your help.
*Sometimes I edit my posts just to correct mistakes.
grinvader
ZSNES Shake Shake Prinny
Posts: 5632
Joined: Wed Jul 28, 2004 4:15 pm
Location: PAL50, dood !

Post by grinvader »

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.
皆黙って俺について来い!!

Code: Select all

<jmr> bsnes has the most accurate wiki page but it takes forever to load (or something)
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
Goten8905
Rookie
Posts: 13
Joined: Mon Oct 18, 2004 4:39 am

Post by Goten8905 »

Oh wow.... Never mind then. I was thinking of Translating Tales of the World and Megaman Battle Network 4.5 Real Operation. But I guess I have to wait for either DeJap or another translating group to translate these great games.

Would it be easy to learn how to hack and all that stuff?
grinvader
ZSNES Shake Shake Prinny
Posts: 5632
Joined: Wed Jul 28, 2004 4:15 pm
Location: PAL50, dood !

Post by grinvader »

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.
皆黙って俺について来い!!

Code: Select all

<jmr> bsnes has the most accurate wiki page but it takes forever to load (or something)
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
DarkDragoon
Soul Hacker
Posts: 88
Joined: Sat Jul 31, 2004 10:00 pm
Location: Vortex World

Post by DarkDragoon »

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
Nightcrawler
Romhacking God
Posts: 922
Joined: Wed Jul 28, 2004 11:27 pm
Contact:

Post by Nightcrawler »

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.
[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.
PKFAIRY
Cosmic Chaos
Posts: 26
Joined: Wed Jul 28, 2004 2:59 pm
Location: Moonside
Contact:

Post by PKFAIRY »

I must also suggest Pokemon Gold/Silver/Crystal are all great candidates as well. Great for teaching basics, pointers, Dictionary compression, and VERY easy to work with. Uncompressed font too, which is a big + for newbies.
*poof*
Nach
ZSNES Developer
ZSNES Developer
Posts: 3904
Joined: Tue Jul 27, 2004 10:54 pm
Location: Solar powered park bench
Contact:

Post by Nach »

Nightcrawler wrote: Start simple with Super Mario Brothers or The legend of Zelda and work from there.
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 ROM :(

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
Goten8905
Rookie
Posts: 13
Joined: Mon Oct 18, 2004 4:39 am

Post by Goten8905 »

WOW! You guys are nice people. I'll take the tip on doing something small and easy. So... to hack I would need a hacking utility... right? Where is an easy to use for a noob kind? Or is it restricted to post or talk about it here?
Sferics
Regular
Posts: 201
Joined: Mon Aug 09, 2004 3:48 am
Contact:

Post by Sferics »

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"
Nightcrawler
Romhacking God
Posts: 922
Joined: Wed Jul 28, 2004 11:27 pm
Contact:

Post by Nightcrawler »

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.
[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.
Louis Cypher
Devil Summoner
Posts: 232
Joined: Fri Jul 30, 2004 3:46 pm
Contact:

Post by Louis Cypher »

A hex editor -is- a hacking program ;) It'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.
[url=http://agtp.romhack.net]Aeon Genesis ~ We eat ham and jam and spam-alot[/url]
Nightcrawler
Romhacking God
Posts: 922
Joined: Wed Jul 28, 2004 11:27 pm
Contact:

Post by Nightcrawler »

Louis Cypher wrote:A hex editor -is- a hacking program ;) It'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.
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.

The ones YOU use are though. ;) They are specific to ROM hacking.

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.
Kagerato
Lurker
Posts: 153
Joined: Mon Aug 09, 2004 1:40 am
Contact:

Post by Kagerato »

To put it most simply...

A hex editor is used for rom-hacking related activity, but is not exclusive to rom-hacking.
Nightcrawler
Romhacking God
Posts: 922
Joined: Wed Jul 28, 2004 11:27 pm
Contact:

Post by Nightcrawler »

Ok, I can go with that compromise! :)
[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.
Goten8905
Rookie
Posts: 13
Joined: Mon Oct 18, 2004 4:39 am

Post by Goten8905 »

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.
PKFAIRY
Cosmic Chaos
Posts: 26
Joined: Wed Jul 28, 2004 2:59 pm
Location: Moonside
Contact:

Post by PKFAIRY »

Thats what messageboards are for... if this was a BBS however... never mind LOL.
*poof*
ThunderClaw
I know where you live.
Posts: 148
Joined: Thu Aug 19, 2004 4:51 am

Post by ThunderClaw »

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.
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.
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.
Nightcrawler
Romhacking God
Posts: 922
Joined: Wed Jul 28, 2004 11:27 pm
Contact:

Post by Nightcrawler »

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.
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. :)

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.
Goten8905
Rookie
Posts: 13
Joined: Mon Oct 18, 2004 4:39 am

Post by Goten8905 »

That sounds fair. Though it will take me forever just to translate a ROM. With school and all in the way.
Nightcrawler
Romhacking God
Posts: 922
Joined: Wed Jul 28, 2004 11:27 pm
Contact:

Post by Nightcrawler »

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.
killgamesh
New Member
Posts: 9
Joined: Sat Jul 31, 2004 7:07 pm
Location: Far away of the FEDS
Contact:

Post by killgamesh »

And don´t forget.
If you have a problem going straight (if you get struck in something)
There´s always a way around. Keep it up, and never surrender. Being "Constant" is the keyword. And study.
Linux is like living in a Teepee, no windows, no gates, apache inside :-)
Pombar the Englishman
Rookie
Posts: 38
Joined: Sun Jan 02, 2005 4:35 pm
Location: Camden, London, UK

Post by Pombar the Englishman »

If it's not too personal, just how old are you by the way? I thought someone was gonna switch when you said you still had school to go through.
MorteTheSkull
Hazed
Posts: 96
Joined: Wed Aug 11, 2004 1:48 am

Post by MorteTheSkull »

haha, hey man, I know some pretty badass computer-related dudes who are Freshman.
"Did you see the way that female zombie was looking at me?"
"You're imagining things, Morte."
Locked