Page MenuHomeFeedback Tracker

cfgMineTriggers WireTrigger is broken
Closed, ResolvedPublic

Description

the parameter array mineWireEnd does not work as expected, it is not actually a possition but the reather a distance in the Y axis from the mineWireStart array from what i observed.

This is the A3 Vanilla WireTrigger class in cfgMineTriggers, the mineWireEnd position should be 3m from the mineWireStart position on the X axis.

class WireTrigger: Default
	{
		mineTriggerType = "wire";
		restrictZoneCenter[] = {0.1,0,0};
		restrictZoneRadius = 3.0;
		mineWireStart[] = {-1.4,0.1,0.0};
		mineWireEnd[] = {1.6,0.1,0.0};
		mineTriggerMass = 14;
	};


You can see that it does not do that, and it's not that the p3d would be rotated in the wrong direction, there is literally no way to bring the mineWireEnd position on the X axis it only moves in the Y axis away from the mineWireStart position.

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
Config
Steps To Reproduce

load up the repro mission and look at the mine in diag mode.
diag.exe required!

Event Timeline

Lappihuan updated the task description. (Show Details)
kllrt closed this task as Resolved.Jul 26 2017, 6:18 PM
kllrt claimed this task.