Modding Help [Solved] My Vanity Mod doesn't work. Pls help

Discussion in 'Starbound Modding' started by Endercoloss, Jan 27, 2017.

  1. Endercoloss

    Endercoloss Void-Bound Voyager

    so json works similar to java? (i have a bit of knowledge about very basic java scripting)
    so in i should use the , as a ; in java
    this help me a lot
     
  2. lazarus78

    lazarus78 The Waste of Time

    I don't know much about java, so I cant say for sure, though I have noticed the java language filter in notepad++ works well with JSON, so I guess?

    Looking into it, JSON stands for JavaScript Object Notation, so it is based from Javascript, which is different from Java, but whatever.
     
  3. Endercoloss

    Endercoloss Void-Bound Voyager

    well my sprites somehow are messed up ( my character get bold) but i guess i can figure this out by myself
     
  4. lazarus78

    lazarus78 The Waste of Time

    Good luck. the forums are always here for questions.
     
  5. Endercoloss

    Endercoloss Void-Bound Voyager

    ehhm i have a question : what does "could not read json assets" mean? how can i fix it? i am working on another mod than yesterday.
     
  6. lazarus78

    lazarus78 The Waste of Time

    Syntax error again.
     
  7. Endercoloss

    Endercoloss Void-Bound Voyager

    but there are no missing commas , i triple checked and the brackets are closed

    i think json doesnt like me to mod :cry:
     
  8. The | Suit

    The | Suit Agent S. Forum Moderator

    Post the full log - you are likely not reading the right error.
     
  9. Endercoloss

    Endercoloss Void-Bound Voyager

    here
    the mod im making is called "Endercoloss' Skyrim Armors"
    and the only item is nightingalehead
     

    Attached Files:

  10. The | Suit

    The | Suit Agent S. Forum Moderator

    You never mod a game with other mods running.

    First thing you do is make a copy of your starbound folder and put it out of steam.
    Then remove all mods from your mods folder and only have your mod your making inside.

    Finally this is starbound.log1 and not starbound.log
    So read this guide
    http://www.pcworld.com/article/241051/how_to_view_hidden_files_and_file_extensions_in_windows.html


    Then run the exe from the new game directory directly. Since you copied it out of steam - workshop mods won't load in this starbound copy. ( So you don't need to unsubscribe )
    Finally after loading - post a copy of your starbound.log ( not 01 - 02 - 03 etc )

    This will remove any errors from other mods and only show issues from your own.
    Also will only make edits to pure vanilla and not worry about other mods conflicting.
     
  11. lazarus78

    lazarus78 The Waste of Time



    Uuh... guilty as charged. :rofl:
     
    IHart likes this.
  12. IHart

    IHart Scruffy Nerf-Herder

    same lol
     
  13. The | Suit

    The | Suit Agent S. Forum Moderator

    Once you have made a few mods - you can bend the rules as you like.
    New users though - that is like throwing a Foot Ball star from Elementary into the NFL and hope nothing goes wrong.
     
  14. Endercoloss

    Endercoloss Void-Bound Voyager

    somehow to there is a mod folder which can't be deleted since i somehow need administrator rights to do anything with it
     
  15. Endercoloss

    Endercoloss Void-Bound Voyager

    nervermind i managed to fix it
     
  16. Endercoloss

    Endercoloss Void-Bound Voyager

    i think my game is doing a bad joke with me cause now somehow the mod works even without that i needed to do any changes
     
    Last edited: Jan 29, 2017
  17. lazarus78

    lazarus78 The Waste of Time

    Welcome to computers. Buckle up, cus it only goes down hill from here.
     

Share This Page