Page 1 of 1
Change name of new items? [Solved]
Posted: Wed Sep 14, 2016 8:23 pm
by SkinnyODST
Simple question, how do I change the name of new items such as new weapons so they don't read something like "rep_weap_inf_new_rifle" in the game?
Re: Change name of shipped items?
Posted: Wed Sep 14, 2016 8:25 pm
by Samee3
Use the localization tool. In data_***, look for editlocalize.bat
Re: Change name of shipped items?
Posted: Thu Sep 15, 2016 2:04 am
by SkinnyODST
Samee3 wrote:Use the localization tool. In data_***, look for editlocalize.bat
Will that work with modded weapons?
Re: Change name of new items?
Posted: Thu Sep 15, 2016 12:09 pm
by Samee3
Yes; under weapons (which is a 'scope'), find your team. Under that team's scope, add a new key (right-click on the team name).
Everything else is pretty self explanatory.
Re: Change name of shipped items?
Posted: Thu Sep 15, 2016 9:19 pm
by Marth8880
SkinnyODST wrote:Will that work with modded weapons?
Instead of asking whether or not it will work, why not first try it out to see for yourself? :p
Re: Change name of new items?
Posted: Fri Sep 16, 2016 2:34 am
by SkinnyODST
Samee3 wrote:Yes; under weapons (which is a 'scope'), find your team. Under that team's scope, add a new key (right-click on the team name).
Everything else is pretty self explanatory.
It didn`t do anything. I have the modded weapons that in game have the same names as their odf`s. I tried adding a new key, put in the name of the weapon I want to have a REAL name, but no changes were there.
I`ve never done anything like this before apart from changing the names of a couple things, nothing like adding new keys and stuff
Re: Change name of new items?
Posted: Fri Sep 16, 2016 12:15 pm
by Samee3
If it's not working, you're not doing it correctly. You can read more on it
here.
Also, if you are expecting it to work right off the bat for stock maps, it doesn't. Read more
here.
Re: Change name of new items?
Posted: Sun Sep 18, 2016 5:56 am
by CT108
@SkinnyODST
I have the solution :
Open editlocalization.bat
Go to weapons
Go to rep if you want to add the weapon for the republic (also all for the rebels, cis for the cis...)
Go to weap
Click on weap
Add a key - The name of the key is the name of your weapon. So for your gun the name of the key is "inf_new_rifle"
Click on "inf_new_rifle" and write the name of your weapon
Save and Close
Go munge (you should select common in mod tool visualmunge or that will not work)
That's all !

Re: Change name of new items?
Posted: Sat Sep 24, 2016 9:04 pm
by SkinnyODST
CT108 wrote:@SkinnyODST
I have the solution :
Open editlocalization.bat
Go to weapons
Go to rep if you want to add the weapon for the republic (also all for the rebels, cis for the cis...)
Go to weap
Click on weap
Add a key - The name of the key is the name of your weapon. So for your gun the name of the key is "inf_new_rifle"
Click on "inf_new_rifle" and write the name of your weapon
Save and Close
Go munge (you should select common in mod tool visualmunge or that will not work)
That's all !

It worked! Thanks!