03-28-2013, 02:02 PM
We'll be having an official Spanish translation for retail release.
To add in your localization you'll need to add it to the combo box in the menu.
Go into the install directory, then /media/guisheets/
Open MainMenu.sheet with a text editor.
Look for
should start on line 3912
under it you're going to add:
The last word on this line "Segment0 micross.12 1 0 0 0 Spainish" has to be the file name without the .xml of your localization.
If you have any more questions feel free to ask
To add in your localization you'll need to add it to the combo box in the menu.
Go into the install directory, then /media/guisheets/
Open MainMenu.sheet with a text editor.
Look for
Code:
ListTextItem List_Lang_English
{
AllottedWidth 0
DefaultColor 0 0 0 1
DefaultFont micross.12
HorizontalTextAlignment TEXT_ALIGNMENT_HORIZONTAL_LEFT
Index 0
Selected false
TextBrushFilterMode BRUSHFILTER_LINEAR
VerticalLineSpacing 2
VerticalTextAlignment TEXT_ALIGNMENT_VERTICAL_CENTER
Text segments
{
Segment0 micross.12 1 0 0 0 English
}
Child Widgets
{
}
}
should start on line 3912
under it you're going to add:
Code:
ListTextItem List_Lang_Spainish
{
AllottedWidth 0
DefaultColor 0 0 0 1
DefaultFont micross.12
HorizontalTextAlignment TEXT_ALIGNMENT_HORIZONTAL_LEFT
Index 1
Selected false
TextBrushFilterMode BRUSHFILTER_LINEAR
VerticalLineSpacing 2
VerticalTextAlignment TEXT_ALIGNMENT_VERTICAL_CENTER
Text segments
{
Segment0 micross.12 1 0 0 0 Spainish
}
Child Widgets
{
}
}
The last word on this line "Segment0 micross.12 1 0 0 0 Spainish" has to be the file name without the .xml of your localization.
If you have any more questions feel free to ask
"great writers are indecent people, they live unfairly, saving the best part for paper.
good human beings save the world, so that bastards like me can keep creating art, become immortal.
if you read this after I am dead it means I made it." ― Charles Bukowski
good human beings save the world, so that bastards like me can keep creating art, become immortal.
if you read this after I am dead it means I made it." ― Charles Bukowski