Modding Help Character Not Appearing

Discussion in 'Starbound Modding' started by SergioVargas117, Feb 12, 2016.

  1. SergioVargas117

    SergioVargas117 Big Damn Hero

    So i just finished my race mod i think, cause the menu and all that work well, so i create my character and when i click ok, it just wont appear in the select character, it says create new character, it doesnt displays any error but it wont create it
     
  2. lazarus78

    lazarus78 The Waste of Time

    Are you sure there are no errors in the starbound.log file?
     
  3. C0bra5

    C0bra5 Oxygen Tank

    just to make sure, did you patch the charcreation.config file in interface/windowconfig?
    here is the template if you need it:

    Code:
    [
        {
          "op": "add",
          "path": "/speciesOrdering/-",
            "value" : "YourSpecieNameHere"
        }
    ]


    also are you using a custom user interface or relying in on a separate mod,
    if you are using a custom one, you may want to check your species buttons coordinates and values and make sure you gave them an id.
     

Share This Page