Page MenuHomeFeedback Tracker

1.27 Sakhal - structures_sakhal config wrong and points to missing files
Assigned, NormalPublic

Description

structures_sakhal config.cpp is incorrect.
There are many classnames that point to incorrectly located p3d files.

\DZ\structures_sakhal\stockyard

Is should be
\DZ\structures_sakhal\industrial\stockyard

class StaticObj_Conveyor_Chute: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\stockyard\Conveyor_Chute.p3d";
	};
	class StaticObj_Conveyor_Junction: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\stockyard\Conveyor_Junction.p3d";
	};
	class StaticObj_Conveyor_Long: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\stockyard\Conveyor_Long.p3d";
	};
	class StaticObj_Conveyor_Pillar: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\stockyard\Conveyor_Pillar.p3d";
	};
	class StaticObj_Conveyor_Short: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\stockyard\Conveyor_Short.p3d";
	};
	class StaticObj_Conveyor_Short2: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\stockyard\Conveyor_Short2.p3d";
	};

These don't even exist

	class StaticObj_Decal_Sakhal_Snow_07_noLC: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\roads\decals\Decal_Sakhal_Snow_07_noLC.p3d";
	};
	class StaticObj_Decal_Sakhal_Snow_08: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\roads\decals\Decal_Sakhal_Snow_08.p3d";
	};
	class StaticObj_Decal_Sakhal_Snow_08_noLC: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\roads\decals\Decal_Sakhal_Snow_08_noLC.p3d";
	};
	class StaticObj_Decal_Sakhal_Snow_09: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\roads\decals\Decal_Sakhal_Snow_09.p3d";
	};
	class StaticObj_Decal_Sakhal_Snow_09_noLC: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\roads\decals\Decal_Sakhal_Snow_09_noLC.p3d";
	};
	class StaticObj_Decal_Sakhal_Snow_10: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\roads\decals\Decal_Sakhal_Snow_10.p3d";
	};
	class StaticObj_Decal_Sakhal_Snow_10_noLC: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\roads\decals\Decal_Sakhal_Snow_10_noLC.p3d";
	};
	class StaticObj_Decal_Sakhal_Snow_11: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\roads\decals\Decal_Sakhal_Snow_11.p3d";
	};
	class StaticObj_Decal_Sakhal_Snow_11_noLC: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\roads\decals\Decal_Sakhal_Snow_11_noLC.p3d";
	};
	class StaticObj_Decal_Sakhal_Snow_12: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\roads\decals\Decal_Sakhal_Snow_12.p3d";
	};
	class StaticObj_Decal_Sakhal_Snow_12_noLC: HouseNoDestruct
	{
		scope = 1;
		model = "DZ\structures_sakhal\roads\decals\Decal_Sakhal_Snow_12_noLC.p3d";
	};

Details

Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 11 x64
Category
Config
Additional Information

Event Timeline

Nate_LapT edited Additional Information. (Show Details)
Geez changed the task status from New to Assigned.Feb 27 2025, 12:22 PM