RHS Feedback - GREF
View Issue Details
0005386GREF[All Projects] Generalpublic2019-11-27 07:592019-11-28 10:02
wholebit 
reyhard 
noneminoralways
resolvedfixed 
 
0.5.1 
Stable
0005386: Nationalist Militia Infantry Groups not appearing in Zeus
While the nationalist Militia infantry groups such as Patrol, AT pair... etc. appears in the editor, they are not appearing in Zeus.

Example:

class rhsgref_group_national_infantry_at
                {
                    name = "AT pair";
                    faction = "rhsgref_faction_nationalist";
                    side = 2;
                    rarityGroup = 0.75;
                    icon = "\A3\ui_f\data\map\markers\nato\n_inf.paa";
                    class Unit0
                    {
                        side = 2;
                        vehicle = "rhsgref_nat_grenadier_rpg";
                        rank = "CORPORAL";
                        position[] = {0,5,0};
                    };
                    class Unit1
                    {
                        side = 2;
                        vehicle = "rhsgref_nat_rifleman_m92";
                        rank = "PRIVATE";
                        position[] = {-5,0,0};
                    };
                };

This class of AT pair, while it appears in the editor, it does not appear in the group tab of Zeus
Open up Zeus
No tags attached.
Issue History
2019-11-27 07:59wholebitNew Issue
2019-11-27 08:02wholebitDescription Updatedbug_revision_view_page.php?rev_id=6549#r6549
2019-11-27 08:30reyhardNote Added: 0010117
2019-11-27 08:30reyhardStatusnew => resolved
2019-11-27 08:30reyhardFixed in Version => 0.5.1
2019-11-27 08:30reyhardResolutionopen => fixed
2019-11-27 08:30reyhardAssigned To => reyhard
2019-11-27 22:11wholebitNote Added: 0010119
2019-11-28 08:29reyhardNote Added: 0010120
2019-11-28 08:31reyhardNote Edited: 0010120bug_revision_view_page.php?bugnote_id=10120#r6551
2019-11-28 10:02reyhardNote Edited: 0010120bug_revision_view_page.php?bugnote_id=10120#r6552

Notes
(0010117)
reyhard   
2019-11-27 08:30   
should be fixed in rev 1188. Fixed also TLA & CDF groups too
(0010119)
wholebit   
2019-11-27 22:11   
Thank you, but just out of my curiosity, can you tell me why that is?

I have checked the config.bin files and they seem to be correct and should show up. I noticed that the units indeed have their scopecurator set to 2.

So I am wondering why is that they are not showing up in Zeus?

Also, the btr70 of the indep nationalist are set to the opfor side 0.

