Localization Problem [Solved]

Post everything from general questions, to modding questions, to map WIPs to releases. (SWBF1 only)

Moderator: Moderators

Post Reply
User avatar
Jendo7
Sith
Sith
Posts: 1304
Joined: Wed Apr 01, 2009 6:37 pm
Location: Cambridge, England.
Contact:

Localization Problem [Solved]

Post by Jendo7 »

I've added psych0fred's beta vehicles, command shuttle and oneman atst to my trooptrans side:

Code: Select all

ucft
{
     REQN
     {
            "lvl"
            "imp_fly_trooptrans"
            "cis_inf_jangofett"
            "imp_inf_bobafett"
            "rep_walk_oneman_atst"
            "rep_fly_command"
            }
     REQN
     {
            "model"
            "imp_1st_cockpit_landingcraft"
     }

}
I tried to localize them entering them under entity/rep/rep_fly_command:

Image

But they still show up as Ox in game:

Image

Does anyone know what I am doing wrong.

Thanks for any help
Last edited by Jendo7 on Wed Jul 01, 2009 6:08 am, edited 3 times in total.
jedikiller32
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 313
Joined: Sun Apr 02, 2006 9:26 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Texas
Contact:

Re: Localization Problem

Post by jedikiller32 »

You don't need to put another rep in the bottom. it turns out as entity.rep.rep_fly_command.

You need to rename your keys fly_command instead. That should fix it.
User avatar
Jendo7
Sith
Sith
Posts: 1304
Joined: Wed Apr 01, 2009 6:37 pm
Location: Cambridge, England.
Contact:

Re: Localization Problem

Post by Jendo7 »

Thanks, I'll try that.

Edit:

Thanks again jedikiller32, problem solved :)
Post Reply