Modding Help Help Me understand

Discussion in 'Starbound Modding' started by cheeriodust, Mar 21, 2020.

  1. cheeriodust

    cheeriodust Void-Bound Voyager

  2. Webdings

    Webdings Void-Bound Voyager

    Something is wrong with the species file for a race called 'seekers,' it seems, to the point that the game doesn't know how to read it properly and find a specific error in it. I had a similar error for a tileset earlier, the issue for me was that the text was formatted incorrectly. If you want, I can take a look at the file.
     
  3. DrPvtSkittles

    DrPvtSkittles Master Astronaut

    Code:
        Line 191: [14:07:18.711] [Error] Exception caught loading asset: /species/seekers.species, (AssetException) Could not read JSON asset /species/seekers.species
        Line 230: Caused by: (JsonParsingException) Error parsing json: bad string, should be '"' at 1:2
    This means at Line 1 character 2 there should be a "
     
    The | Suit likes this.
  4. Shanehaumpton

    Shanehaumpton Space Hobo

    Cool Thanks DRPVtSkittles
     
    DrPvtSkittles likes this.
  5. DrPvtSkittles

    DrPvtSkittles Master Astronaut

    <3
     

Share This Page