Mods
Mod is short for modification and SpaceSlog has been designed to be highly moddable.
A mod can range from altered stat values, to whole new items to full blown total conversions.
Setting up your mod[edit | edit source]
Inside the SpaceSlog game source folder you will see two folders, Data and Modules. All the games core files can be found in Data/Core. You can browse these and make adjustments, though it's always best to create your own mod within the Modules folder.
To do that just create a new folder within the Modules folder and call it whatever your mod is named. Within this you need a Mod_info.json file which will store the basic info of your modification, and then your folders that contain your mod data (Which you can either create, or copy over from the Core folders).