lunes, 7 de abril de 2014

Wild Arms 2 - Info for translators

This post is for giving some info about Wild Arms 2 translation, maybe someone want to make a translation to another language and I have info about it.

The files:

STGEVT.BIN - The main script, and other messages that appear a lot like the
It's empty! of the chests, some NPCS have the dialogs 4-5 times.
UTIL.OVR - The scripts of the radio when use Call in the menu.
WILDARM2.EXE - Items, skills, menus, etc.
SY0.BIN - The font (with less)
There is graphics with titles of each town, dungeons, etc. but we can't find them!


Extract and replace the files:

I use CDmage and work fine.



About the table:


100C (start message) 40 (the ¬ that add color to the name of the guy that talk)
0D jump line

So a message can be:
Guy0D40Hi, dude!0D
How are you?
 100C40This town is amazing!

With the tables I see the codes like:

Guy/¬Hi, dude!/
How are you?
 **¬This town is amazing!

The dialogs of explanations of skills or features are 100C2A (2A is *)

 Other values:
0B35=SELECT (button)

0830=TOOL
012E=BOOK

Characters: (not all)
0530=ASHL
0531=BRAD
0532=LILK
0533=TIM
0534=KANO
0535=MRIV
0A30=IRVN
0A31=ALTA
0A32=MARI
0A34=BILL
0A33=COLE
0A35=TONY
0A36=SCOT
0A37=DOG
0A42=TERR
0A43=POKA

Messages in yellow for destination:
1131Text in yellow1130


--------------------------------

Scene messages

For last, the values of the auto-messages of the scenes,
the jump are 0D13
and after the messages you have to add 163630 that are codes
for "format" the text

Example:
If the script of a scene look like this: 

The lost tale of Genesis will hereby be imparted.  I am Tiu,
god of the sky and war, bringer of the flame of disaster to
destroy all creation.


Adding 163630 at the end it will look like this:

If the script of a scene look like this: 

The lost tale of Genesis will hereby be imparted.  I am Tiu,
god of the sky and war, bringer of the flame of disaster to
                            destroy all creation.


So the text will appear centered, the 163630 fill the blank spaces
after the message,

-----------------------------------------
If someone need more info always can ask in Romxhack.






No hay comentarios:

Publicar un comentario

Los comentarios deben pasar una moderación.