Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
November 19, 2008, 08:09:35 AM
News:
Tales of Forum
Phantasian Productions Projects
Tales of Destiny 2 (PS2)
other translations ?
« previous
next »
Pages:
[
1
]
Author
Topic: other translations ? (Read 1949 times)
innerstep
Newbie
Posts: 2
other translations ?
«
on:
January 28, 2007, 05:13:53 PM »
well,
I don't have much computing skills, I can't translate japanese and on top of that I'm french. I was just thinking, would it be possible to learn how to do translations ?
I mean I could spend some time on translating english versions into french for my french pals
I'm sure they would appreciate.
For instance, France is the second reader of mangas after Japan, we also love Japanese culture in general. However, for videogames, we only get blockbusters like FF or Dragon Quest, probably Grandia III in few months. But we will probably never get Valkyrie Profile 2 nor Tales of the Abyss. I'm sure you got my point.
Here's my email
innerstep@gmail.com
If you think I can do something, please let me know.
If you think it's a crazy idea, I'll understand.
innerstep
http://www.myspace.com/innerstep
Logged
Cless
Overlord
Administrator
Hero Member
Posts: 1,598
Re: other translations ?
«
Reply #1 on:
January 29, 2007, 10:46:52 PM »
I think the biggest problem with non-english european language translations is the fact that I think accented characters would look really bad, especially uppercase ones, with this game's font system...
Logged
Cless
Overlord
Administrator
Hero Member
Posts: 1,598
Re: other translations ?
«
Reply #2 on:
January 29, 2007, 11:06:18 PM »
Oh, yeah. There's also the issue of other european languanges that require more space than english to convey the same thing. That makes it a lot more possible to have problems fitting translations back in to the games.
Logged
Kikujiro
Jr. Member
Posts: 82
Re: other translations ?
«
Reply #3 on:
January 30, 2007, 04:52:20 PM »
I dunno about other languages, but in french we do not use accents in uppercase characters.
Oh and I know about the limitation hassle, however I know from experience there's always tricks to bypass these. Like using abreviations or removing chunks of sentences to keep only what's important...
Cless, you'll probably find these tricks pretty lame, but that's the only options we have.
In the end, I think the final quality pretty much depends on the translator capacity to adapt things.
The result can be very good once you get used to such methods.
(damn, I'm starting to sound like an old guy who's been in the business for too long. Poor me)
I wouldn't mind about working on a french project myself, and i know a lot of people who would probably volonteer to help in translate, edit, test, etc... but I definitively do NOT have the computer skills required. Knowing how to use a hex editor probably probably won't help me.
(not like I'd want to use such a thing anyway, I had goddamn NIGHTMARES after that FF3 menu translation last summer)
Logged
PacoChan
Newbie
Posts: 8
Re: other translations ?
«
Reply #4 on:
February 07, 2007, 10:43:08 AM »
Hi, we made a full spanish translation of Tales of Eternia and the font not a problem. We used the space used for Kanjis for the accented letters. The uppercase accented letters doesn't look bad. So I think that's not a problem.
Logged
Cless
Overlord
Administrator
Hero Member
Posts: 1,598
Re: other translations ?
«
Reply #5 on:
February 07, 2007, 02:03:36 PM »
A big problem is that the half width font is natively 12x16 and stored anti-aliased with an outline, so you lose a bit of that tiny resolution available due to that. It's then scaled in software somehow depeding on how the game defines the font sizes.
It might be hard to find a good font for this job... I thought a lot of small text looked borderline unreadable or an eyestrain on a regular TV. The bolder font helped a bit...
Also, I don't know how to edit the double byte font. It's stored differently and nothing I know of can decode it properly. I do know that it's lower res than the half width. if a a euro language doesn't have too many accented letters they could fill some unused half width font slots...
«
Last Edit: February 07, 2007, 02:06:41 PM by Cless
»
Logged
Cless
Overlord
Administrator
Hero Member
Posts: 1,598
Re: other translations ?
«
Reply #6 on:
February 07, 2007, 02:16:23 PM »
by the way, if you guys could tell me what accented characters are used in your language I might try doing some experimentation.
also, this is how the current font looks, as stored in the game (pixel accurate). blue background is transparent in-game.
«
Last Edit: February 07, 2007, 02:36:21 PM by Cless
»
Logged
PacoChan
Newbie
Posts: 8
Re: other translations ?
«
Reply #7 on:
February 08, 2007, 06:24:40 AM »
In spanish we use: á é í ó ú ü ñ ¡ ¿
Also these, but they are barely used: Á É Í Ó Ú Ü Ñ
Logged
Leiw
Full Member
Posts: 101
Re: other translations ?
«
Reply #8 on:
February 08, 2007, 08:15:51 AM »
French :
ç é è ê ë ï à â œ
German :
ä ü ö é
Logged
Cless
Overlord
Administrator
Hero Member
Posts: 1,598
Re: other translations ?
«
Reply #9 on:
February 08, 2007, 04:22:59 PM »
Okay, well.
It seems that not only 0x20-0x7F can be used for single byte/half width characters, but range 0xA0-0xDF can be used as well. So that gives us quite a bit of room for accented characters, probably enough to have support for a significant portion of other European languages.
«
Last Edit: February 08, 2007, 04:26:23 PM by Cless
»
Logged
Cless
Overlord
Administrator
Hero Member
Posts: 1,598
Re: other translations ?
«
Reply #10 on:
February 08, 2007, 06:31:05 PM »
I added all the accented characters in this thread to the font...
Hopefully those will read just fine most of the time on tvs...
Logged
Datschge
Full Member
Posts: 140
Sakuraba Fan
Re: other translations ?
«
Reply #11 on:
February 08, 2007, 09:19:13 PM »
Quote from: Leiw on February 08, 2007, 08:15:51 AM
German :
ä ü ö é
There is also ß for German.
Logged
PacoChan
Newbie
Posts: 8
Re: other translations ?
«
Reply #12 on:
February 08, 2007, 10:15:27 PM »
That font looks very good. You could use that font in your translation, so, if someone wants to translate ToD2 from english to his language using your translation, he would already have the font done.
Logged
Leiw
Full Member
Posts: 101
Re: other translations ?
«
Reply #13 on:
February 09, 2007, 08:23:35 AM »
Quote from: Datschge on February 08, 2007, 09:19:13 PM
There is also ß for German.
true but I don't have a german keyboard so I couldn't input it
is there any special ALT+(Number) combination for this?
I can't use charmap because I removed it with nLite
by the way, I looked up a dictionnary and French has a few more characters (those are not used often) :
ù û ü ÿ ô î ä
And well if Cless allows us to do translations based on his English script when it's final, I might be able to provide some help for a French and German translation
Logged
Datschge
Full Member
Posts: 140
Sakuraba Fan
Re: other translations ?
«
Reply #14 on:
February 09, 2007, 02:56:07 PM »
Quote from: Leiw on February 09, 2007, 08:23:35 AM
is there any special ALT+(Number) combination for this?
Google is your friend, one useful hit there:
http://www.xplor.org/charactermap.cfm
Logged
bungiefan
Full Member
Posts: 116
Re: other translations ?
«
Reply #15 on:
February 20, 2007, 02:47:55 AM »
Quote from: Leiw on February 09, 2007, 08:23:35 AM
true but I don't have a german keyboard so I couldn't input it
is there any special ALT+(Number) combination for this?
I can't use charmap because I removed it with nLite
by the way, I looked up a dictionnary and French has a few more characters (those are not used often) :
ù û ü ÿ ô î ä
And well if Cless allows us to do translations based on his English script when it's final, I might be able to provide some help for a French and German translation
You don't need a German keyboard. Just tell your OS to switch to that keyboard layout and it will map the characters to the proper buttons, regardless of what the ink painted on them says they should type. The paint on your keyboard is only there for if you don't know the layout by touch. It's the software that actually interprets what each button should type, and you can change that on all modern OSes to be a different keyboard layout. Thus if you are familiar with Dvorak and not QWERTY, you can tell your OS to use Dvorak even if you only have keyboards labeled for QWERTY. It's the same when dealing with foreign keyboard layouts.
Logged
Pages:
[
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General
=> Tales series
=> tri-Ace
-----------------------------
Phantasian Productions Projects
-----------------------------
=> Tales of Phantasia
===> News
=> Tales of Phantasia Narikiri Dungeon
=> Tales of Phantasia THE ANIMATION
=> Tales of Destiny 2 (PS2)
===> Community translation and editing board
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Powered by SMF 1.1.7
|
SMF © 2006-2008, Simple Machines LLC
Loading...