Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Mod JSON Sticky

A topic by Ada18980 created Sep 22, 2024 Views: 6,567 Replies: 2
Viewing posts 1 to 2
(1 edit) (+2)(-3)

5.3.38 will feature a mod.json file you should fill out when making mods. This will help the game notify players if mods are outdated, and in the future will be able to help warn players about dependencies.

Here is an example file.

{
	"modname": "Test Mod 2",
	"moddesc": "A test mod that should be compatible",
	"author": "Ada18980",
	"modbuild": 1,
	"gamemajor": 5,
	"gameminor": 3,
	"gamepatch_min": 38,
	"gamepatch_max": -1,
	"priority": 0
}

Note: setting one of the game version fields to -1 makes it ignore the field when determining datedness.

有mod 社区吗?

There is one on discord, unfortunately not all of them post here >.<