请教问题: 我打算汉化 东方快车谋杀案,
, o+ l. [5 ]3 }; ^' ~4 ?* z发现游戏中的文本文件可以直接翻译成中文,但是进入游戏后就显示不出来,2 r8 p9 O0 z& V; y7 k6 @
你可以把英文改成任意的英文,都能顺利进入游戏,只是游戏中显示不一样而已。
4 \9 k& s2 @0 q4 Z也就是说,游戏中文字只能用字母表示,不能改为中文,
* W' O% X; N: h4 ^. v% O我用ULTRAEDIT 软件打开任意的文件,发现他的文字是2个字节的,例如下面的
! J/ y+ j7 G# X" l: l& r' ~0 T2 m$ |
5 M0 I, h5 o; z$ H' R# r* X! ?5 ~In the house! You're surrounded. If you don't walk out that door unarmed in ten seconds we open fire! 在这个文件里。16进制下所有的 I(大写) 都是49,小写 I 都是 69,空格都是 20,
# n2 E) U0 f( J; ^I 的表示 是 49 00,空格 是20 00,占2个字节。' ~: V; [9 i6 Q$ U* V. [
这个和我们平时用的文件是一样的(所有的I在16进制下都是49),所以我觉得可以用中文替代,但不知道该怎么下手,高人指点。
, Z$ {$ C% t7 B; B0 I7 T8 T, f+ h3 e游戏中,你可以把 IN THE HOUSE 改为任何的字母(例如hahahdfhashfdashfhadhf),多少都没有关系,只是游戏中显示不一样而已
# A6 z" O7 O( J我把翻译好的中文 用16进制 后的代码复制到 文件里面,游戏中还是没法显示,4 ^$ L- B4 s# \
游戏中有个这个文件,FONT ! l, V; |, o$ v/ X; P& ^, p
Font Name Size Desc Effect Uses; y3 O8 n, u2 a& W, E# a6 p8 d
calisto mt 14 0 shadow location descriptions0 e1 z8 L6 t8 R+ F1 c1 K
calisto mt 12 0 shadow dialogue
3 Y. M& x5 W( g2 T& m3 Q- {calisto mt 16 0 0 loading
1 U4 d8 f+ w- K/ h2 mArial 10 bold shadow debug info
7 s* e4 N- h% b; j* Q! @8 ccalisto mt 12 0 0 journal text2 h, Y$ y" ^6 X0 t% h$ `
calisto mt 12 bold 0 journal headings2 y: x- n6 h# D \$ `" G7 N
calisto mt 10 0 shadow inventory item descriptions
1 b1 ^6 ~! n: t$ i0 H6 S" ]- Dcalisto mt 12 0 shadow "save, load, and options screens"6 v$ T6 |$ S% S9 [3 p- Z7 m1 n
calisto mt 17 0 shadow "popup dialogs, additional loading text (please wait and % complete)"
* x! g, p& x$ e" e5 j+ x& D; n6 ITimes New Roman 18 bold 0 newspaper clipping headlines
( k1 U; k0 p- m& }% g. k- WTimes New Roman 14 0 0 newspaper clipping sub-headlines
, [9 l g, m' `7 @Times New Roman 7 0 0 newspaper clipping photo caption0 E. p% |% U1 `& P4 M
Courier New 12 0 0 fingerprint text
* l/ S% O( d/ _) {: O255 255 220 130 "save, load, and options selected (ARGB format)"* q! G" {# F; H* m8 U
255 230 170 75 "save, load, and options grayed out"
& Q) M& f- R; J: h+ U/ D6 `1 g255 0 0 0 text shadow
+ M5 \+ X% i& d# ?+ W* R255 230 170 75 navigation text# n5 L* W' d) B0 l6 f
255 255 255 0 debug text
/ V9 o$ }, H% V7 r128 255 255 0 debug text with alpha
2 f {% G: b3 K. D+ @" ?8 I' Y. d255 130 115 100 dialogue text when choosing3 V8 d* _' c4 l* s& k* ?
255 180 160 130 highlighted dialogue text when choosing
0 c: I, s# \8 O9 ]: J; e255 110 130 180 dialogue for main character, ~$ x0 W9 d' g V
255 140 95 140 dialogue text for second character in conversation" D; i# B: l8 { V% V* q; O, M, K
255 180 160 130 dialogue text for third character in conversation# V1 V5 L1 T, ~" Z2 T9 t
255 230 170 75 popup menu text
4 p3 A2 P1 t! C. G255 255 220 130 highlighted popup menu text5 O' c4 \2 j" e# u
255 230 170 75 journal
! J" J! h7 m* S255 92 92 92 newspaper clippings9 a( ^1 ^* n, a. S3 O" E# s
" `" T( N1 c2 o7 S是不是要把字体文件改为中文字体????高人指点6 y" E3 h7 z9 G+ }
calisto mt 和Arial 是游戏自带字体文件 |