Page 1 of 1
Can you edit the localization of the stock game+Evolved?
Posted: Wed Dec 09, 2015 5:46 pm
by TheMastermindOfMaom
I would like to change the localization of some of the game's weapons (and other stuff). For example: Blaster Rifle to A280C Blaster Rifle
Is it possible? I am not talking about a custom map (I know how to do it there),but I am talking about the standard (vanilla) game with the Evolved mod
*I already have a hex editor (if it happens to be the way)
Re: Can you edit the localization of the stock game+Evolved?
Posted: Wed Dec 09, 2015 6:35 pm
by Anakin
most changes on the stock game go this way:
Creat an project, add all stock assets/scripts/what ever to it, mange and replace the lvl file.
This CAN break multi, but it needn't. Mostly all graphical things won't, everything else (renaming, changing values,...) will break multi.
An other way is to manipulate with custom user scripts if you want to change some scripting/functions.
==edit==
Localization goes to core.lvl
Re: Can you edit the localization of the stock game+Evolved?
Posted: Wed Dec 09, 2015 6:37 pm
by TheMastermindOfMaom
I rarely play MP (Gameranger/master hate me for some reason) so I kinda don't care for losing MP.
Also from what I get is
-make a new project (ABC or something)
-take everything from assets and add it in
-munge
-replace lvl file (which lvl file? confused here)
I want to have the evolved sides but with changed localization...appears to be impossible.
Re: Can you edit the localization of the stock game+Evolved?
Posted: Wed Dec 09, 2015 6:47 pm
by Anakin
it depends on what you want to change. It was a common step by step tutorial for you. That's why I edited the post to tell you that location goes to core.lvl. You see?? And you won't need the rep, CIS,... stock assets, to change localization. So just take all things that goes to the stock lvl file. For core it is pretty less, ingame for example is much bigger.
Re: Can you edit the localization of the stock game+Evolved?
Posted: Wed Dec 09, 2015 6:55 pm
by AnthonyBF2
You need to replace the game's stock core.lvl. There are several things you must setup before that can happen. The core.lvl produced by a mod folder is nothing like the default core.lvl and will crash the game is used.
Your core.req needs to be this (by Zerted)
Then you need some sound files posted by AceMastermine;
http://www.mediafire.com/download/70bqo ... vl_sfx.zip
Put those sound files inside of data_ABC\Sound\global\effects
Then last you need to copy
BF2_ModTools\assets\common\sound folder
to:
data_ABC\Common
Then in your mod project folder, run editlocalize.bat and change what ever you want. Save changes and munge. You should get a new core.lvl about 6.9-7mb. This can now work as a replacement for the default one.
Re: Can you edit the localization of the stock game+Evolved?
Posted: Wed Dec 09, 2015 8:13 pm
by AceMastermind
How to rebuild the game's core.lvl is explained here:
viewtopic.php?f=27&t=31018&p=512346#p512346
Re: Can you edit the localization of the stock game+Evolved?
Posted: Thu Dec 10, 2015 1:55 am
by TheMastermindOfMaom
Thanks for all the answers,I understand how to do it but if I do this won't the game crash with evolved or something?
Re: Can you edit the localization of the stock game+Evolved?
Posted: Thu Dec 10, 2015 5:03 am
by Anakin
There is no reason why Evolved should crash. Evolved is a new compilation of the stock side lvl files. Only Msh and some effects have been changed. The weapon odf names are the same. So the localisation tree is the same.