I18N.pl: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
m (linky)
(fix URL)
Line 6: Line 6:


* Perl. For Windows, use [http://strawberryperl.com/ Strawberry Perl].
* Perl. For Windows, use [http://strawberryperl.com/ Strawberry Perl].
* The script and a few modules, bundled together at [http://bloodgate.com/mirrors/tdm/scripts Bloodgate].
* The script and a few modules, bundled together at [http://bloodgate.com/mirrors/tdm/pub/scripts Bloodgate].


== Usage ==
== Usage ==
Line 27: Line 27:
* [[Internationalization]] - Main article
* [[Internationalization]] - Main article
* [http://strawberryperl.com/ Strawberry Perl].
* [http://strawberryperl.com/ Strawberry Perl].
* [http://bloodgate.com/mirrors/tdm/scripts The script itself]
* [http://bloodgate.com/mirrors/tdm/pub/scripts The script itself]


{{editing}}
{{editing}}

Revision as of 19:17, 30 August 2011

Inrtoduction

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