Community Forum

[BUG] Phoenix 6x6

Forum Overview >> Feedback

CategoryFeedback
Created09.01.2021 04:53


Mike R*** (Vanguard) 09.01.2021 04:53
The ackermannSteering node in the Tatra Phoenix is incorrect. Some mods such as courseplay use this node to determine the center position/steering point for the vehicles, causing havok:

<wheels>
<ackermannSteeringConfigurations>
<ackermannSteering rotSpeed="40" rotMax="30" rotCenterWheel1="3" rotCenterWheel2="3" />
</ackermannSteeringConfigurations>

Wheel 1 and 2 are both set to "3", should be "3" and "4" respectively.
<ackermannSteeringConfigurations>
<ackermannSteering rotSpeed="40" rotMax="30" rotCenterWheel1="3" rotCenterWheel2="4"/>
</ackermannSteeringConfigurations>

Ɓukasz Dziurla (Unknown) 06.02.2021 20:37



Note: Log in to post. Create a new account here.