Railway engine pulling bogies on a splinemesh track with pure physics

I’m trying to create a railway system with pure physics for my game. I have a bogie as a static mesh with sockets for the wheels. They move as force is acted upon. The engine is a skeletal mesh and a blueprint of the same inherits from wheeled vehicle (also uses animation blueprints, wheel & tire data and a physics asset). Using this method, the wheels of the engine don’t have any collision and they sink through the landscape component.

Me Too!

Looks like you have quite a head start on me, so maybe I could glean a bit of information. :wink:

I am looking to get a loco into Unreal, but I’m not even sure how I should proceed in getting the unit into the editor. This will be an advanced vehicle, with hundreds of moving player interactive parts. It will eventually be ported to DTGs Train Sim World. Since I know so little, for now i have settled for importing meshes and animated parts, attaching them in a hierarchal order, and adjusting materials. Any advice you can give will be greatly appreciated.




Hi,

I managed to get it running using angular motors and physics constraints. However, I’m getting bounciness at high speeds. I managed to reduce it using friction but doesn’t look like a full-proof solution. When I adjust the strength of the angular motor to be too high, the wheels start going haywire even with the constraints.

For the bounciness issue, it’s towards the end of this gif…

Railphy.gif

Hi all,

This Train and Rail system might be of interest to you: https://forums.unrealengine.com/showthread.php?139109-Train-and-Rail-System

While it’s not ‘pure’ physics, it does use accurate physics calculation for speed, taking mass, acceleration, friction and the incline the carriage is currently on into account.
Hope it’s of some interest or use to you for your project.

Thanks,

Currently working on the same concept, but I’ve been focusing on using physics constraints.

The wheels not having collision when using a wheeled vehicle is a model export problem. Something to do with scaling and direction of the bones for the wheels.

Hey, Idk if i can expect any answer since the this the guy behind this asset didn’t respond at any messages in 4 years but here’s my probleme, i can’t find why when after a switch the train bounces off in the other direction.
If anyone ever had that issue and know how to fix it, i’ll gladly take the help.

Kind regards