Modding Help SOLVED Still not working mod

Discussion in 'Starbound Modding' started by johnnyyt, Sep 11, 2018.

  1. johnnyyt

    johnnyyt Void-Bound Voyager

    Hey there Guys, the mod is still not working even on steam. Something in the coding is not running fine, but I cant analyse what it is. Please help me there. I have done everything as told me to do by all the others. Its still not working.
     

    Attached Files:

  2. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    you are using the wrong decimal notation. in this case, a decimal should be . not ,
     
  3. johnnyyt

    johnnyyt Void-Bound Voyager

    waaaaaa? where exacly? in damage stats? Engery? where? And thats all of it?
     
  4. johnnyyt

    johnnyyt Void-Bound Voyager

    Ill try it out. I invested 2 hours for now and only 30 minutes were used for coding. AAAH!
     
  5. johnnyyt

    johnnyyt Void-Bound Voyager

    corrected what I found still not working. something is still wrong. By the way this is my first mod, so plaese tell my mistakes step by step, im dumb in this aspect of coding
     

    Attached Files:

  6. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    Code:
    [12:44:05.776] [Error] Exception caught loading asset: /player.config, (AssetException) Could not read JSON asset /player.config
    ...
    Caused by: (JsonParsingException) Cannot parse json file: /player.config
    ...
    Caused by: (JsonParsingException) Error parsing json: unexpected character parsing word at 20:1
    ...
    [12:44:05.869] [Info] Root: Loaded NpcDatabase in 0.500626 seconds
    [12:44:06.122] [Info] Root: Loaded ParticleDatabase in 0.252404 seconds
    [12:44:06.428] [Error] Exception caught loading asset: /items/active/weapons/other/mediumpistol/mediumpistol.activeitem, (AssetException) Could not read JSON asset /items/active/weapons/other/mediumpistol/mediumpistol.activeitem
    ...
    Caused by: (JsonParsingException) Cannot parse json file: /items/active/weapons/other/mediumpistol/mediumpistol.activeitem
    ...
    Caused by: (JsonParsingException) Error parsing json: bad string, should be '"' at 40:20
    ...
    [12:44:06.479] [Error] Exception caught loading asset: /items/active/weapons/other/FAMAS/FAMAS.activeitem, (AssetException) Could not read JSON asset /items/active/weapons/other/FAMAS/FAMAS.activeitem
    ...
    Caused by: (JsonParsingException) Cannot parse json file: /items/active/weapons/other/FAMAS/FAMAS.activeitem
    ...
    Caused by: (JsonParsingException) Json object contains a duplicate entry for key 'fireType'
    ...
    [12:44:06.636] [Info] Root: Loaded MaterialDatabase in 0.767218 seconds
    [12:44:06.642] [Error] Application: exception thrown, shutting down: (AssetException) Error loading asset /player.config
    this is each error in your log. the 40:20 is line number : character number
     
  7. johnnyyt

    johnnyyt Void-Bound Voyager

    oh okay
     
  8. johnnyyt

    johnnyyt Void-Bound Voyager

    Im not sure what is now, because its showing me an exeption in player.config:beamgunConfig, but this is not existant?
     

    Attached Files:

  9. johnnyyt

    johnnyyt Void-Bound Voyager

    I found the error the was a "," in the player.config.patch file after the last operation and the program was awaiting another operation, but there was none. So like this solved. Thanks for all the help tips and useful advices you gave me. Ill now use the log to track process and wait for an awesome mod. ;) Stay tuned
     

Share This Page