RHS Feedback - AFRF
View Issue Details
0006653AFRF[All Projects] Generalpublic2022-03-27 22:252022-03-28 19:38
W 
reyhard 
noneminoralways
resolvedfixed 
 
0.5.7 
No
Stable
2.08
No
0006653: Fix empty crew for Ural-4320 (Ammo) for Russia (VV)
Ural-4320 (Ammo), class RHS_Ural_Ammo_VV_01, is missing crew. The reason is that it has "Civilian" as crew attribute.
Spawn a RHS_Ural_Ammo_VV_01 in Eden Editor and notice it has no crew.
Mod: RHSAFRF
Addon: rhs_c_a2port_car

Ural-4320 (Ammo) for MSV, VDV, and VMF all have crew, so to make it consistent the VV vehicle should also have crew.

All other Ural-4320 trucks for Russia (VV), including Fuel and Repair, have crew "rhs_msv_driver". Thus, fix this by changing "Civilian" to "rhs_msv_driver" for crew:

class CfgVehicles {
    class RHS_Ural_Ammo_Base;
    class RHS_Ural_Ammo_VV_01: RHS_Ural_Ammo_Base {
        crew = "rhs_msv_driver";
    };
};
No tags attached.
Issue History
2022-03-27 22:25WNew Issue
2022-03-28 12:08WSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=7668#r7668
2022-03-28 19:38reyhardStatusnew => resolved
2022-03-28 19:38reyhardFixed in Version => 0.5.7
2022-03-28 19:38reyhardResolutionopen => fixed
2022-03-28 19:38reyhardAssigned To => reyhard

There are no notes attached to this issue.