Page 1 of 1

Localization Tricks

Posted: Fri Aug 21, 2009 1:48 pm
by Ka-Ching
Part One:
if you want this to be a global Mod,Download Battlebelk's core tool:http://www.filefront.com/13516141/core.lvl.zip/ if not,skip ahead to part two.

You do the localization like in rends tutorial as if you are doing it for a map then you munge that map you then open the folder for your map (not the one in addon the unmunged folder) open the _BUILD _PC folder then the Common folder the the munged folder you should see files called stuff like german.loc and french.loc copy all the files that have a .loc at the end. Open the core lvl tool and open the munged folder paste the .loc files in there say yes to overwrite. Open the core.lvl tool and double click on munge when it is finished the new core lvl will be in the core folder.Then put the core.lvl under Star Wars Battlefront/GameData/Data/_LVL_PC dont forget to make a backup!

Part Two:Re-Locolizing Kill Messages(so and so killed so and so, so and so killed so and so[TK] so and so killed himself)
Changing Killed Message
right click blank space,Add Route Level Scope.Name it game.Right click it,Add Scope,name it infomsg.then right click that and add a new key and name it killed.locolize any way you want.i did it like this %s OWNED! %s (note,you need those 2 %s',as they are variable for the game to read.)

Changing Killed Himself Message
Do All the above steps then make a new key named sucide.i put this:
%s Comitted Sucide!

Changing Teamkill Message
do all the steps for changing kill message then make a key named teamkill,again locolize however you like i did this: %s freakin teamkilled!

it should look something like this:
Hidden/Spoiler:
Image
Misc. Locolizing

1.Scope: Common

F Commands : common>chat>0-7

Era's : common>era>cw,gcw

AI Names : commom>sides>(sidename)>firstnames/lastnames

pause menu: common>quit/quit2windows/continue/restart(mission)/respawn (not tested yet)

1.Scope : game

Kill/Misc Messages:
game>infosmg>bootplayer/died/diedkillerwpn (adds the weapon the player was killed with to the message)/joined/killed/left/lost(cps)/suicide/teamkill

game>pause>followcam (exit freecam)/freecam/playerlist/suicide(respawn)/suicide_prompt(Do you really wish to kill your current player?)

game>squadcommand>allclear/follow/getin/getout/hold/moveout/steady/stop

Scope : level
level>(modid)>objectives/CP1 etc

Re: Locolization Tricks

Posted: Sun Jan 31, 2010 3:41 pm
by Ka-Ching
*Bump* I've looked at BF2's Locolization Keys and edited my post to list my findings

Re: Localization Tricks

Posted: Wed Feb 03, 2010 5:44 pm
by Fett
Ka-Ching wrote: Misc. Locolizing

1.Scope: Common

F Commands : common>chat>0-7

Era's : common>era>cw,gcw

AI Names : commom>sides>(sidename)>firstnames/lastnames

pause menu: common>quit/quit2windows/continue/restart(mission)/respawn (not tested yet)

1.Scope : game

Kill/Misc Messages:
game>infosmg>bootplayer/died/diedkillerwpn (adds the weapon the player was killed with to the message)/joined/killed/left/lost(cps)/suicide/teamkill

game>pause>followcam (exit freecam)/freecam/playerlist/suicide(respawn)/suicide_prompt(Do you really wish to kill your current player?)

game>squadcommand>allclear/follow/getin/getout/hold/moveout/steady/stop

Scope : level
level>(modid)>objectives/CP1 etc
Can you be a little more specific (Step by step) how to add these?

Re: Localization Tricks

Posted: Sat Feb 06, 2010 3:24 am
by Ka-Ching
if you read the part before it I think it should make enough sense