Hi there! I'am developing a wagon for Train Sim Classic and I'am interested in animate de brake shoes, where should I start? I used Call("*:GetControlValue", "TrainBrakeCylinderPressurePSI", 0), but not works. Thanks!
Do you have the TrainBrakeCylinderPressurePSI control value in the wagon blueprint? You also need a loco to have the same control value, and that it is set to apply to consist. But then you can have some devs that uses TrainBrakeCylinderPressureBAR instead, so now you won't get any value on TrainBrakeCylinderPressurePSI. Most devs uses TrainBrakeControl for applying brakes, so it might be more safe to use this CV. But then again, in the loco blueprint it has to be set to "apply to consist" It's not so easy to make this work unless you make the loco too, since all the calculations for bakes are done on the loco only. And since devs script their brakes differently you can't really tell when the brakes are applied.