[Outdated] The Proper Way to Install Mods

Discussion in 'Starbound Modding' started by SethKipz, Dec 8, 2013.

Thread Status:
Not open for further replies.
  1. Marcfyre

    Marcfyre Phantasmal Quasar

    First EM: "PlayerExeption: No such stored player with uuid
    276ca9ae2e2516a4dcb10f63059f2e2
    0053832A(C:/starbound/source/game/StarPlayerFactory.hpp:14)
    (C:/starbound/source/windowing/StarPaneManager.cpp:302)
    ...(3)
    004BCFD3
    (C:/starbound/source/windowing/StarButtonWidget.cpp:185)
    004BE00C
    (C:/starbound/source/windowing/StarButtonWidget.cpp:104)
    004B40B9
    (C:/starbound/source/windowing/StarPaneManager.cpp:173)
    ... (2)
    004027D1..."
    There's more but too much to type.
     
  2. Marcfyre

    Marcfyre Phantasmal Quasar

    EM2: "Runtime Error!

    Program: C:\Program Files(x86)\Steam\steamapps\common\Starbound\win32\starbound.exe

    This application has requested the Runtime to terminate it in an unusuall way.
    Please contact the application's support team for more information."
     
  3. Marcfyre

    Marcfyre Phantasmal Quasar

    Yyesh, done.
     
  4. thickbudderstick

    thickbudderstick Scruffy Nerf-Herder

    how you open the folder
     
  5. Westeller

    Westeller Space Penguin Leader

    That happened to me earlier because the save was basically dependant on mods. Mods ERRYWHERE.
    Fix ur mods, dood.
     
  6. Marcfyre

    Marcfyre Phantasmal Quasar

    Fix my mods Via...?
     
  7. Glitchy99

    Glitchy99 Space Hobo

    I tried to download a mod that would extend the Glitch starship, but it doesn't seem to work. This is what the code currently looks like (the mod is simply called "glitch"):

    Code:
    {
      "assetSources" : [
        "../assets"  ],
      "modSource" : "../mods/glitch",
      "storageDirectory" : ".."
    }
    
    I tried to change it to match the example, but it crashes the game. Any ideas?
     
  8. Westeller

    Westeller Space Penguin Leader

    Yea. One idea. Stop editing the bootstrap file. This tutorial is outdated. We don't do this anymore.
    Your bootstrap should look like this:

    Code:
    {
      "assetSources" : [
      "../assets"
      ],
      "modSource" : "../mods",
      "storageDirectory" : ".."
    }
    
    If it doesn't, then fix it and leave it that way forever.
    Do not edit this file for individual mods.

    If the mod you downloaded is itself outdated, you may need to change or add a few things to get it working. You'll have to paste a link to the mod so someone (possibly me, but whomever is fine) can look over it for you and tell you what needs to be changed or fixed.

    ----------------------------------------------

    Oh, sorry I didn't reply, though I can't be much help regardless. Mods break for different reasons.
    ...............but in your case it seems fairly simple: you removed a mod, your save broke. So, put the mod back.
    You'll have to fix it's version setting, but otherwise it should work fine if it worked before the patch.
     
    Last edited: Dec 24, 2013
  9. kronex

    kronex Scruffy Nerf-Herder

    stuck on step 4...can you show this with more instructions to get the boot. blah... i lack computer skills. if some one already has this answer could u post me a link.
     
  10. TyroneMDC

    TyroneMDC Space Hobo

    What about adding a mod to an official multiplay server? I haven't found any guides for that yet.
     
  11. Iron Sights

    Iron Sights Aquatic Astronaut

    Well I think I'm just give up on mods this doesn't make any sense to me.
     
  12. 11770

    11770 Void-Bound Voyager

    if this tutorial is outdated , then can some1 edit the original post with a link to the new way of doing things?
     
  13. intervencion

    intervencion Existential Complex

    Tutorial to install mods:

    1. Paste the mod folder (mod folder will include the modinfo.modinfo) into /starbound/mods/

    Enjoy.
     
  14. 11770

    11770 Void-Bound Voyager

    is my starbound outdated or somthing with my boostrap file the way described above it throws me an error,


    " asset exception: no such asset'/assets.config'
    0050d090
     
  15. intervencion

    intervencion Existential Complex

    Reinstall Starbound, or delete the boostrap file.
     
  16. 11770

    11770 Void-Bound Voyager

    ok so as long as the mod contains the file.modinfo file it should automatically work?
     
  17. intervencion

    intervencion Existential Complex

    YES! ;)
     
  18. 11770

    11770 Void-Bound Voyager

    and if they dont? (yes i am using steam starbound not an illigitimate one.)
     
  19. intervencion

    intervencion Existential Complex

    Check the starbound.log (in starbound root) and probably it will say what is the error
     
  20. 11770

    11770 Void-Bound Voyager

    this is what my bootstrap file looks like after i reinstalled starbound

    {
    "assetSources" : [
    "../assets/packed.pak",
    "../assets/music",
    "../assets/user"
    ],
    "modSource" : "../mods",
    "storageDirectory" : ".."
    }

    another thing this novakid mod i installed to the mods folder doesnt work, nor does the better mining mod :/

    i notice it says initialize joystick does it mean regular pc or direct x?
     
    Last edited: Feb 3, 2014
Thread Status:
Not open for further replies.

Share This Page