Skip to content

Instantly share code, notes, and snippets.

@bukowa
Last active June 1, 2024 21:21
Show Gist options
  • Save bukowa/85721ce830a70c8470999bdc68c9b640 to your computer and use it in GitHub Desktop.
Save bukowa/85721ce830a70c8470999bdc68c9b640 to your computer and use it in GitHub Desktop.
example.json
{
"database": {
"unofficialpatch": {
"name": "Unofficial Patch",
"loadBefore": {
"*": {}
}
},
"rice": {
"name": "Regional Immersion and Cultural Enrichment (RICE)",
"steamUrl": "",
"githubUrl": "",
"gitlabUrl": "",
"discordUrl": "",
"paradoxUrl": "",
"paradoxForumUrl": ""
},
"cfp": {
"name": "Community Flavor Pack",
"loadAfter": {
"rice": {}
}
},
"epe": {
"name": "Ethnicities and Portraits Expanded",
"loadAfter": {
"rice": {},
"cfp": {}
}
},
"cfp+epe": {
"name": "CFP + EPE Compatibility Patch",
"compatch": true,
"comments": [
">Author<: I tested with specific versions maybe show a warning if the user has a different version of the mods?"
],
"dependencies": {
"cfp": {
"stable": "<=3.2.14"
},
"epe": {
"stable": "<=1.11.5"
}
},
"loadBefore": {
"cfp": {},
"epe": {}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment