Mod info.json: Difference between revisions
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>..." |
No edit summary |
||
Line 1: | Line 1: | ||
This | 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 | <b>mod_name</b>: This is the name of your mod and should match the exact name of your main module folder. | ||
<br> | <br> | ||
<b>mod_author</b>: This | <b>mod_author</b>: This refers to you or anyone else who contributed to creating this mod. | ||
<br> | <br> | ||
<b>for_game_version</b>: | <b>for_game_version</b>: Specifies the game version your mod is designed for. | ||
<br> | <br> | ||
<b>mod_description</b>: | <b>mod_description</b>: A description of your mod, which will appear in the module panel within the module menu. |
Revision as of 00:00, 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
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.