1. Please be advised of a few specific rules and guidelines for this section.

RELEASED Starbound ModLoader

Discussion in 'Other' started by RockyTV, Dec 7, 2013.

  1. RockyTV

    RockyTV Big Damn Hero

    OUTDATED, CHUCKLEFISH MADE THEIR OWN "MODLOADER"
     
    Last edited: Dec 19, 2013
    Ebelle, Cyanogen101, TheAleG and 4 others like this.
  2. Dragonisser

    Dragonisser Scruffy Nerf-Herder

    Wow, thats a really nice idea you had there :D Even if you only change one line of code :p
     
  3. wingedwolf123

    wingedwolf123 Subatomic Cosmonaut


    Devs please STICKY!
     
  4. Nienna_orr

    Nienna_orr Pangalactic Porcupine

    So i can say that trying to use a mod that adds a race *The Felien one* Does not work it crashed me on startup. Along with trying to use a ship mod that didn't work either. I shall keep testing and see what eles works and doesn't work ect.
     
  5. Kawa

    Kawa Tiy's Beard

    I don't know what this mod loader can or doesn't do, but it might be the part where you have to make some changes to existing files? Just the first thing that came to mind.
     
  6. RockyTV

    RockyTV Big Damn Hero

    After I get my armor here, I'm gonna test something out - add "vanilla" items to mods folder and see if it overrides the actual item.
     
  7. coldReactive

    coldReactive Scruffy Nerf-Herder

    Editing the items raw in their assets folder will use them anyway even on a server. I hope you plan to disallow item additions for server connections, lest issues occur.
     
  8. RockyTV

    RockyTV Big Damn Hero

    That's what I'm trying to do.
     
    coldReactive likes this.
  9. RockyTV

    RockyTV Big Damn Hero

    Yes, it works. So I just made Felin Species mod compatible with my ModLoader. I'm sending the files to Kawa now.
     
  10. Dragonisser

    Dragonisser Scruffy Nerf-Herder

    Can you pls send me them too or release it? Im trying to make a new Species too :D
     
  11. Nienna_orr

    Nienna_orr Pangalactic Porcupine

    Glad to have helped out testing i think :confused: Err. Anyway I'm going to see what else works and doesn't work.
     
  12. RockyTV

    RockyTV Big Damn Hero

    Since XenForo won't let me save the changes, here it is.

    For those of you who are making mods that requires modifying the original files (e.g. species mods), do the following to make your mod compatible with my ModLoader:
    - Copy the files you need to alter - codex.config, player.config, etc. - in it's full path (e.g. assets/player.config will be mods/player.config)
    - Modify the file adding what you need to add.

    Tested with the Felin Species mod by Kawa.
     
    Last edited: Dec 7, 2013
  13. Nienna_orr

    Nienna_orr Pangalactic Porcupine

    Do you got anything on why the ship might not work for the mod loader?
     
  14. RockyTV

    RockyTV Big Damn Hero

    What do you mean by it?
     
  15. Nienna_orr

    Nienna_orr Pangalactic Porcupine

    When i tested a quick try with a Avain ship mod (I think it was Crystalwolf's? I can't qutie remember now :cry:) But I'm going to try something quickly to see if it get's it working

    Edit: Just got back from testing it on a new Avian and it didn't quite work once again. Don't know what might be doing it. So I guess there is something else needed to try and make Ships working with the mod loader as well?

    Edit1: And if not i'm not that much of a modder i'm just going off likely bases i can guess
     
  16. RockyTV

    RockyTV Big Damn Hero

    Link me to it, I can try making it compatible.
     
  17. Nienna_orr

    Nienna_orr Pangalactic Porcupine

  18. RockyTV

    RockyTV Big Damn Hero

    Yeah okay both link to the same page. Anyways, if you were getting an error while trying to load that mod under ModLoader, well, I've got the same trying to create a new Felin character. Don't worry, a fix is coming.

    EDIT: couldn't make it work, going to try out the Extended Ship Mod.
     
  19. Dragonisser

    Dragonisser Scruffy Nerf-Herder

    Do you get this error?

    Code:
    Info: Shutting down Star::Root
    Error: StarException: Empty container in getByModulo
      00951CF5 (C:/starbound/source/frontend/StarCharCreation.cpp:16)
      00445399 (C:/starbound/source/frontend/StarCharCreation.cpp:216)
      004CBEEB (C:/starbound/source/windowing/StarButtonGroup.cpp:80)
      004BC52B (C:/starbound/source/windowing/StarButtonWidget.cpp:215)
      004BC748 (C:/starbound/source/windowing/StarButtonWidget.cpp:184)
      004BD79C (C:/starbound/source/windowing/StarButtonWidget.cpp:104)
      ... (4)
      004B3819 (C:/starbound/source/windowing/StarPaneManager.cpp:173)
      004027F1 (C:/starbound/source/client/StarClientApplication.cpp:274)
      00409F97 (C:/starbound/source/application/StarApplicationBase.cpp:186)
      00407A0F (C:/starbound/source/client/main.cpp:49)
      004DB571 (c:\SDL-1.2.15/./src/main/win32/SDL_win32_main.c:318)
     
  20. RockyTV

    RockyTV Big Damn Hero

    No, I got a StarIO error. Gonna try fixing that now.
     

Share This Page