Page MenuHomeFeedback Tracker

Wheel defined incorrectly from truck_03
New, WishlistPublic

Description

soft_f_epc\truck_03\

the wheel class R3 have the wrong side define

			class R2: L2
			{
				boneName = "wheel_2_2_damper";
				steering = 1;
				center = "wheel_2_2_axis";
				boundary = "wheel_2_2_bound";
				suspForceAppPointOffset = "wheel_2_2_axis";
				tireForceAppPointOffset = "wheel_2_2_axis";
				side = "right";
				maxHandBrakeTorque = 0;
			};
			class R3: L3
			{
				boneName = "wheel_2_3_damper";
				steering = 0;
				center = "wheel_2_3_axis";
				boundary = "wheel_2_3_bound";
				suspForceAppPointOffset = "wheel_2_3_axis";
				tireForceAppPointOffset = "wheel_2_3_axis";
				maxHandBrakeTorque = 300000;
			};

Need the side = "right"; in R3

Details

Legacy ID
1707506635
Severity
None
Resolution
Open
Reproducibility
N/A
Category
Config

Event Timeline

Nokman edited Steps To Reproduce. (Show Details)Dec 27 2014, 3:18 PM
Nokman edited Additional Information. (Show Details)
Nokman set Category to Config.
Nokman set Reproducibility to N/A.
Nokman set Severity to None.
Nokman set Resolution to Open.
Nokman set Legacy ID to 1707506635.May 7 2016, 8:01 PM
Nokman added a subscriber: Nokman.

for "_i" from 0 to 5 do {diag_log str (getText((configFile >> "CfgVehicles" >> "O_Truck_03_covered_F" >> "Wheels") select _i >> "side"))
};
select: 0-2 left

3-5 right

is correct