Solved Nodes won't collide with triangles

Discussion in 'Mod Support' started by Alastair, Aug 2, 2016.

  1. Alastair

    Alastair
    Expand Collapse

    Joined:
    Aug 5, 2012
    Messages:
    77
    My node section starts like this:

    Code:
            "nodes": [
            ["id", "posX", "posY", "posZ"],
            {"selfcollision":true}, 
            {"collision":true},
            {"frictionCoef":0.7}, 
            {"nodeMaterial":"|NM_METAL"}, 
            {"nodeWeight":10},
    
    Then the collision triangles are defined in a "triangles" section.

    Everything looks fine in game with the collision triangles visible however the nodes glide straight through. (It's for the buffers of my train)

    Happy to send all the relevant files to someone who actually know's what they're doing...

    Cheers!
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice