Mods: Difference between revisions

From SpaceSlog Wiki
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
Mod is short for modification and <b>SpaceSlog</b> has been designed to be highly moddable.
Mod is short for "modification", and <b>SpaceSlog</b> has been designed from the ground up to be highly moddable.
<br>
<br>
A mod can range from altered stat values, to whole new items to full blown total conversions.
A mod can range from altered stat values to entirely new items, or even full-blown total conversions.




Line 7: Line 7:
==Setting up your module==
==Setting up your module==


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.
Inside the SpaceSlog game source folder, you will see two folders: <b>Data</b> and <b>Modules</b>.
<br>
<br>
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).
All of the game's core files can be found in <b>Data/Core</b>. You can browse these and make adjustments, though it's always best to create your own mod within the <b>Modules</b> folder.
<br>
<br>
To do this, simply create a new folder within the <b>Modules</b> folder and give it the same name as your mod.
<br>
Inside this folder, you need a [[Mod_info.json]] file, which will store the basic info about your modification. You will also need folders containing your mod data, which you can either create yourself, or copy over from the <b>Core</b> folders.


==Guides==
==Guides==
[[Modding data files]]
[[Modding data files]]

Latest revision as of 23:55, 9 May 2025

Mod is short for "modification", and SpaceSlog has been designed from the ground up to be highly moddable.
A mod can range from altered stat values to entirely new items, or even full-blown total conversions.


Setting up your module[edit | edit source]

Inside the SpaceSlog game source folder, you will see two folders: Data and Modules.
All of the game's 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 this, simply create a new folder within the Modules folder and give it the same name as your mod.
Inside this folder, you need a Mod_info.json file, which will store the basic info about your modification. You will also need folders containing your mod data, which you can either create yourself, or copy over from the Core folders.

Guides[edit | edit source]

Modding data files