I18N.pl: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
(fix URL)
m (typo)
Line 1: Line 1:
== Inrtoduction ==
== Introduction ==


The script fm_translate.pl seperates the main FM data from all the texts and other assets that need to be changed in order for translation.
The script fm_translate.pl seperates the main FM data from all the texts and other assets that need to be changed in order for translation.

Revision as of 19:26, 30 August 2011

Introduction

The script fm_translate.pl seperates the main FM data from all the texts and other assets that need to be changed in order for translation.

Requirements

Usage

On a console (a "DOS Window" under Windows):

perl fm_translate.pl --english fms/outpost/outpost.pk4 --french fms/avant_poste.pk4

The output packages will be created under output, as:

output/outpost.pk4
output/outpost_i18n.pk4

See also