Page MenuHomeFeedback Tracker

1.18.154960 - NBCHoodBase does not have a script class defined
Closed, ResolvedPublic

Description

The NBCHoodBase class is defined in dz\characters\headgear\config.cpp but there is no corresponding class definition in the scripts.

Other NBC gear base classes have script definitions:

scripts/4_world/entities/itembase/clothing/nbcbootsbase.c:1:class NBCBootsBase extends Clothing {};
scripts/4_world/entities/itembase/clothing/nbcgloves_colorbase.c:1:class NBCGloves_ColorBase extends Clothing {};
scripts/4_world/entities/itembase/clothing/nbcjacketbase.c:1:class NBCJacketBase extends Clothing
scripts/4_world/entities/itembase/clothing/nbcpantsbase.c:1:class NBCPantsBase extends Clothing

There is a NBCHood class defined in scripts\4_world\entities\itembase\clothing\nbchood.c, but it doesn't have a corresponding class definition in any config.cpp files, so it seems to be invalid.

Details

Severity
Minor
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General

Event Timeline

tjensen created this task.Jun 28 2022, 3:50 AM
tjensen renamed this task from NBCHoodBase does not have a script class defined to 1.18.154960 - NBCHoodBase does not have a script class defined.
Geez changed the task status from New to Assigned.Jun 28 2022, 10:33 AM
This comment was removed by Geez.
This comment was removed by Geez.
tjensen added a subscriber: Geez.May 24 2023, 3:47 AM

@Geez It looks like this bug has been fixed in DayZ 1.21

Geez closed this task as Resolved.May 24 2023, 10:54 AM
Geez claimed this task.