Jump to content
Sign in to follow this  
PaladinoLoko

My ORBAT screen is white

Recommended Posts

My script for ORBAT is right, the unit symbols appear on the map, but when I click on them it only shows the highest unit and does not show the command branch. How do I solve this? Is it a Arma bug?

 

Error that shows in the bottom left corner of the screen, inside ORBAT:

Spoiler

[BIS_fnc_ORBATAnimate] Group 'c:\Users\Meu Computador\Documents\Arma 3 - Others Profiles\PaladinoLoko\missions\Stratis%20Invasion%20I.Stratis\description.ext/CfgORBAT/1stQuartelGeneral/2ndHQdeKamino/5thPelMot' not found in ORBAT.

 

 

My description.ext:

Spoiler

class CfgORBAT
{
    class 1stQuartelGeneral
    {
        id = 1;
        idType = 0;
        side = "Resistance";
        size = "Battalion";
        type = "HQ";
        commander = "Strazer";
        commanderRank = "Colonel";
        text = "%1 Quartel General de Stratis";
        color[] = {0,0.5,0,1};
        subordinates[] = {"2ndHQdeKamino", "1pel", "2pel", "3pel", "6pel", "7pel", "8esq"};
        
        class 2ndHQdeKamino
        {
            id = 2;
            idType = 0;
            side = "Resistance";
            size = "Battalion";
            type = "HQ";
            commander = "Rex";
            commanderRank = "Major";
            text = "%1 Quartel General de Kamino";
            color[] = {0,0.5,0,1};
            subordinates[] = {"4thCompMec", "5thPelMot"};
            
            class 4thCompMec
            {
                id = 4;
                idType = 0;
                side = "Resistance";
                size = "Company";
                type = "MechanizedInfantry";
                text = "%1 Companhia Mecanizada";
                color[] = {0,0.5,0,1};
                assets[] = {{"I_APC_tracked_03_cannon_F", 4},{"I_MRAP_03_hmg_F", 4}};
            };
            
            class 5thPelMot
            {
                id = 5;
                idType = 0;
                side = "Resistance";
                size = "Platoon";
                type = "MotorizedInfantry";
                text = "%1 Companhia Motorizada";
                color[] = {0,0.5,0,1};
                assets[] = {{"I_MRAP_03_hmg_F", 3}};
            };
        };
        
        class 1pel
        {
            id = 1;
            idType = 0;
            side = "Resistance";
            size = "Platoon";
            type = "Infantry";
            text = "%1 Pelotão de Infantaria";
            color[] = {0,0.5,0,1};
        };

        class 2pel
        {
            id = 1;
            idType = 0;
            side = "Resistance";
            size = "Platoon";
            type = "Infantry";
            text = "%1 Pelotão de Infantaria";
            color[] = {0,0.5,0,1};
        };
        
        class 3pel
        {
            id = 1;
            idType = 0;
            side = "Resistance";
            size = "Platoon";
            type = "Infantry";
            text = "%1 Pelotão de Infantaria";
            color[] = {0,0.5,0,1};
        };

        class 6pel
        {
            id = 1;
            idType = 0;
            side = "Resistance";
            size = "Platoon";
            type = "Infantry";
            text = "%1 Pelotão de Infantaria";
            color[] = {0,0.5,0,1};
        };

        class 7pel
        {
            id = 1;
            idType = 0;
            side = "Resistance";
            size = "Platoon";
            type = "Infantry";
            text = "%1 Pelotão de Infantaria";
            color[] = {0,0.5,0,1};
        };
        
        class 8esq
        {
            id = 1;
            idType = 0;
            side = "Resistance";
            size = "Section";
            type = "UAV";
            text = "%1 Seção de UAV";
            color[] = {0,0.5,0,1};
        };
    };
};

The "text" names may be strange, but that's because I use Arma in another language.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×