Mod info.json: Difference between revisions

From SpaceSlog Wiki
Jump to navigation Jump to search
Created page with "This is a JSON file that stores information about your mod. This data is used to load your mod and populate the module menu within the games main menu. <br> ==Properties== <b>mod_name</b>: This is the name of your mod and should be the exact same name as your main module folder name. <br> <b>mod_author</b>: This is you or anyone else that has helped to create this mod. <br> <b>for_game_version</b>: This is what version of the game your mod has been designed for. <br>..."
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This is a JSON file that stores information about your mod. This data is used to load your mod and populate the module menu within the games main menu.
This <b>JSON</b> file stores information about your mod.
<br>
This data is used to load your mod and populate the module menu within the game's main menu.
<br>
<br>


Line 5: Line 7:
==Properties==
==Properties==


<b>mod_name</b>: This is the name of your mod and should be the exact same name as your main module folder name.
<b>mod_name</b>: This is the name of your mod and should match the exact name of your main module folder.
<br>
<b>mod_author</b>: This refers to you or anyone else who contributed to creating this mod.
<br>
<br>
<b>mod_author</b>: This is you or anyone else that has helped to create this mod.
<b>for_game_version</b>: Specifies the game version your mod is designed for.
<br>
<br>
<b>for_game_version</b>: This is what version of the game your mod has been designed for.
<b>mod_description</b>: A description of your mod, which will appear in the module panel within the module menu.
<br>
<br>
<b>mod_description</b>: Here you can write a description about your mod which will show in the module panel within the module menu.
<b>mod_url</b>: A url link to your mod page.

Latest revision as of 00:03, 10 May 2025

This JSON file stores information about your mod.
This data is used to load your mod and populate the module menu within the game's main menu.


Properties[edit | edit source]

mod_name: This is the name of your mod and should match the exact name of your main module folder.
mod_author: This refers to you or anyone else who contributed to creating this mod.
for_game_version: Specifies the game version your mod is designed for.
mod_description: A description of your mod, which will appear in the module panel within the module menu.
mod_url: A url link to your mod page.