Trying to create a green-coloured Fal_FoldingBttstck, there is no 'camo' hidden selection on LOD's 5 and up so changes are not apparent close-up
Description
Description
Details
Details
- Severity
- Tweak
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- General
Steps To Reproduce
Create a mod with config.cpp like:
class CfgPatches { class custom_colour_Attachments { units[]={}; weapons[]={}; requiredVersion=0.1; requiredAddons[]= { "DZ_Data", "DZ_Weapons_Supports" }; }; }; class cfgVehicles { class Fal_FoldingBttstck; class Fal_FoldingBttstck_Green: Fal_FoldingBttstck { scope=2; color="Green"; descriptionShort="A green-painted, lightweight buttstock for the FAL battle rifle."; hiddenSelections[]= { "camo" }; hiddenSelectionsTextures[]= { "custom_colour\paint\weapons\attachments\fal\fal_stock_folding_green_co.paa" }; hiddenSelectionsMaterials[]= { "dz\weapons\attachments\support\data\FAL_stock_folding.rvmat" }; }; };