class rhs_group_indp_nat_btr70
            {
                name = "Motorized (BTR-70)";
                aliveCategory = "Mechanized";
                class rhs_group_nat_btr70_chq
                {
                    name = "$STR_RHS_GROUPS_COMPANY_HQ";
                    faction = "rhsgref_faction_nationalist";
                    side = 0;
                    rarityGroup = 0.75;
                    icon = "\A3\ui_f\data\map\markers\nato\o_mech_inf.paa";
                    class Unit0
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_commander";
                        rank = "CAPTAIN";
                        position[] = {0,5,0};
                    };
                    class Unit1
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_rifleman";
                        rank = "LIEUTENANT";
                        position[] = {-5,0,0};
                    };
                    class Unit2
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_rifleman";
                        rank = "LIEUTENANT";
                        position[] = {3,0,0};
                    };
                    class Unit3
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_btr70";
                        rank = "SERGEANT";
                        position[] = {5,0,0};
                    };
                };
                class rhs_group_nat_btr70_squad
                {
                    name = "$STR_RHS_GROUPS_SQUAD";
                    faction = "rhsgref_faction_nationalist";
                    side = 0;
                    rarityGroup = 0.75;
                    icon = "\A3\ui_f\data\map\markers\nato\o_mech_inf.paa";
                    class Unit0
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_commander";
                        rank = "SERGEANT";
                        position[] = {0,5,0};
                    };
                    class Unit1
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_grenadier";
                        rank = "SERGEANT";
                        position[] = {-5,0,0};
                    };
                    class Unit2
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_grenadier";
                        rank = "PRIVATE";
                        position[] = {3,0,0};
                    };
                    class Unit3
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_btr70";
                        rank = "CORPORAL";
                        position[] = {5,0,0};
                    };
                    class Unit4
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_machinegunner";
                        rank = "PRIVATE";
                        position[] = {7,0,0};
                    };
                    class Unit5
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_grenadier_rpg";
                        rank = "PRIVATE";
                        position[] = {9,0,0};
                    };
                    class Unit6
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_grenadier_rpg";
                        rank = "PRIVATE";
                        position[] = {11,0,0};
                    };
                    class Unit7
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_rifleman";
                        rank = "PRIVATE";
                        position[] = {13,0,0};
                    };
                };
                class rhs_group_nat_btr70_squad_2mg
                {
                    name = "$STR_RHS_GROUPS_SQUAD_2MG";
                    faction = "rhsgref_faction_nationalist";
                    side = 0;
                    rarityGroup = 0.75;
                    icon = "\A3\ui_f\data\map\markers\nato\o_mech_inf.paa";
                    class Unit0
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_grenadier";
                        rank = "SERGEANT";
                        position[] = {0,5,0};
                    };
                    class Unit1
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_rifleman_m92";
                        rank = "CORPORAL";
                        position[] = {-5,0,0};
                    };
                    class Unit2
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_machinegunner";
                        rank = "PRIVATE";
                        position[] = {3,0,0};
                    };
                    class Unit3
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_btr70";
                        rank = "CORPORAL";
                        position[] = {5,0,0};
                    };
                    class Unit4
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_machinegunner";
                        rank = "PRIVATE";
                        position[] = {7,0,0};
                    };
                    class Unit5
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_medic";
                        rank = "PRIVATE";
                        position[] = {9,0,0};
                    };
                    class Unit6
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_rifleman_akms";
                        rank = "PRIVATE";
                        position[] = {11,0,0};
                    };
                };
                class rhs_group_nat_btr70_squad_sniper
                {
                    name = "$STR_RHS_GROUPS_SQUAD_SNIPER";
                    faction = "rhsgref_faction_nationalist";
                    side = 0;
                    rarityGroup = 0.75;
                    icon = "\A3\ui_f\data\map\markers\nato\o_mech_inf.paa";
                    class Unit0
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_grenadier";
                        rank = "SERGEANT";
                        position[] = {0,5,0};
                    };
                    class Unit1
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_rifleman_m92";
                        rank = "CORPORAL";
                        position[] = {-5,0,0};
                    };
                    class Unit2
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_hunter";
                        rank = "PRIVATE";
                        position[] = {3,0,0};
                    };
                    class Unit3
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_btr70";
                        rank = "CORPORAL";
                        position[] = {5,0,0};
                    };
                    class Unit4
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_machinegunner";
                        rank = "PRIVATE";
                        position[] = {7,0,0};
                    };
                    class Unit5
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_grenadier_rpg";
                        rank = "PRIVATE";
                        position[] = {9,0,0};
                    };
                    class Unit6
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_medic";
                        rank = "PRIVATE";
                        position[] = {11,0,0};
                    };
                };
                class rhs_group_nat_btr70_squad_mg_sniper
                {
                    name = "$STR_RHS_GROUPS_SQUAD_MG_SNIPER";
                    faction = "rhsgref_faction_nationalist";
                    side = 0;
                    rarityGroup = 0.75;
                    icon = "\A3\ui_f\data\map\markers\nato\o_mech_inf.paa";
                    class Unit0
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_commander";
                        rank = "SERGEANT";
                        position[] = {0,5,0};
                    };
                    class Unit1
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_grenadier";
                        rank = "SERGEANT";
                        position[] = {-5,0,0};
                    };
                    class Unit2
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_machinegunner";
                        rank = "PRIVATE";
                        position[] = {3,0,0};
                    };
                    class Unit3
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_btr70";
                        rank = "CORPORAL";
                        position[] = {5,0,0};
                    };
                    class Unit4
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_hunter";
                        rank = "PRIVATE";
                        position[] = {7,0,0};
                    };
                    class Unit5
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_medic";
                        rank = "PRIVATE";
                        position[] = {9,0,0};
                    };
                    class Unit6
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_rifleman_akms";
                        rank = "PRIVATE";
                        position[] = {11,0,0};
                    };
                };
                class rhs_group_nat_btr70_squad_aa
                {
                    name = "$STR_RHS_GROUPS_SQUAD_AA";
                    faction = "rhsgref_faction_nationalist";
                    side = 0;
                    rarityGroup = 0.75;
                    icon = "\A3\ui_f\data\map\markers\nato\o_mech_inf.paa";
                    class Unit0
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_grenadier";
                        rank = "SERGEANT";
                        position[] = {0,5,0};
                    };
                    class Unit1
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_specialist_aa";
                        rank = "CORPORAL";
                        position[] = {-5,0,0};
                    };
                    class Unit2
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_specialist_aa";
                        rank = "PRIVATE";
                        position[] = {3,0,0};
                    };
                    class Unit3
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_btr70";
                        rank = "CORPORAL";
                        position[] = {5,0,0};
                    };
                    class Unit4
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_machinegunner";
                        rank = "PRIVATE";
                        position[] = {7,0,0};
                    };
                    class Unit5
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_grenadier";
                        rank = "PRIVATE";
                        position[] = {9,0,0};
                    };
                    class Unit6
                    {
                        side = 0;
                        vehicle = "rhsgref_nat_rifleman_akms";
                        rank = "PRIVATE";
                        position[] = {11,0,0};
                    };
                };
(0010120)
reyhard   
2019-11-28 08:29   
(edited on: 2019-11-28 10:02)
Some of the units from that group were missing from CfgPatches. I fixed above error too (same thing applied to TLA revolutionaries)