[OPEN-SOURCE] Machinery Modelling Toolkit

Yeah, then you will have to rotate them, but this should be simple. Just select all of your handles and add roll value in rotation.

For UpdateFriction either wait when I post a short guide on it or simply copy the code from T-26. It’s relatively simple:

  1. We need to calculate total amount of friction points in contact with ground. This is where local integer variable is used Num_Friction_Points or something like that. The most important is for it be local.
  2. Then we have two sequence branches, each for each side of the tank. We just need to fetch velocity of the track from “TrackProcessor” (?) on corresponding side and pass it to friction component.

I need to look into “track processor” to describe it’s input parameters but feel free to add them already. Look at the bottom of the list in T-26 components.