1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice
  3. Before reporting issues or bugs, please check the up-to-date Bug Reporting Thread for the current version.
    0.35 Bug Reporting thread
    Solutions and more information may already be available.

Possible to take wheels from one vehicle to put on another?

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by JoshuaTheBlazerGuy, Sep 1, 2016.

Tags:
  1. JoshuaTheBlazerGuy

    JoshuaTheBlazerGuy
    Expand Collapse

    Joined:
    Sep 1, 2016
    Messages:
    4
    I wanted to know if it is possible to take wheels from the Ibishu Pigeon STI-G and put them on the Gavril Pickups and if so how? any help is greatly appreciated!!!
    20160901_000301.jpg 20160901_000223.jpg
     
  2. Destroyer247_52

    Destroyer247_52
    Expand Collapse

    Joined:
    Mar 9, 2015
    Messages:
    187
    Yes of course there is always a way. and here's how(I don't have that mod installed but I've done it with Alder Draggers before.)
    A mod would be recommended because it will add to most 5-Lug wheels. So make a mode folder like
    yourmodname\vehicles\common

    You will need any tire resources transferred to this common folder(with the drag tires, everything was already there)
    Then make sure you change the following(only if you remove the mod, but it will might overwrite the mod)
    EX: "wheel_4_lug_15x7_R" The reason for this was for a Drag Miramar which is 4-Lug

    If it is usual wheel then it should be basically like:
    Code:
    "wheel_4_lug_15x7_R": {
        "information":{
            "authors":"joelebauer01",
            "name":"Alder Dragger 15x7 Rear Wheels",
            "value":270,
        }
        "slotType" : "wheel_R_4",
        "slots": [
            ["type", "default", "description"]
            ["tire_R_15x7_alt","tire_R_185_75_15_standard", "Rear Tires"],
        ],
        "flexbodies": [
            ["mesh", "[group]:", "nonFlexMaterials"],
            //wheels
            ["wheel_09a_15x7", ["wheel_RR","wheelhub_RR"], [], {"pos":{"x":-0.52, "y":0.0, "z":0.0}, "rot":{"x":0, "y":0, "z":180}, "scale":{"x":1, "y":1, "z":1}}],
            ["wheel_09a_15x7", ["wheel_RL","wheelhub_RL"], [], {"pos":{"x": 0.52, "y":0.0, "z":0.0}, "rot":{"x":0, "y":0, "z":0}, "scale":{"x":1, "y":1, "z":1}}],
        ],
        "nodes": [
            ["id", "posX", "posY", "posZ"],
            //rear wheel nodes
            {"frictionCoef":0.5},
            {"nodeMaterial":"|NM_METAL"},
            {"chemEnergy":200,"burnRate":0.5,"flashPoint":300,"smokePoint":200,"selfIgnition":0,"specHeat":1},
            {"selfCollision":true}
            {"collision":true}
            {"nodeWeight":5.0},
            {"group":"wheelhub_RR"},
            ["rw1r", -0.33, 0.0, 0.0],
            {"group":"wheelhub_RL"},
            ["rw1l", 0.33, 0.0, 0.0],
            {"collision":true}
            {"group":"wheelhub_RR"},
            ["rw1rr", -0.60, 0.0, 0.0],
            {"group":"wheelhub_RL"},
            ["rw1ll", 0.60, 0.0, 0.0],
            {"chemEnergy":false,"burnRate":false,"flashPoint":false,"smokePoint":false,"selfIgnition":false,"specHeat":false},
            {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              //rear wheels
              {"breakGroupType":0},
              {"beamSpring":801000,"beamDamp":6},
              {"beamDeform":29250,"beamStrength":434000},
              ["rw1r","rw1rr"],
              ["rw1l","rw1ll"],
              {"breakGroup":""},
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
        "pressureWheels": [
            ["name","hubGroup","group","node1:","node2:","nodeS","nodeArm:","wheelDir"],
            {"disableMeshBreaking":true,"disableHubMeshBreaking":false,"enableHubcaps":false,"hasTire":false},
    
            //general settings
            {"hubRadius":0.20},
            {"wheelOffset":-0.055},
            {"hubWidth":0.205},
            {"numRays":16},
    
            //hub options
            {"hubTreadBeamSpring":1101000, "hubTreadBeamDamp":10},
            {"hubPeripheryBeamSpring":1101000, "hubPeripheryBeamDamp":10},
            {"hubSideBeamSpring":1651000, "hubSideBeamDamp":10},
            {"hubNodeWeight":0.47},
            {"hubNodeMaterial":"|NM_METAL"},
            {"hubFrictionCoef":0.5},
            {"hubBeamDeform":68600, "hubBeamStrength":76000},
        ],
    }
    Then all you need to change is what kind of slot it can go on "slotType" : "wheel_R_4",

    This might not work, and if it doesn't work I'll download the mod, and do it for you. It isn't that hard for me.
     
  3. torsion

    torsion
    Expand Collapse

    Joined:
    May 31, 2015
    Messages:
    1,600
  4. JoshuaTheBlazerGuy

    JoshuaTheBlazerGuy
    Expand Collapse

    Joined:
    Sep 1, 2016
    Messages:
    4
    Thank you very much for the reply, very appreciated, I just love those wheels they remind me of like duratracs or something and the are very detailed, at the right scale would be perfect for the pickup!
     
  5. JoshuaTheBlazerGuy

    JoshuaTheBlazerGuy
    Expand Collapse

    Joined:
    Sep 1, 2016
    Messages:
    4
    Thanks so much! I'll see what can be done, new to this stuff haha
     
  6. Destroyer247_52

    Destroyer247_52
    Expand Collapse

    Joined:
    Mar 9, 2015
    Messages:
    187
    I don't have gimp, or blender installed currently, and my internet is bad so it might take a while.
     
  7. Destroyer247_52

    Destroyer247_52
    Expand Collapse

    Joined:
    Mar 9, 2015
    Messages:
    187
    Well... this is my first time actually having to add files from another mod so I don't know how to do this well.
     
  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