Page MenuHomeFeedback Tracker

[FIXED] lever_pilot - unknown animation source collectiveRTD for heli light class
Closed, ResolvedPublic

Description

From rpt

"O_Heli_Light_02_F"
O_Heli_Light_02_F: lever_pilot - unknown animation source collectiveRTD
"O_Heli_Light_02_unarmed_F"
O_Heli_Light_02_unarmed_F: lever_pilot - unknown animation source collectiveRTD

Details

Legacy ID
747849689
Severity
None
Resolution
Fixed
Reproducibility
Always
Category
Config

Event Timeline

kju-PvPscene edited Additional Information. (Show Details)
kju-PvPscene set Category to Config.
kju-PvPscene set Reproducibility to Always.
kju-PvPscene set Severity to None.
kju-PvPscene set Resolution to Fixed.
kju-PvPscene set Legacy ID to 747849689.May 7 2016, 6:47 PM
gnrnr added a subscriber: gnrnr.May 7 2016, 6:47 PM
gnrnr added a comment.Oct 5 2014, 10:38 PM

I'm experiencing the same issue. My model.cfg for my model has the following:

class Lever_Pilot_Increase {

				type="rotation";
				source="collectiveRTD";
				memory = 1;
				animPeriod = 0;
				selection="Lever_pilot";
				axis="lever_pilot_axis";
				minValue = -0.1;
				maxValue = 0.1;
				angle0 = 0.1;
				angle1 = -0.1;
			};

The sample helo in Arma3 Tools has:

class lever_pilot: rotation

			{
				source = "collectiveRTD";
				selection = "lever_pilot";
				axis = "lever_pilot_axis";
				angle0 = "rad -3";
				angle1 = "rad 12";
			};