Page MenuHomeFeedback Tracker

Black and blue gunter have red front
Confirmed Internally, NormalPublic

Description

Hello,
the black and blue gunter (Hatchback_02_Black and Hatchback_02_blue) take the front from (Hatchback_02) which is red. Thus all gunter vehicles have a red front.

The correction code I applied:

class Hatchback_02;
class Hatchback_02_Black: Hatchback_02
{
	class DamageSystem: DamageSystem
	{
		class DamageZones: DamageZones
		{
			class Front: Front
			{
				class Health: Health
				{
					RefTexsMats[]=
					{
						"dz\vehicles\wheeled\hatchback_02\data\red\hatchback_02_body.rvmat"
					};
					healthLevels[]=
					{
						
						{
							1,
							
							{
								"dz\vehicles\wheeled\Hatchback_02\data\black\Hatchback_02_Body.rvmat"
							}
						},
						
						{
							0.69999999,
							
							{
								"dz\vehicles\wheeled\Hatchback_02\data\black\Hatchback_02_Body.rvmat"
							}
						},
						
						{
							0.5,
							
							{
								"dz\vehicles\wheeled\Hatchback_02\data\black\Hatchback_02_Body_damage.rvmat"
							}
						},
						
						{
							0.30000001,
							
							{
								"dz\vehicles\wheeled\Hatchback_02\data\black\Hatchback_02_Body_damage.rvmat"
							}
						},
						
						{
							0,
							
							{
								"dz\vehicles\wheeled\Hatchback_02\data\black\Hatchback_02_Body_destruct.rvmat"
							}
						}
					};
				};
			};
		};
	};
};
	
class Hatchback_02_Blue: Hatchback_02
{
	class DamageSystem: DamageSystem
	{
		class DamageZones: DamageZones
		{
			class Front: Front
			{
				class Health: Health
				{
					RefTexsMats[]=
					{
						"dz\vehicles\wheeled\hatchback_02\data\red\hatchback_02_body.rvmat"
					};
					healthLevels[]=
					{
						
						{
							1,
							
							{
								"dz\vehicles\wheeled\Hatchback_02\data\blue\Hatchback_02_Body.rvmat"
							}
						},
						
						{
							0.69999999,
							
							{
								"dz\vehicles\wheeled\Hatchback_02\data\blue\Hatchback_02_Body.rvmat"
							}
						},
						
						{
							0.5,
							
							{
								"dz\vehicles\wheeled\Hatchback_02\data\blue\Hatchback_02_Body_damage.rvmat"
							}
						},
						
						{
							0.30000001,
							
							{
								"dz\vehicles\wheeled\Hatchback_02\data\blue\Hatchback_02_Body_damage.rvmat"
							}
						},
						
						{
							0,
							
							{
								"dz\vehicles\wheeled\Hatchback_02\data\blue\Hatchback_02_Body_destruct.rvmat"
							}
						}
					};
				};
			};
		};
	};
};

Details

Severity
Tweak
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Operating System Version
all systems
Category
Visual-Vehicles

Event Timeline

5treet created this task.Aug 14 2023, 9:29 AM
Geez changed the task status from New to Awaiting internal Testing.Aug 14 2023, 9:38 AM
Geez changed the task status from Awaiting internal Testing to Confirmed Internally.Aug 16 2023, 11:00 AM