Page 1 of 1

Localization Help [Solved]

Posted: Mon Aug 04, 2014 3:45 pm
by Hill400
Hello, I have a question regarding localization. I successfully localized some weapons and entities, but when I test my side in the actual game, my localizations are gone. In other words, when I put all.lvl or cis.lvl in my gamedata/DATA/LVL_PC/SIDE folder, my units are fine but my name changes are gone. Is it possible to fix this, and if so, how? Thanks for your help. I'm really close to posting the first version of my mod and this appears to be my last obstacle.

Re: Localization Help

Posted: Mon Aug 04, 2014 4:56 pm
by Noobasaurus
You don't need to put anything there. After editing your localization with editlocalize.bat, simply run the munging tool and hit the checkbox that is titled "Localize." It will munge all of your changes to your mod.

Re: Localization Help

Posted: Mon Aug 04, 2014 5:16 pm
by Hill400
I did all of that and got it working on my test map, but when I import all.lvl, cis.lvl, imp.lvl, and rep.lvl to the actual game, the localizations go away. To clarify, I'm creating a skinpack which just consists of those 4 files, not a map.

Re: Localization Help

Posted: Mon Aug 04, 2014 5:28 pm
by AQT
Your new localization is stored in the file called core.lvl, but it is not recommended that you replace the stock core.lvl with it, as the core.lvl munged by the mod tools does not contain all of the essential files needed by the stock game.

Re: Localization Help

Posted: Mon Aug 04, 2014 5:44 pm
by Hill400
So to clarify, you recommend leaving out core.lvl in the final download and letting the names remain?

Re: Localization Help

Posted: Mon Aug 04, 2014 5:46 pm
by Marth8880
No. He means you should not replace the core.lvl file located in GameData\data\_lvl_pc\.

Re: Localization Help

Posted: Mon Aug 04, 2014 7:02 pm
by Hill400
I get that, I was just wondering if I should include core.lvl in the download for my mod.

Re: Localization Help

Posted: Mon Aug 04, 2014 7:11 pm
by Marth8880
Yes. You need to include it if you want anything to be localized. :p

Re: Localization Help

Posted: Mon Aug 04, 2014 7:54 pm
by commanderawesome
Basically, what they are saying is, you cannot change the localizations in the stock missions. You can only change it in a mod map or mission.

Re: Localization Help

Posted: Mon Aug 04, 2014 9:39 pm
by Hill400
Ok, thanks, I just wanted to make sure I fully understood. That's unfortunate. Either way, thanks for your help.