RHS Feedback

View Revisions: Issue #5386 Back to Issue ]
Summary 0005386: Nationalist Militia Infantry Groups not appearing in Zeus
Revision 2019-11-27 07:59 by wholebit
Description While the nationalist Militia infantry groups such as patrol, AT team... etc. appears in the editor, they are not appearing in Zeus.
Revision 2019-11-27 08:02 by wholebit
Description 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


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker