Page MenuHomeFeedback Tracker

Wrong HiddenSelections on PM73Rak in Experimental 1.28
Confirmed Internally, NormalPublic

Description

The Config for the pm73rak uses hiddenselections "camo" while the modelconfig only defines the section "zbytek", meaning the vanilla config does not use a hiddenSelectionsMaterials or hiddenSelectionsTextures which can lead to confusion when modders try to reskin it.

Suggestion:
use

		hiddenSelections[]=
		{
			"zybtek"
		};

in config class of PM73Rak_Base
( I was able to reskin it that way )

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 11 x64
Category
Modding
Steps To Reproduce

In: \dz\weapons\firearms\pm73rak\

Check config.cpp for class PM73Rak_Base: , look at hiddenselections ( "camo" )
Check model.cfg for pm73rak.p3d, look at sections ("zybtek")

Event Timeline

Geez changed the task status from New to Assigned.Thu, Apr 17, 1:45 PM
Geez changed the task status from Assigned to Confirmed Internally.Tue, Apr 22, 11:10 AM