Modding Help (Glad Giraffe)Faustians[solved]

Discussion in 'Starbound Modding' started by krab421, Jun 11, 2016.

  1. krab421

    krab421 Void-Bound Voyager

    help this race is my first dont be hard on me
    no pics yet
    DONE:
    -anims
    -codex
    -qwest
    TO DO:
    -ship
    -compatibility(HELP!Unable to create character select)
    -hair
    -variants(color for the skin and second color not working)
    Dependence:
    any char creation extender


    please help me!
     

    Attached Files:

  2. The | Suit

    The | Suit Agent S. Forum Moderator

    You really need to be more clear on what it is you are asking for help with.
     
  3. krab421

    krab421 Void-Bound Voyager

    okay soo...
    all assets are in and i open the game
    game starts
    i create a new character with the faustians race mod as my chosen race
    im back to the character select screen but my newly created character isnt there
    its clear that i dont know the reason of this problem
     
  4. v6ooo

    v6ooo Space Kumquat

    If you're going to be modding Starbound you will need to learn how to fix problems based on the errors you receive. When you run into an error, open starbound.log and see what it says.


    Error #1
    Error: Could not apply patch from backend: Folder <../giraffe_storage/mods\Faustians\.>. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Cannot parse 'faustians' as index in Json path "/species/faustians"

    Incorrect path for player.config.patch
    Change
    { "op": "add", "path": "/species/faustians", "value" : "faustians" }
    to
    { "op": "add", "path": "/species/-", "value" : "faustians" }


    Error #2
    Error: Error loading player file, ignoring! (CodexDatabaseException) No such codex 'faustiansorigins'

    codex.config.patch contains a codex you have not created. Either remove it or make it.
    { "op" : "add", "path" : "/initialcodex/faustians" , "value" : [ "controls", "humanprologue", "faustiansorigins", "faustiansbook", "survivalguide" ] }
     

Share This Page