Author
|
Topic: full metal alchemist (Read 1667 times)
|
imscuba
Guest
|
|
« on: November 07, 2006, 12:26:44 am » |
|
can anyone translate the full metal alchemist ROM for the gba? i realize u probably get people like me all the time that come here and immediately request something, and i apologize for that
|
|
|
|
Ryusui
Guest
|
|
« Reply #1 on: November 07, 2006, 01:10:27 am » |
|
Apology accepted.
We don't get a lot of people like you these days, but for starters, there's a "Translation Requests" topic over on the Gaming Discussion board, and for seconds, many of us have our own personal projects to work on.
So instead of dropping your two cents and crossing your fingers, why don't you learn the craft yourself? Start with a few simple hacks and work your way up.
|
|
|
|
imscuba
Guest
|
|
« Reply #2 on: November 07, 2006, 02:53:37 am » |
|
doesnt it require me to know the language... and i never expected anyone to drop anything
|
|
|
|
Ryusui
Guest
|
|
« Reply #3 on: November 07, 2006, 02:59:09 am » |
|
Some knowledge of the language is required for technical reasons alone, but you don't need to be able to translate the game yourself: a lot of projects are two-man jobs or more, with one person handling the script translation and the other one reprogramming - hacking - the game itself. Have you ever done any programming?
|
|
|
|
imscuba
Guest
|
|
« Reply #4 on: November 07, 2006, 02:18:58 pm » |
|
all i have ever programmed was a website and some ti-83 games, well one game
|
|
|
|
Ryusui
Guest
|
|
« Reply #5 on: November 07, 2006, 02:48:06 pm » |
|
You have something, at the very least. ^_^
All a processor is in the end is a very sophisticated, very quick abacus with a bunch of features you don't see on your classic "string of beads" model. Memory is a bunch of numbered shelves for you to put numbers on, and as your second helper, you have what's called "the stack". Think of the stack like a stack of dishes: "first in, first out" (FIFO, as it's called). When you "push" a number onto the stack, assuming nothing weird happens in your code, it stays there until you "pull" it back off. If you push value 1 and value 2 onto the stack, you can pull 'em back off in reverse order. The basics of ASM are easy to grasp, and there's nothing quite like implementing an ASM hack - especially a crazy one - and see it work just as you figured it would.
But that's a bit far off. You should start off with something basic on one of the older Nintendo systems, if for no other reason than they're the most well-researched: most of the questions you'll have will already have been answered by someone else.
|
|
|
|
imscuba
Guest
|
|
« Reply #6 on: November 07, 2006, 03:17:21 pm » |
|
how hard is it to do this? on a scale of 1 to 10, 10 being the hardest
|
|
|
|
Ryusui
Guest
|
|
« Reply #7 on: November 07, 2006, 03:45:07 pm » |
|
I haven't looked at FMA, so I don't know. Seeing how it's a GBA title, I would guess between a 6 and an 8.
Part of the hard work will be if the game uses a 16x16 fixed-width font. It's fine for Japanese text, but English needs a lot more room: ideally, you'd want to hack the game so it uses an 8x16 font instead, or ideally, a proportional font (or "VWF", "variable-width font" as we call it).
I'd recommend you practice with something simple, like an older title for NES, SNES or Game Boy. "Give a man a fish..."
|
|
|
|
imscuba
Guest
|
|
« Reply #8 on: November 07, 2006, 06:44:12 pm » |
|
i dont kno then... im already in the process of making a flash game, i guess im just gonna have to wait for someone else to feel like doin it, or they release it in english and make a rom of it
|
|
|
|
KaioShin
Guest
|
|
« Reply #9 on: November 08, 2006, 05:24:15 am » |
|
or they release it in english and make a rom of it
Or you buy it then
|
|
|
|
Ryusui
Guest
|
|
« Reply #10 on: November 08, 2006, 12:55:43 pm » |
|
That's right. Fan translations should be considered the last option for those games that the industry, for whatever dumbass reason, doesn't want to bring Stateside.
Otherwise, you buy them legit. Think of it as a karmic matter.
|
|
|
|
imscuba
Guest
|
|
« Reply #11 on: November 12, 2006, 11:38:31 pm » |
|
ok, im back. i had a bunch of schoolwork. so wat do u suggest starting with?
|
|
|
|
akadewboy
Guest
|
|
« Reply #12 on: November 13, 2006, 12:12:53 am » |
|
|
|
|
|
imscuba
Guest
|
|
« Reply #13 on: November 13, 2006, 12:30:13 am » |
|
ok, i read it, but i dont really understand the section titled introduction to translation hacking. can u simplify it? i mean more like just a brief description
|
|
|
|
Metal Knuckles
Guest
|
|
« Reply #14 on: November 13, 2006, 12:35:07 am » |
|
Click http://www.romhacking.net/start/. Read. It might sound rude, but really that's the best place to start. If you can't understand what's written there, Google might be the next best place to look for information.
|
|
|
|
|