Solved Tyres not generated with PressureWheels

Discussion in 'Mod Support' started by Teh Daemon, Sep 6, 2018.

  1. Teh Daemon

    Teh Daemon
    Expand Collapse

    Joined:
    Aug 5, 2013
    Messages:
    85
    I'm trying to create some wheels for my car using PressureWheels but I seem to be hitting a snag where the hub is successfully created but the tyre isn't. Here's the relevant jbeam section:

    Code:
        "pressureWheels": [
         ["name","hubGroup","group","node1:","node2:","nodeS","nodeArm:","wheelDir"],
         {"enableTireSideSupportBeams":true},
         {"radius": 0.2734},
         {"hubRadius": 0.1915},
         {"hubWidth":0.17864}, //Width of the rim
         {"tireWidth":0.17864}, //Width of the tire
         {"numRays":12}, //The amount of nodes to make the circle, more may result in smoother driving, but at the cost of performance, weight & stability
         {"selfCollision":false},
         {"collision":true},   
        
         {"axleBeams":["al5","ar2"]},
         ["FL", "rim_FL_g", "tyre_FL_g", "ar2", "ar0", 9999,  "ar3", 1],
         {"axleBeams":["al5","ar2"]},
         ["FR", "rim_FR_g", "tyre_FR_g", "al1", "al5", 9999,  "al4", 1, [{"hasTire":true}]],
         {"axleBeams":[]},
        
         {"axleBeams":["bl5","br2"]},
         ["RL", "rim_RL_g", "tyre_RL_g", "br2", "br0", 9999,  "br3", 1],
         {"axleBeams":["bl5","br2"]},
         ["RR", "rim_RR_g", "tyre_RR_g", "bl5", "bl1", 9999,  "b14", 1],
         {"axleBeams":[]},
        ],
    Even the wheel with an explicit hasTire(true) argument has no effect, the wheels still lack tyres. Weirdly I had no problems generating the tyres with HubWheels. Any help would be appreciated!
     
    • Like Like x 1
  2. fufsgfen

    fufsgfen
    Expand Collapse

    Joined:
    Jan 10, 2017
    Messages:
    6,782
    • Like Like x 1
  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