RHS Feedback - AFRF
View Issue Details
0006652AFRF[All Projects] Generalpublic2022-03-27 15:392022-03-27 18:03
W 
 
noneminoralways
newopen 
 
 
No
Stable
2.08
No
0006652: Duplicate, missing, and inconsistent vehicle configs for factions in textureSources
1. In many/all vehicle configs there are duplicate "rhs_faction_vdv" entries in the factions array for texture sources.

2. Some vehicle configs are missing an entry in the aforementioned factions array. For example, rhs_zil131_msv is missing "rhs_faction_msv" in the factions array in the standard texture source.

3. Configs are inconsistent as some vehicles have a factions array in textureSources, others have an empty one, and yet others have none.
1.
Debug Console: getArray (configFile >> "CfgVehicles" >> "RHS_UAZ_MSV_01" >> "textureSources" >> "standard" >> "factions");
// ["rhs_faction_msv","rhs_faction_vmf","rhs_faction_vdv","rhs_faction_vdv","rhs_faction_vv"]

2.
Debug Console: getArray (configFile >> "CfgVehicles" >> "rhs_zil131_msv" >> "textureSources" >> "standard" >> "factions");
// ["rhs_faction_vmf","rhs_faction_vdv","rhs_faction_vdv","rhs_faction_vv"]

3.
Debug Console: getArray (configfile >> "CfgVehicles" >> "rhs_kraz255b1_cargo_open_msv" >> "textureSources" >> "Standard" >> "factions");
// []

To change camouflage of a vehicle:
Spawn the vehicle in Eden Editor > Right-click on the vehicle > Edit Vehicle Appearance...
2.
Example effects:
* rhs_btr70_msv only has three camouflages in the Virtual Arsenal Garage, while all other Russian BTR-70s (vdv, vmf, vv) have ten camouflages (because seven texture sources don't include "rhs_faction_msv" in their factions arrays).
* With RHSGREF loaded, rhssaf_un_uaz can have its camouflage set to Takistani (as its factions array is empty) in the Garage, but its standard white texture cannot be re-selected after that (as its factions array is missing "rhsgref_faction_un").
No tags attached.
Issue History
2022-03-27 15:39WNew Issue
2022-03-27 16:36WSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=7665#r7665
2022-03-27 18:03WSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=7666#r7666

There are no notes attached to this issue.