Page MenuHomeFeedback Tracker

Missing "class" property in GEO LOD
Assigned, UrgentPublic

Description

Hello the following .p3d file doesn't have a "class" property in his GEO LOD :

DZ/Structures/residential/Misc/Misc_Hutch.p3d

It is possible to fix this?

I suggest to add "class" property with "house" value, and if possible an "action" vertex point on the Memory LOD like the ChickenCoop p3d file in the same directory.

The file in DZ/Structures/residential/config.cpp need to be updated with the following code in CfgVehicle class :

class Land_Misc_Hutch: HouseNoDestruct
{
	scope = 1;
	model = "\DZ\structures\Residential\Misc\Misc_Hutch.p3d";
};

Thanks

Details

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

Event Timeline

Hellmaker2a updated the task description. (Show Details)Jun 24 2022, 5:51 PM
Geez changed the task status from New to Assigned.Jun 27 2022, 12:29 PM