Tutorial How to Report Mod Errors & Fixing Most Problems Yourself v1.1

Discussion in 'Starbound Modding' started by The | Suit, Feb 4, 2014.

  1. cpeosphoros

    cpeosphoros Orbital Explorer

    Provide a valid string value.

    If you want more specific help, please open a new thread asking for that and post your scificraftingtable.object in that thread
     
  2. XSilence

    XSilence Void-Bound Voyager

    Anyone can give me a hand with this?
    [14:55:01.364] [Error] Exception caught loading asset: /player.config:beamGunConfig, (AssetException) Could not read JSON asset /player.config:beamGunConfig

    Edit: This what the player.config had inside, so i don´t know if have something wrong. (Trying to install a mod to craft instruments.)

    {
    "__merge" : [],
    "defaultBlueprints" : {
    "tier1" : [
    { "item" : "accordion" },
    { "item" : "acousticguitar" },
    { "item" : "banjo" },
    { "item" : "bassguitar" },
    { "item" : "bones" },
    { "item" : "clarinet" },
    { "item" : "drumkit" },
    { "item" : "dulcimer" },
    { "item" : "electricbass" },
    { "item" : "femmicrophone" },
    { "item" : "flute" },
    { "item" : "harmonica" },
    { "item" : "harp" },
    { "item" : "koto" },
    { "item" : "leadguitar" },
    { "item" : "microphone" },
    { "item" : "musicbox" },
    { "item" : "nylonguitar" },
    { "item" : "oboe" },
    { "item" : "ocarina" },
    { "item" : "overdriveguitar" },
    { "item" : "piano" },
    { "item" : "reedorgan" },
    { "item" : "rockorgan" },
    { "item" : "saxophone" },
    { "item" : "steeldrum" },
    { "item" : "testr" },
    { "item" : "trumpet" },
    { "item" : "violin" }
    ]
    }
    }
     
    Last edited: Aug 23, 2018
  3. The | Suit

    The | Suit Agent S. Forum Moderator

    Who wrote that code?
     
  4. XSilence

    XSilence Void-Bound Voyager

    Last edited: Aug 26, 2018
  5. The | Suit

    The | Suit Agent S. Forum Moderator

    merge code was removed 3 years. That mod would need to be remade from ground up
     
  6. XSilence

    XSilence Void-Bound Voyager

    Thanks for check out and tell me.
     

Share This Page