This mod utilizes certain button inputs that need to be manually typed in on the Starbound.config file. Download the Starbound.config file from the dropbox link and put it into the 'Storage' folder located in 'Starbound'. Download mac os el capitan iso. Make use of hundreds of materials and over two thousand objects to build a sleepy secluded cabin in the woods, a medieval castle, underwater arcade, or even a space station. Starbound has been built from the ground up to be multiplayer and easily moddable.
- 1Quick Navigation
- 1.3Way 1
- 1.4Way 2
Install Guide for Starbound Mods
Rather than install a mod by overwriting assets you can take advantage of an incredibly simple mod loader that is already built into the game.
How to install mods
Through the course of this page we will guide you through the steps involved in setting up a proper file structure to use your mods!
Way 1
Step 1
Open your Starbound folder:[Steam directory]SteamAppscommonStarbound​
If you've installed Starbound via GOG Galaxy:[Galaxy directory]GamesStarbound
Step 2
Create a new folder in your Starbound directory called mods. Inside this folder, create a new one for your mod.
Step 3
Locate the folder for your OS (windows: win32; linux 32-bit: linux32; linux 64-bit: linux64; OS X: Starbound.app/Contents/MacOS) and open the folder.
Step 4
Edit the file bootstrap.config and add the following line to 'assetSources' :'../mods/[yourmodfolder]'
For OS X users:
'../../../mods/[yourmodfolder]'
Step 5
Save the file.
Way 2
Step 1
Copy your downloaded mod.
Step 2
Open your Starbound folder:[Steam directory]SteamAppscommonStarbound​
If you've installed Starbound via GOG Galaxy:[Galaxy directory]GamesStarbound
Step 3
Open the folder named mods.
Step 4
Paste your mod into the folder. If the mod has .pak file, paste it right there. If the mod doesn't have .pak file but has folder with the name of the mod (e.g. 'Dungeon Mod'), paste the whole folder.