Starbound 1.3.1
Starbound II (Mac abandonware from 1999) To date, Macintosh Repository served 1296634 old Mac files, totaling more than 249916.1GB! Explore the best Music & Audio software for Mac. Browse our catalog of over 50 000 mac apps. MacUpdate is serving app downloads since 1997.
Starbound is an extraterrestrial sandbox adventure game! Youve fled your home, only to find yourself lost in space with a damaged ship. Your only option is to beam down to the planet below and gather the resources you need to repair your ship and set off to explore the vast, infinite universe...Key Features
- Choose from one of 7 playable races and customize your character
- Save the universe in a story campaign featuring unique characters, bosses, dungeons and quests!
- You're the captain of your very own starship! Decorate it, expand it and use it to explore a procedurally generated universe
- Colonize uncharted planets and collect gifts from your tenants - if they like you, they may even ask to join your ship crew!
- Three game modes - Casual (no need to eat), Survival (eat to survive/drop items on death) and Hardcore (permadeath)
- Craft thousands of objects - building materials, armor, weapons, furniture and more
- Capture unique monsters to fight alongside you
- All content is available in online drop-in/drop-out co-op
- Built from the ground up to be easily moddable. You have the tools to make the universe your own - add new races, biomes, dungeons, and quests
- Title: Starbound 1.3.1
- Release Date: 22 Jul, 2016
- Genre: Action, Adventure, Casual, Indie, RPG
- Developer: Chucklefish
- Compatibility: macOS 10.9 or later, 64-bit processor
- Language: English
- Includes: Pre-K'ed
- visit official website
This article has been marked for cleanup for the following reason: |
Since release of Furious Koala, game assets have been packed into a database instead of an uncompiled file structure. This has huge benefits to start-up times, and implementation of mods. While this benefits gameplay, it makes it difficult to access the core files for the purposes of this wiki and modding. Luckily, the tools to unpack and re-pack the files are also included.
- 3Unpacking
- 3.1Windows
Installing Nightly
Remember, Starbounder uses data from the nightly builds. Every day, when the developers go home from work, the nightly build is uploaded to Steam. It is the most current incarnation of the game, including all developer's work from the preceding day. It may or may not be playable, because its stability changes day-to-day.
Everyone has access to the nightly build, but it is not installed by default. 1. To install the nightly, find your game called Starbound - Unstable in Steam, and access its properties. |
Finding the Packed File Location
Where your nightly install is will vary on your operating system, but this location can be found easily through Steam. 1. Open the properties of your freshly updated nightly install. |
Unpacking
Now that you know where the nightly's assets are, it's time to unpack them. If the unpacking process for your operating system isn't shown below, there's a compilation of guides on the forums.
Windows
Windows has a unpacker executable: win32asset_unpacker.exe
that can be run from the command line. If you don't know what a this means, or aren't comfortable using the command line, skip to the next section. If you're comfortable running it directly from the command line, its syntax is:
Running From Command Prompt
If you have installed Steam in the default location, and installed the unstable/nightly in the default location relative to Steam, this code will unpack into a new Starbound Assets
on your desktop:
A couple notes:
- It's very, very not recommended to unpack anything directly into
assets/
.
This may cause game crashes. - The unpacking process can easily take 5 minutes or more. If you don't get an error, and only see a blink cursor, it's working.
- The code above can be copy/pasted into the command prompt in some versions of Windows.
Writing a .bat file
The alternative to using the command line is to write a file to run it for you. This time, it's totally OK not to know what that means, just follow these instructions:
Using a text editor (if you don't have one, or know what this means, use Notepad), copy and paste this into a blank document:
Starbound - Soundtrack Download For Mac Os
Save the file as unpack.bat
and put it in /assets
the same folder that packed.pak
is in.
Make sure you named the file unpack.bat
, not unpack.bat.txt
because it won't work.
Double-click the file you just made. This will open two command prompts, one in the foreground, one in the background. Leave both open.
Like the prompt says, this will take a long time. Once the process is complete, the prompt will indicate it is Done.
Once the prompts are done working, close out of them if they haven't closed themselves. You will find all of your game files on your Desktop.