Page MenuHomeFeedback Tracker

Missing Camo hidden selection on Fal Folding Buttstock
Assigned, UrgentPublic

Description

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

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"
		};
	};
};

Event Timeline

Sp4cecat created this task.Jul 23 2022, 1:27 PM
Geez changed the task status from New to Assigned.Jul 25 2022, 10:03 AM