Modding Help Unpacked .paks for Linux Ubuntu

Discussion in 'Starbound Modding' started by Stormalisk, Mar 10, 2014.

  1. Stormalisk

    Stormalisk Scruffy Nerf-Herder

    Title explains it all, I am having trouble following Sexual Rhinoceros’s tutorial on opening .paks for linux ubuntu.

    Does anybody know how I must structure the terminal command?
     
  2. Stormalisk

    Stormalisk Scruffy Nerf-Herder

    Any ideas? Yea my feet are barely wet in the field of running terminal commands, I hoping somebody knows.
     
  3. Stormalisk

    Stormalisk Scruffy Nerf-Herder

    Anybody have any ideas on how this terminal command is structured?
     
  4. The | Suit

    The | Suit Agent S. Forum Moderator

  5. Stormalisk

    Stormalisk Scruffy Nerf-Herder

    Tried to understand it, all I came up with it this

    Code:
    Execute Home/.local/share/Steam/SteamApps/common/Starbound/linux32/asset_unpacker <Home/.local/share/Steam/SteamApps/common/Starbound/assets/Test>
    bash: syntax error near unexpected token `newline'
    
     
  6. The | Suit

    The | Suit Agent S. Forum Moderator

    You need 3 things
    1. Location of the unpacker
    2. Location of the pack file
    3. Where you want to unpack.

    In that order
    You only have 2 [Ironically missing number 2 ]
     
  7. Stormalisk

    Stormalisk Scruffy Nerf-Herder

    Missed it and tried it again

    Code:
    Execute Home/.local/share/Steam/SteamApps/common/Starbound/linux32/asset_unpacker Home/.local/share/Steam/SteamAppps/common/Starbound/assets/packed.pak <Home/.local/share/Steam/SteamApps/common/Starbound/assets/Test>
    bash: syntax error near unexpected token `newline'
    
     
  8. The | Suit

    The | Suit Agent S. Forum Moderator

    why do you have a greater than symbol infront of home?
    Code:
    <Home/.local/share
    ?
     
  9. Stormalisk

    Stormalisk Scruffy Nerf-Herder

    Thats what I understood from the wiki note you sent me, so there is no greater than or any other sort of separation?

    Edit: ran it again

    Code:
    Execute Home/.local/share/Steam/SteamApps/common/Starbound/linux32/asset_unpacker Home/.local/share/Steam/SteamAppps/common/Starbound/assets/packed.pak Home/.local/share/Steam/SteamApps/common/Starbound/assets/Test
    Execute: command not found
    
     
  10. The | Suit

    The | Suit Agent S. Forum Moderator

    Nah - I understand the confusion now though
    If everything is working fine - just leave a message back
     
  11. Stormalisk

    Stormalisk Scruffy Nerf-Herder

    It says it does not recognise the command

    Code:
    Execute Home/.local/share/Steam/SteamApps/common/Starbound/linux32/asset_unpacker Home/.local/share/Steam/SteamAppps/common/Starbound/assets/packed.pak Home/.local/share/Steam/SteamApps/common/Starbound/assets/Test
    Execute: command not found
    
     
  12. The | Suit

    The | Suit Agent S. Forum Moderator

    mm have you tried going to the directory first.
    Not 100% sure about linux but using cd: \ - to point to the starbound directory
    So you are in the starbound directory - before typing in

    Code:
    ./asset_unpacker ../assets/packed.pak ../assets/unpacked
    like that
     
  13. Stormalisk

    Stormalisk Scruffy Nerf-Herder

    Kind of lost, sexual rhino has the same thing and I don't quite understand it.

    So you mean
    Code:
    Execute cd:/home/blah blah
    ?
     
  14. The | Suit

    The | Suit Agent S. Forum Moderator

    I don't know about Linux - but in windows when you want to run a command line program.
    You first have to change the directory in cmd to the location where the program is.
     
  15. Stormalisk

    Stormalisk Scruffy Nerf-Herder

    Well tried it, and a few other things. I am getting the unknown command line with just about every attempt
     
  16. The | Suit

    The | Suit Agent S. Forum Moderator

  17. Stormalisk

    Stormalisk Scruffy Nerf-Herder

  18. The | Suit

    The | Suit Agent S. Forum Moderator

  19. Dolan

    Dolan Pangalactic Porcupine

    Just to notice that Stormalisk trouble was resolved in my mod thread.

    My mod ModPackHelper work for Windows 32/64 and Linux 32/64 and can easily unpack Starbound assets and pack/unpack mods.
     
    The | Suit likes this.
  20. The | Suit

    The | Suit Agent S. Forum Moderator

    Thanks -
    Can you please update Starbounder wiki to be more accurate for linux users
    http://starbounder.org/Modding:Modding_Basics

    Or if you don't want to make an account
    Just type in the instructions here as a reply,
    and I will post it under Linux
     

Share This Page