Page 1 of 1

Localization Problem [Solved]

Posted: Tue Jun 30, 2009 8:19 pm
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

Re: Localization Problem

Posted: Tue Jun 30, 2009 8:21 pm
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.

Re: Localization Problem

Posted: Tue Jun 30, 2009 8:26 pm
by Jendo7
Thanks, I'll try that.

Edit:

Thanks again jedikiller32, problem solved :)