Default gearbox not spawning (SOLVED)

Discussion in 'Content Creation' started by NOCARGO, Dec 23, 2020.

  1. NOCARGO

    NOCARGO
    Expand Collapse

    Joined:
    Apr 1, 2019
    Messages:
    1,514
    Hi, I'm trying to fix a problem in my mod where the default gearbox won't spawn in upon changing the engine.
    I have checked the jbeam files about 20 times for typos but nothing. The slots are named correctly and the gearbox is selectable. The default is properly set ( "slot name", "default gearbox name", "description", )
    Any ideas anyone ?
     
  2. ltntai

    ltntai
    Expand Collapse

    Joined:
    Mar 18, 2017
    Messages:
    656
    Hello again. There are double underscores/low lines in engine.jbeam files (last line)
    {
    "CH_Classic_engine_i8": {
    "information":{
    "authors":"NOCARGO",
    "name":"Straight Eight 5.4L Engine",
    "value":700,
    }
    "slotType" : "CH_OldCar_engine",
    "slots": [
    ["type", "default", "description"]
    ["i8_carburetor","i8_carburetor","Intake"{"coreSlot":true}],
    ["i8_exhaust_R","i8_exhaust_stock", "Stock Exhaust"],
    // ["i8_exhaust_L","i8_exhaust_L", "Exhaust Left"],
    ["i8_ecu","", "Engine Management"],
    ["n2o_system","", "Nitrous Oxide System"],
    ["i8_internals","i8_internals", "Straigh Eight Engine Block", {"coreSlot":true}],
    ["i8_transmission","i8__transmission_3M", "Transmission"],
     
    • Like Like x 1
  3. NOCARGO

    NOCARGO
    Expand Collapse

    Joined:
    Apr 1, 2019
    Messages:
    1,514
    Yes but they correspond with the transmission jbeam. Also if you are looking along (thank you btw) you might want to remove the file manual_transmission.jbeam, it's left there by accident. There are already two separate transmission files. After I removed it, still nothing,
    gave all transmissions their own flywheels, nothing, cleared cache (useless for jbeam anyway), again nothing..
    --- Post updated ---
    oh wait double underscore ! now I see ! gotta check that ! THANK YOU
    --- Post updated ---
    Problem fixed ! You have a keen eye, @ltntai :)
     
    • 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