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

JBeam: how to add a new slot to existing part?

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by Superserg, Jun 27, 2024.

  1. Superserg

    Superserg
    Expand Collapse

    Joined:
    Jan 22, 2022
    Messages:
    8
    Ibishu Hopper with stock frame and body has an option of changing soft top color, which is like a part in the parts tree child to body (like interior color on most cars). However, this option is not available for cut body that comes with crawler frame. In a jbeam file for cut body I've found the following line:
    Code:
    //["skin_softtop","hopper_skin_softtop","Soft Top/Roll Bar Padding Color", {"coreSlot":true}],
    Copying this file with "//" removed into a new zip file as a mod did help, but I don't really like "replacing" the whole body file with a mod, for example in case I will have some other mods for cut body. Is there a way to add a slot to existing body, so that my file would be something like
    Code:
    {
    "hopper_body_crawler": {
        "slots": [
            ["skin_softtop","hopper_skin_softtop","Soft Top/Roll Bar Padding Color", {"coreSlot":true}],
        ],
    },
    }
    instead of replacing the whole file? (exactly this didn't work)
     
  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