RHS Feedback - AFRF | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0006653 | AFRF | [All Projects] General | public | 2022-03-27 22:25 | 2022-03-28 19:38 |
| Reporter | W | ||||
| Assigned To | reyhard | ||||
| Priority | none | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | 0.5.7 | |||
| Is it a wish/request? | No | ||||
| RHS version | Stable | ||||
| Arma 3 version | 2.08 | ||||
| Did you used any other mod when the error occurred? | No | ||||
| Which mods? | |||||
| Summary | 0006653: Fix empty crew for Ural-4320 (Ammo) for Russia (VV) | ||||
| Description | Ural-4320 (Ammo), class RHS_Ural_Ammo_VV_01, is missing crew. The reason is that it has "Civilian" as crew attribute. | ||||
| Steps To Reproduce | Spawn a RHS_Ural_Ammo_VV_01 in Eden Editor and notice it has no crew. | ||||
| Additional Information | 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"; }; }; | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2022-03-27 22:25 | W | New Issue | |||
| 2022-03-28 12:08 | W | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=7668#r7668 | ||
| 2022-03-28 19:38 | reyhard | Status | new => resolved | ||
| 2022-03-28 19:38 | reyhard | Fixed in Version | => 0.5.7 | ||
| 2022-03-28 19:38 | reyhard | Resolution | open => fixed | ||
| 2022-03-28 19:38 | reyhard | Assigned To | => reyhard | ||
| There are no notes attached to this issue. |