Well, I'm having tons of localisations, and i did it this way:
in common.sides i added 2 teams, which are set up like all others
in entity.yuz.yuz I added keys (the dudes are called yuz_yuz_trooper etc)
in entity.yuz.rep I added keys (the dudes are called yuz_rep_trooper etc)
in weapons.yuz.weap i added some keys(like yuz_weap_amphistaff)
in weapons.yuz.weap.inf i added keys (like yuz_weap_inf_blastbug)
I've always done localisations, and know how they work, but after munging they don't show up ingame.. Might it be the extra scopes, or the teams? Note that it's 1 addon folder called ZER (yes i did the localisations from data_ZER)
Please help, but not with questions like 'have you done it in uk_english' or something simple, since this always worked for me.. Thanks
Localisations
Moderator: Moderators
-
MandeRek
- Sith Master

- Posts: 2766
- Joined: Tue Oct 02, 2007 10:51 am
- Projects :: Battlefront Zer0
- xbox live or psn: No gamertag set
- Location: Ghosting around GT
- Contact:
-
Flinti
- Private Recruit
- Posts: 24
- Joined: Sun Mar 23, 2008 10:13 am
Re: Localisations
Do you really check the 'Localize' thing when you munge? (That's the only thing what comes me in mind(corect grammar?^^), and I think I forgot this over 10 times)
EDIT:
AND another thing that could be: Is 'yuz' the name of the folder of the scen? It should be the name of the siede folder, I think.
(I collected all things in my mind, so I really don't know if they're correct)
EDIT:
but if you have weapons.yuz.weap.inf, you should only add 'blastbug',in weapons.yuz.weap.inf i added keys (like yuz_weap_inf_blastbug)
AND another thing that could be: Is 'yuz' the name of the folder of the scen? It should be the name of the siede folder, I think.
(I collected all things in my mind, so I really don't know if they're correct)
-
MandeRek
- Sith Master

- Posts: 2766
- Joined: Tue Oct 02, 2007 10:51 am
- Projects :: Battlefront Zer0
- xbox live or psn: No gamertag set
- Location: Ghosting around GT
- Contact:
Re: Localisations
Well these questions i hoped to avoid..
I only added blastbug, yuz_weap_inf_blastbug is the odf name. The folder doesn't matter i believe, only the names.
When i typed entity.yuz.yuz, i meant in the entity scope a scope called yuz, and in there another scope called yuz. I always munge with everything selected, and i already tried a clean munge.. No errors at all..
Note that localisations done before still work fine, strangely
I only added blastbug, yuz_weap_inf_blastbug is the odf name. The folder doesn't matter i believe, only the names.
When i typed entity.yuz.yuz, i meant in the entity scope a scope called yuz, and in there another scope called yuz. I always munge with everything selected, and i already tried a clean munge.. No errors at all..
Note that localisations done before still work fine, strangely
-
Flinti
- Private Recruit
- Posts: 24
- Joined: Sun Mar 23, 2008 10:13 am
Re: Localisations
Ok, than I can't help 
-
MandeRek
- Sith Master

- Posts: 2766
- Joined: Tue Oct 02, 2007 10:51 am
- Projects :: Battlefront Zer0
- xbox live or psn: No gamertag set
- Location: Ghosting around GT
- Contact:
Re: Localisations
I fixed the above. They were in wrong scopes, and i could easily replace them to other scopes from within the .cfg files, which start to make sense now..
I've got another question. The new eras uses 2 teams, also displayed in the lua, like this:
I used the adding locals tut to give these names, but now when you kill one, the same name is displayed as the team name (f.e.: MandeRek killed New Republic)
I setup a team in common.sides with the same scopes and keys as the assets', only different localisations.. Still no succes. Anyone got a suggestion? Thanks
I've got another question. The new eras uses 2 teams, also displayed in the lua, like this:
Code: Select all
SetupTeams{
newrep = {
team = ALL,
units = 20,
reinforcements = 100,I setup a team in common.sides with the same scopes and keys as the assets', only different localisations.. Still no succes. Anyone got a suggestion? Thanks
