carts
carts copied to clipboard
Feature Request : collision carts. [Solved]
Carts has not completed physics. I built route of the tracks in the shape of a square and one carriage ride around in circles, second wagon standing on the route. There is no collision wagons. When I stand on the route also collision with the wagon (cart) not exist.
Edit: Solved with change " physical = false, " to " physical = true, " in line 9 in .../carts/init.lua
Making carts physical=true
would most likely break movement on slopes.
Maybe it is true, but for me it is ok, when I inside, this cart going and going, so this can be :-) So if better is not change , can You add this info to README file ?
Manual: Switch physical --> line 9 in .../carts/init.lua "physical=true" , "physical=false" Destruction cart --> Shift + left click
Thanks :-)