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

RELEASED Bigger Ship (Works on Multiplayer)

Discussion in 'Vehicles and Mounts' started by Total_Nerd, Dec 9, 2013.

  1. Total_Nerd

    Total_Nerd Space Hobo

    Ran out of space in your ship? Here's a mod that MIGHT solve your problem.

    It uses an asset in the ships human folder that is unused as far as I know, but it works on multiplayer and people will be able to see your ship background!

    Here is what it looks like:

    [​IMG]

    You can download the mod below, the mod allows you to generate the map with a human character. The shipworld file is different, it is a pre-generated version of the ship that you can use for any character.

    Install Instructions (Mod):
    • Extract the mod to your assets or custom mods folder, and that's it. Create a new human character!

    Install Instructions (ShipWorld File):

    • Rename "playerid.shipworld" to whatever your player id filename is to get it to work, this will STILL show up on multiplayer servers.
    • Then move it into your player folder.

    NOTE: You should backup your shipworld file before doing this, and make sure to move everything in your ship onto a planet before overwriting it. After you have done that, replace the file and move the stuff from the planet back to your ship.


    * Download ShipWorld File *
    This is probably the one you will want!

    Download Mod


    EDIT: If this ship size does not satisfy you enough, you can follow my buddy's guide here and have an even BIGGER ship! This size suits my needs though, and his is possibly a little... well, maybe it's TOO big.


    It seems like someone else has also modified this ship for use, you may like his layout better or maybe not. It is here.​
     
    Last edited: Dec 10, 2013
    Jovinca and ErekoseDM like this.
  2. Utohaha

    Utohaha Seal Broken

    Extremely useful, thank you!
     
    Total_Nerd likes this.
  3. Preysteshion

    Preysteshion Void-Bound Voyager

    Very nice, is there a way to use it for other races?
     
  4. Total_Nerd

    Total_Nerd Space Hobo

    Yes, take the ShipWorld file i linked at the bottom and copy it into your player folder (which is located in the Steam folder somewhere, can't remember), and rename it using your player's id/hash.

    So it'll look something like: 2a98d1441b9174b895b3e7bd6f4f3d0c.shipworld and you overwrite your shipworld.

    Be careful though, because you will lose everything on your ship! Move everything on your ship to a planet before you do it.
     
  5. Preysteshion

    Preysteshion Void-Bound Voyager

    nice thanks!
     
    Total_Nerd likes this.
  6. Utohaha

    Utohaha Seal Broken

    Thanks for the tip! I followed the guide and was a little lost at first, hopefully the new patch they're releasing today will allow ship upgrades, until then this will have to do. :)
     
  7. Merjin

    Merjin Poptop Tamer

    Getting an error when i replace the .shipworld file http://cl.ly/image/0Z0E0q3u0p0P

    installed the mod and then tried again, but the same error appears.

    ps. made a human, looks good =3
     
    Total_Nerd likes this.
  8. Utohaha

    Utohaha Seal Broken

    You have a shipworld, or another file, that isn't suppose to be there, and is causing the error. Try deleting all files and trying again, or if you don't want to do that, delete your modified files and run starbound to see if they were the cause. (More than likely you have an ID typo in the file naming)
     
  9. Bananskrue

    Bananskrue Void-Bound Voyager

    I had the same problem, Merjin. To me it was because I took backup of my old .shipworld file and placed it in the same folder. The game didn't like that.
    Make another folder with your backup files somewhere.
     
  10. Jakkish

    Jakkish Space Hobo

    Does this work on multiplayer? I mean can I join a server and it shows or do they need the mod also?
     
  11. Total_Nerd

    Total_Nerd Space Hobo

    It will work on multiplayer, and they don't need to have the mod.
     
  12. DXLelouch

    DXLelouch Void-Bound Voyager

    doesnt work anymore
     
  13. Merjin

    Merjin Poptop Tamer

    The file was the right name, as i simply copied and pasted the file name from the old one to the new one.

    yeah think i had the old shipworld file still there (with a different name). Game starts normally now, but i get the regular ship.

    Still works for the human!
     
  14. Seykela

    Seykela Master Chief

    What exactly do you do?
     
  15. Pyrii

    Pyrii Existential Complex

    Yeah this mod isn't working for me either, at least the shipworld file isn't. Gonna try the .structure version

    Although it probably doesn't help that I'm trying to get it working on my hylotl

    EDIT: Server complains the file version is too old, need a new version for the latest patch
     
    Last edited: Dec 11, 2013
  16. karabeep

    karabeep Poptop Tamer

    yeh this only works for human sadly and no way in hell am i playing as 1 of those
     
  17. Pyrii

    Pyrii Existential Complex

    I got it working as a hyotl ship, Had to change the resources to point to the human folder and just made the storage/fuel/teleporter/etc movable. Here's a copy of my /assets/ships/hylotl/dropship.structure
    Code:
    {
      "config" : {
      "fuelMax" : 1000
      },
    
      "backgroundOverlays" : [
      {
      "image" : "/ships/human/dropship2.png",
      "position" : [-7, 13]
      }
      ],
    
      "blockKey" : [
      {
      "value" : [255, 255, 255, 255],
      "foregroundBlock" : false,
      "backgroundBlock" : false
      },
    
      {
      "value" : [0, 0, 255, 255],
      "foregroundBlock" : false,
      "backgroundBlock" : true
      },
    
      {
      "value" : [255, 0, 0, 255],
      "foregroundBlock" : true,
      "backgroundBlock" : true
      },
    
      {
      "value" : [0, 255, 0, 255],
      "foregroundBlock" : false,
      "backgroundBlock" : true,
      "backgroundMat" : "apexshipwall",
      "object" : "hylotlshiplocker",
      "objectParameters" : {
      "treasurePools" : [ "hylotlStarterTreasure" ],
      "level" : 1
      }
      },
    
      {
      "value" : [142, 255, 142, 255],
      "foregroundBlock" : false,
      "backgroundBlock" : true,
      "backgroundMat" : "apexshipwall",
      "object" : "techstation"
      },
    
      {
      "value" : [255, 87, 81, 255],
      "foregroundBlock" : false,
      "backgroundBlock" : true,
      "object" : "apexfuelhatch"
      },
    
      {
      "value" : [255, 255, 0, 255],
      "foregroundBlock" : false,
      "backgroundBlock" : true,
      "backgroundMat" : "apexshipdetails",
      "object" : "apexshiplight"
      },
    
      {
      "value" : [255, 102, 0, 255],
      "foregroundBlock" : false,
      "backgroundBlock" : true,
      "object" : "apexshipdoor"
      },
    
      {
      "value" : [174, 137, 81, 255],
      "foregroundBlock" : false,
      "backgroundBlock" : true,
      "object" : "shipengine",
      "objectParameters" : {
      "unbreakable" : true
      }
      },
    
      {
      "value" : [156, 0, 255, 255],
      "foregroundBlock" : false,
      "backgroundBlock" : true,
      "backgroundMat" : "apexshipdetails",
      "object" : "teleporter",
      "flags" : [ "playerSpawn" ]
      },
    
      {
      "value" : [167, 167, 255, 255],
      "foregroundBlock" : false,
      "backgroundBlock" : true,
      "object" : "boosterflame",
      "objectParameters" : {
      "unbreakable" : true
      }
      },
    
      {
      "value" : [168, 168, 168, 255],
      "foregroundBlock" : false,
      "backgroundBlock" : true,
      "object" : "smallboosterflame",
      "objectParameters" : {
      "unbreakable" : true
      }
      },
    
      {
      "value" : [0, 255, 255, 255],
      "foregroundBlock" : false,
      "backgroundBlock" : true,
      "object" : "apexcaptainschair",
      "objectDirection" : "left",
      "objectParameters" : {
      "unbreakable" : true
      }
      },
    
      {
      "value" : [122, 122, 122, 255],
      "foregroundBlock" : false,
      "backgroundBlock" : true,
      "object" : "invisiblelight",
      "objectParameters" : {
      "unbreakable" : true
      }
      },
    
      {
      "value" : [255, 255, 144],
      "foregroundBlock" : false,
      "backgroundBlock" : true,
      "backgroundMat" : "apexshipwall"
      },
    
      {
      "value" : [255, 117, 144],
      "foregroundBlock" : false,
      "backgroundBlock" : true,
      "backgroundMat" : "apexshipdetails"
      },
    
      {
      "value" : [255, 117, 255],
      "foregroundBlock" : false,
      "backgroundBlock" : true,
      "backgroundMat" : "apexshipsupport"
      }
      ],
    
      "blockImage" : "dropshipblocks2.png"
    }
    
     
  18. FadeFreeman

    FadeFreeman Aquatic Astronaut

    Doesn't work for the latest update(s)!
    I hope you can update it, I was really looking forward to using this ship.
     
  19. Strudel

    Strudel Space Hobo

    Thank you very much :)
     
  20. modelzxgiro

    modelzxgiro Void-Bound Voyager

    Could anyone make one a bit bigger than this but not as huge as the other one?
     

Share This Page