Page MenuHomeFeedback Tracker

[Request] Add possibility to mod Sakhal dynamic police cars
New, NormalPublic

Description

When looking in events.xml the class names seams to be Land_Wreck_sed02_aban1_Police_DE and Land_Wreck_sed02_aban2_Police_DE

I search Land_Wreck_sed02_aban1_Police_DE references in the vanilla code and found nothing even in config.cpp files maybe it miss some declaration somewhere

Details

Severity
Feature
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
class Land_Wreck_sed02_aban1_Police_DE extends House // or extends something else
{
	void Land_Wreck_sed02_aban1_Police_DE ()
	{
		Print("Hello");
	}
}

It does nothing.
Note that this methode works to detect heli crash, convoys, train events but not Sakhal police car events

Event Timeline

Liven created this task.Thu, Oct 31, 8:00 PM
Liven edited Steps To Reproduce. (Show Details)