Author
|
Topic: FF7 NES Chinese Translation (Read 6 times)
|
Vanya
Guest
|
|
« Reply #60 on: October 07, 2008, 10:17:47 pm » |
|
Might I suggest Glove instead of gauntlet?
Glove is shorter and encompasses more items as a gauntlet is just a metal glove anyway.
|
|
|
|
Lindblum
Guest
|
|
« Reply #61 on: October 07, 2008, 11:55:48 pm » |
|
"Glove", "Gauntlet", it doesn't matter which is shorter because I use an icon in place of the word, and I'm imagining something more like a wristguard. Besides, the glove icon ( ) will probably be used for Tifa weapon names. The best prospect for now is the Ring icon from FF3j ( ). I could never even tell it was a ring until I saw the walkthroughs.
|
|
|
|
Vanya
Guest
|
|
« Reply #62 on: October 08, 2008, 08:56:25 am » |
|
That's a good idea. That would make it more of a generic accessory slot. thereis merit to a certain amount of ambiguity in these things at times. =) I greatly look forward to playing the finished product! =)
|
|
|
|
Alex
Guest
|
|
« Reply #63 on: October 08, 2008, 11:03:55 am » |
|
My life finally has meaning I believe I might have figured out what may be screwing up the animated BGs. The 6th Dialog block starts at 0x79011. In the original file it ends at 0x7EF7C. With my patch, since English eats more script space, it ends at 0x7FF31. The limit is the start of a graphics block at 0x7FFD0. It turns out there was a block hiding from 0x7F110-0x7F724. This is bad, but the consequences have been mercifully minor. I could move some text to the empty space after the block, but even ignoring it I am tight on space (and there are still a few lines left to translate there). Should I find myself unable to compress the text to these constraints, I may have to get greedy and corrupt that block. About the 4 armor categories, the original translates to Helmet/Armor/Shinguards/Cape. Since this is unfaithful to the PSX game, I have no need to be faithful to this. I settled for translating it to Helmet/Armor/Shinguards/Gauntlet (with icons), since Gauntlets best substitute for Bangles from the PSX game. I'll probably change it around to Helmet/Armor/Gauntlet/Cape in light of new information on Plate/Mail/Leather/Cloth classes. Though it pains me to give up the 16x16 icons, I plan to trade them in for the classic 8x8 icons, which will allow me to fit one more letter into Weapon/Armor/Spell names. Good decision on the translation.
|
|
|
|
Darkdata
Guest
|
|
« Reply #64 on: October 08, 2008, 06:33:53 pm » |
|
Watching what this game does in the ppu viewer for text scares me. D: This game was built on duct tape and glue. Any chance of expanding the "Att" "Mag" etc into full words? Edit: Might want to look into that. Refreshed to the right tiles after a bit (not like above), happened when I used the magic restore. This looks like RESt, could use a better name maybe?
|
|
« Last Edit: October 08, 2008, 06:56:05 pm by Darkdata »
|
|
|
|
Lindblum
Guest
|
|
« Reply #65 on: October 08, 2008, 08:44:16 pm » |
|
You're welcome. That's what I get for not running the patch through the usual diagnostic battery before posting it up. The problem happened often with the Lizalfos and Pteragons and Mandrakes, and I mentioned it in passing pages ago. It hasn't been this bad before. I can *maybe* track it down. I tried to push "Atk " and "Mag " out to 5 chars ("Fight" and "Magic"), bit that made it much worse, and if I use 4 chars and the last isn't a space it looks like crap when event text runsthewordstogether. I'm trying the patch and several tweaked builds, but I don't see your error come up when I run this particular patch. I've tried Nestopia, FCEUX, with and without PPU viewer. The Chinese can build entire sentences with only a few symbols and no spaces. I am in envy.
|
|
« Last Edit: October 08, 2008, 09:01:01 pm by Lindblum »
|
|
|
|
akadewboy
Guest
|
|
« Reply #66 on: October 08, 2008, 08:49:48 pm » |
|
Darkdata by any chance did you have the PPU Viewer window open when you saw those errors? I've noticed that the PPU Viewer window (and Name Table window) sometimes causes lots of weird crap to happen to any game. You shouldn't have it open very often and you might have to restart your emulator if you ever open it during a game.
|
|
|
|
Lindblum
Guest
|
|
« Reply #67 on: October 08, 2008, 09:19:27 pm » |
|
Okay, I saw it happen while fighting Scorpion with the PPU viewer open. I think when a battle text string is long enough it overflows into the enemy's PPU data. This might happen if the enemy has a name at maximum length (8 chars) or when long words like "Recovered" are used. Calling Mag or Item invokes a menu screen, which refreshes the PPU table when you return to the battle screen. I'd have to find myself a live sample of the extreme case, where it overwrites the entire enemy's graphics, but I think I've found the true nature of the bug! Too bad there aren't many things I can do about it besides shortening strings.
|
|
« Last Edit: October 08, 2008, 09:40:27 pm by Lindblum »
|
|
|
|
Darkdata
Guest
|
|
« Reply #68 on: October 08, 2008, 09:55:17 pm » |
|
Too bad there aren't many things I can do about it besides shortening strings.
Recode the whole battle and text system! Hahahaha~ (Joking, of course. I am amazed you managed to figure out this much and get the text in)
|
|
|
|
Lleu
Guest
|
|
« Reply #69 on: October 09, 2008, 05:52:27 pm » |
|
I could never even tell it was a ring until I saw the walkthroughs.
I'm with you on that. At one point I thought it represented brass knuckles.
|
|
|
|
Lindblum
Guest
|
|
« Reply #70 on: October 11, 2008, 07:25:55 pm » |
|
Yay, 3000 reads, and I recently became a Full Member! Okay, with the exception of a few icons, there should be no more Chinese text left in the ROM, although it will take some time to tell whether some of the English makes any more sense! I've updated weapons and armor to small icons and squeezed more letters into their names. Keeping up the pace. Say, would you rather I leave the battle menu as... Atk Mag Item Run
...or use icons? Actually, even with the PPU issue, I may have enough spare tiles to fake it up to say "Fight" and "Magic". I forgot to mention that I still haven't figured out what to do for 16x16 icons for Cloth/Leather/Mail/Plate classes.
|
|
« Last Edit: October 11, 2008, 07:47:19 pm by Lindblum »
|
|
|
|
InVerse
Guest
|
|
« Reply #71 on: October 11, 2008, 07:30:50 pm » |
|
As long as the icons or clear, I would recommend icons over crunched text. If you can fit full words in, though, that might be better. If it's not a major pain in the ass, maybe try both and then post a screen shot to get comments.
|
|
|
|
Vanya
Guest
|
|
« Reply #72 on: October 11, 2008, 07:42:50 pm » |
|
Way back in the day I was fiddling with FF1. I briefly considered using icons, but felt that would make it too different from all the other FFs.
|
|
|
|
Darkdata
Guest
|
|
« Reply #73 on: October 14, 2008, 06:29:46 am » |
|
Icons. The "Att" looks lame, and when you chose something, it scrunches up to appear on the side.
|
|
|
|
Vanya
Guest
|
|
« Reply #74 on: October 14, 2008, 07:09:58 am » |
|
If you can I'd suggest using extra characters to make the icons 8x24. You know, use 3 tiles for each icon. That'll keep the menu from looking too empty =)
|
|
|
|
|