Modding Help I Need Some Help

Discussion in 'Starbound Modding' started by SOuthYUDan, Apr 11, 2018.

  1. SOuthYUDan

    SOuthYUDan Space Hobo

    I'm working on a mod in which I need to make a custom "outpost" base thing like a place that you can beam to
    with protected blocks etc. This "outpost" needs to be independent of the one already in-game and my question
    is how would i go about doing this?
     
  2. DraikNova

    DraikNova Spaceman Spiff

    Well, assuming you've already unpacked your assets, take a look at instance_worlds.config
    Look at the part marked "outpost". You can see that it states that it is a dungeonworld.
    So, look in the "dungeons" folder of the assets, and look under "other", and you will find the folder for the outpost. See how it contains various files for various parts of the outpost?
    Apart from that, just take a look at the starbounder wiki's guide to making a custom mission, you'll see it's much the same, and you need to learn how to use Tiled if you want to make any sort of structure for Starbound: https://starbounder.org/Modding:Tiled
     

Share This Page