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.37 Bug Reporting thread
    Solutions and more information may already be available.

making a separate jbeam file (SOLVED)

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by ThreeDTech21, Oct 5, 2015.

  1. ThreeDTech21

    ThreeDTech21
    Expand Collapse

    Joined:
    Sep 27, 2013
    Messages:
    1,616
    The vehicle im making has so many seats that i want to make a separate jbeam file for them, but i don't know how to separate jbeams, it is based on the semi vehicle.

    currently I have alot of seat nodes making my body jbeam file is too large and complicated. The name of the jbeam file will be bus_seats.jbeam so I started the jbeam file with this code:

    Code:
    {
    "bus_seats": {
        "information":{
            "authors":"BeamNG",
            "name":"Gavril T-Series Day Cab",
        }
    is this all i need? Do i need to do anything else? link it to the main jbeam file?
     
    #1 ThreeDTech21, Oct 5, 2015
    Last edited: Oct 5, 2015
  2. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,700
    Re: making a separate jbeam file

    That's pretty much all you need except for "slotType".

    Code:
    "information":{
        "name":"",
        "authors":"",
    }
    "slotType":"mythingy_seats",
    
    slotType will link it to a slots section in a Jbeam file
     
  3. ThreeDTech21

    ThreeDTech21
    Expand Collapse

    Joined:
    Sep 27, 2013
    Messages:
    1,616
    Re: making a separate jbeam file

    Got it to work! Cheers!
     
    #3 ThreeDTech21, Oct 5, 2015
    Last edited: Oct 5, 2015
  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