

- #Starbound download assets json mod#
- #Starbound download assets json mods#
- #Starbound download assets json code#

#Starbound download assets json mods#
Workshop mods are automatically downloaded in Steam\steamapps\workshop\content\211820. If purchased from Steam, the location of the main Starbound directory folder typically looks like this:
#Starbound download assets json mod#
Once downloaded, you will want to place the files within Starbound's mod directory: Steam users can also browse the Steam Workshop. Many aspects of Starbound are available for modifying or expanding, from items and monsters, to villagers, towns, and even whole planets.Ĭhucklefish Games provides two official sources for mods, the Starbound Mod Repository and the Starbound Modding Forum.

#Starbound download assets json code#
It's got a lot of convenience features like preventing a lot of boilerplate code (like data classes) and has the ability to check for null-related issues with the type system. However, Kotlin appears to be a very nice language, and works excellently with Java. The initial prototype of the library was in pure Java. In order to both discover the file format of Starbound's files and to provide a generic library for working with them, I wrote kt-starbound. The two that I've found the best were written by the same person, blixt, and even their own documentations of Starbound's file formats were sometimes lacking. There are very few libraries for reading Starbound files. At the moment, there is no complete documentation on Starbound's file formats. I will be attempting to both contribute to py-starbound's format documentation, as well as write my own. I do not claim credit for reverse engineering the Starbound file formats. This library is an early prototype, and should be used with extra caution!Ī lot of the information for this library was found using the py-starbound repository! Please check it out if you're interested in a Python or Go implementation. A Starbound file format reading library for Kotlin and Java Disclaimer(s)
