RHS Feedback - AFRF
View Issue Details
0005271AFRF[All Projects] Generalpublic2019-09-18 01:002019-09-18 08:29
CommanderA9 
reyhard 
noneminoralways
closedno change required 
 
 
No
Stable
1.94
Yes
My own, with ACE, 3CB British Armed Forces, all RHS mods with compatability files, CUP Vehicles, CUP Weapons, ACE, ACE Medical, ACE X, etc.
0005271: All GAZ-66 (ZU-23-2) Russia Trucks Deploy With Original Crew (When Custom Crew Is Configured)
All RHS AFRF GAZ-66 ZU-23-2 (Russia) Antiaircraft Trucks deploy with their original crewmembers in the gunners' and commanders' positions when a custom crew is configured to deploy with the vehicles. Only the drivers' positions are occupied by the customized crewmember.

My configuration is below. Screenshots are attached.

    class rhs_gaz66_zu23_msv; // Red Hammer Studios GAZ-66 (ZU-23-2) Truck Russia MSV) [error with custom crews]

        class BAKTRI_GAZ66_ZU23_ARMY: rhs_gaz66_zu23_msv // Baktriastan GAZ-66 (ZU-23-2) Truck (Army)
        {
            editorPreview = "?";
            editorSubcategory = "trucks";
            generalMacro = "BAKTRI_GAZ66_ZU23_ARMY";
            author = "[TLS] Commander A9";
            scope = 2; // Available in Eden Editor
            scopeCurator = 2; // Available in Zeus
            side = 0; // OPFOR
            displayName = "GAZ-66 (ZU-23-2, Army Crew)";
            faction = Baktriastan_Armed_Forces_BAF;
            vehicleClass = "rhs_vehclass_truck";
            crew = "baktri_army_rifleman_fsbbaf";
            typicalCargo[] = {"baktri_army_rifleman_fsbbaf","baktri_army_rifleman_fsbbaf","baktri_army_rifleman_fsbbaf"};
        };

        class GLASC_GAZ66_ZU23: rhs_gaz66_zu23_msv // Global Liberation Army GAZ-66 (ZU-23-2) Truck
        {
            editorPreview = "?";
            editorSubcategory = "trucks";
            generalMacro = "GLASC_GAZ66_ZU23";
            author = "[TLS] Commander A9";
            scope = 2; // Available in Eden Editor
            scopeCurator = 2; // Available in Zeus
            side = 2; // INFOR
            displayName = "GAZ-66 (ZU-23-2)";
            faction = GLASC_BAF;
            vehicleClass = "rhs_vehclass_truck";
            crew = "glasc_rebel_fsbbaf";
            typicalCargo[] = {"glasc_rebel_fsbbaf","glasc_rebel_fsbbaf","glasc_rebel_fsbbaf"};
        };

I tested this with other GAZ-66 ZU-23-2 vehicles - the issue repeated.
Based on mod configurations to utilize the RHS AFRF vehicle with a crewmember created with a customized loadout, simply deploy the vehicle.
Screenshot shows the RHS AFRF Russia MSV GAZ-66 ZU-23-2 vehicle in the following configurations:

Left: Default
Center: Custom crew, OPFOR
Right: Custom crew, INFOR

The custom crewmember is positioned in front of the center and right vehicle. The driver adopts this loadout, but as can be seen in the screenshot, the gunner and commander does not.
No tags attached.
jpg 20190917185644_1.jpg (233,859) 2019-09-18 01:00
https://feedback.rhsmods.org/file_download.php?file_id=2049&type=bug
jpg
Issue History
2019-09-18 01:00CommanderA9New Issue
2019-09-18 01:00CommanderA9File Added: 20190917185644_1.jpg
2019-09-18 02:49CommanderA9SummaryGAZ-66 (ZU-23-2) Russia MSV Truck Deploys With Original Crew (When Custom Crew Is Configured) => All GAZ-66 (ZU-23-2) Russia Trucks Deploy With Original Crew (When Custom Crew Is Configured)
2019-09-18 02:49CommanderA9Description Updatedbug_revision_view_page.php?rev_id=6424#r6424
2019-09-18 08:29reyhardNote Added: 0009879
2019-09-18 08:29reyhardStatusnew => closed
2019-09-18 08:29reyhardAssigned To => reyhard
2019-09-18 08:29reyhardResolutionopen => no change required

Notes
(0009879)
reyhard   
2019-09-18 08:29   
You have to use gunnerType in turret config. Google should reveal bit more information about it