-
Notifications
You must be signed in to change notification settings - Fork 4
Mod Details
Cälum edited this page Feb 16, 2020
·
6 revisions
Mod Details define dependent mods, mod info, authors, description, minimum SimAirport version ect.
{
"Author":[
"<author>"
],
"Description":"<description>",
"MinRequiredVersion":"0001-01-01T00:00:00",
"Dependencies":[],
"Build":0,
"Version":"<version>",
"SteamId":0
}
{
"Author":[
"cal3432"
],
"Description":"Infinite Expansion",
"MinRequiredVersion":"2020-02-10T00:00:00",
"Dependencies":[],
"Build":1522,
"Version":"2.1",
"SteamId": 1941472368
}
Author - list of strings - authors name
Description - string - description of mod
MinRequiredVersion - DateTime - 2020-02-10T00:00:00 is the February 2020 update if you are wondering.
Dependencies - list of numbers - id of workshop item needed for the mod to work.
Build - number - build number (any number)
Version - string - Version in any format (1.0.0 or 1.0 etc)
SteamId - number - id of your mod
Place moddetails.json in your main mod folder.
eg: your mod/moddetails.json
not your mod/placeables/moddetails.json
etc.