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

ModPackHelper [Deleted]

Discussion in 'Outdated Mods' started by Dolan, Mar 6, 2014.

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

    Nserk Big Damn Hero

    I have tried your bat both in the "mods" folder and the storage_giraffe, it stops running immediately after the start, i don't even have the possibility of chosing an option...
     
  2. Dolan

    Dolan Pangalactic Porcupine

    In your case it seems that you're on windows so only use the "ModPackHelper_v0.9.bat" (.sh is for Linux) and put it in your "
    C:\Program Files (x86)\Steam\steamapps\common\Starbound\giraffe_storage\mods" folder.

    When you say "mods" folder you mean "Starbound\giraffe_storage\mods" or "Starbound\mods" folder ?
     
  3. Seth_009

    Seth_009 Void-Bound Voyager

    the same trouble - \Starbound\giraffe_storage\..\..\win32\ not expected

    .bat file is in giraffe_storage\mods
    win7, x64
     
    Last edited: Feb 9, 2015
  4. Nserk

    Nserk Big Damn Hero

    I mean int the giraffe_storage\mods folder...
     
  5. Dolan

    Dolan Pangalactic Porcupine

    Ok folks, seems some of you are in trouble with the bat file.
    When getting back home, i will look at it to release a working one.
     
    Pohany likes this.
  6. Naddox

    Naddox Cosmic Narwhal

    I seem to be having an issue with this.

    I downloaded the latest version(0.9) and extracted to upbeat_giraffe\mods folder, try to run the .bat file, cmd opens, and closes right away before I can read any error.
     
  7. Dolan

    Dolan Pangalactic Porcupine

    I Naddox and others, thanks for the feedbacks.
    I think the crash is due to the new processor architecture detection I add.
    I can't upload a testing script right now but if one of you are able to edit its current .bat script and replace this part of code (line 21 to 28) :
    Code:
    Rem Detect OS
    if "%PROCESSOR_ARCHITECTURE%" == "x86" (
        set asset_tools_folder=%starbound_folder%win32\
        echo ####### Your OS : Windows 32 ##########
    ) else (
        set asset_tools_folder=%starbound_folder%win64\
        echo ####### Your OS : Windows 64 ##########
    )
    With this one :
    Code:
    Rem Detect OS
    if exist "%SYSTEMDRIVE%\Program Files (x86)\" (
        set asset_tools_folder=%starbound_folder%win64\
        echo ####### Your OS : Windows 64 ##########
    ) else (
        set asset_tools_folder=%starbound_folder%win32\
        echo ####### Your OS : Windows 32 ##########
    )
    And telling me if it's working, I will be thanksfull.
     
    Last edited: Feb 10, 2015
  8. Dolan

    Dolan Pangalactic Porcupine

    And what about if you remove the entire block (line 21 to 28) and just keep this line ?
    Code:
    set asset_tools_folder=%starbound_folder%win32\
     
  9. Dolan

    Dolan Pangalactic Porcupine

    Thank you tetkris, Both line are working ? (This mean you have a 64 processor and the problem could really come from my architecture detection code part)
    I'm gonna look at it further tonight (after work :p).
    If all of you guys, with troubles, could tell me what is your configuration.
    At least, Windows version (XP, 7, 8, 8.1, etc...) and your processor brand and architecture (Intel 32 or 64, AMD 32 or 64).
    Much more if you are playing with a VirtualMachine.
     
  10. Seth_009

    Seth_009 Void-Bound Voyager

    Yes, it works with that block deleted except

    set asset_tools_folder=%starbound_folder%win64\

    win7 x64

    Thank you friend, it is a great script!
     
  11. Nserk

    Nserk Big Damn Hero

    I confirm that the simplest code works, i have Windows 8.1 64...
    Thanks for the help!
     
  12. Naddox

    Naddox Cosmic Narwhal

    Win7 AMD x64
     
  13. Dolan

    Dolan Pangalactic Porcupine

  14. sekhmetcerberus

    sekhmetcerberus Star Wrangler

    It worked just fine on Enraged Koala
    Now I just keep getting

    "The system cannot find the path specified."

    Too bad and sad for me really.
     
  15. Dolan

    Dolan Pangalactic Porcupine

    Hi sekhmetcerberus, it's kind of weird because releases 0.9/0.9a were made to work on Upbeat Giraffe and not Enraged Koala.
    Could you give more info about wich script you are using (.bat or .sh), the choices you've made and logs (If you have some on screen and/or in ModPackHelper.log) ?
     
  16. sekhmetcerberus

    sekhmetcerberus Star Wrangler

    I have no idea about the script.
    I just choose as I used to, unpack mod, "XXXXX" mod and says

    "The system cannot find the path specified."
    Than it says
    "XXXXXX" mod has been succesfully unpacked
    Except is nowhere to be found.
     
  17. Dolan

    Dolan Pangalactic Porcupine

    This mod has been removed and is no longer available for download.
     
Thread Status:
Not open for further replies.

Share This Page