Modding Help i created a mod, but it does not work. fault of the .modinfo

Discussion in 'Starbound Modding' started by galladen, Oct 30, 2016.

  1. galladen

    galladen Aquatic Astronaut

    i created a mod about a laser hoe. but the .modinfo is old or it does not work. im going to put the actually info

    {
    "version" : "1.1.1",
    "friendlyName" : "Testmod",
    "link" : "",
    "steamContentId" : "",
    "name" : "Testmod",
    "description" : "now you got a laser hoe for a more eficcent farming!",
    "author" : "NAME"
    }

    if someone can bring me the most actual .modinfo, please, post it in the comments and i will give you credits at the time i upload the mod.
    and if it still dont work, down here i will give you all archives on the mod (green= archive) (cian= script)

    testmod.modinfo

    tools

    laserhoe.tillingtool

    recipes

    laserhoe.recipe
     
    Last edited: Oct 30, 2016
  2. Chofranc

    Chofranc Pangalactic Porcupine

    .Modinfo is not used anymore, instead create a file called .metadata

    This is the structure:
    {
    "author" : "My name",
    "description" : "This is the description that you see in the mod list in-game",
    "friendlyName" : "MyModName",
    "link" : "Link to whatever.",
    "name" : "MyModName",
    "version" : "X"
    }

    That is the basic structure of a .metadata file, i don't know what else you need to add for steam.
    See this.
     
  3. galladen

    galladen Aquatic Astronaut

    thank you :3
     
    Last edited: Oct 31, 2016
  4. Inf_Wolf14

    Inf_Wolf14 Parsec Taste Tester

    Version can be anything you want honestly. It has no impact on the functionality of the mod.

    I use it to display my mod's version, some use it to show SB's version. Its mostly preference.
     

Share This Page