2022-09-28 10:38:02 -04:00
|
|
|
{
|
2023-02-22 05:19:17 -05:00
|
|
|
"geode": "@PROJECT_VERSION@@PROJECT_VERSION_SUFFIX@",
|
2024-06-03 09:15:26 -04:00
|
|
|
"gd": {
|
|
|
|
"win": "*",
|
|
|
|
"mac": "*",
|
|
|
|
"android": "*"
|
|
|
|
},
|
2022-09-28 10:38:02 -04:00
|
|
|
"id": "geode.loader",
|
2022-12-12 08:45:27 -05:00
|
|
|
"version": "@PROJECT_VERSION@@PROJECT_VERSION_SUFFIX@",
|
2022-09-28 10:38:02 -04:00
|
|
|
"name": "Geode",
|
|
|
|
"developer": "Geode Team",
|
|
|
|
"description": "The Geode mod loader",
|
2024-06-18 19:26:15 -04:00
|
|
|
"links": {
|
|
|
|
"community": "https://discord.com/invite/9e43WMKzhp",
|
|
|
|
"homepage": "https://geode-sdk.org",
|
|
|
|
"source": "https://github.com/geode-sdk/geode"
|
|
|
|
},
|
2022-09-28 10:38:02 -04:00
|
|
|
"repository": "https://github.com/geode-sdk/geode",
|
|
|
|
"resources": {
|
|
|
|
"fonts": {
|
|
|
|
"mdFont": {
|
|
|
|
"path": "fonts/Ubuntu-Regular.ttf",
|
|
|
|
"size": 80
|
|
|
|
},
|
|
|
|
"mdFontB": {
|
|
|
|
"path": "fonts/Ubuntu-Bold.ttf",
|
|
|
|
"size": 80
|
|
|
|
},
|
|
|
|
"mdFontI": {
|
|
|
|
"path": "fonts/Ubuntu-Italic.ttf",
|
|
|
|
"size": 80
|
|
|
|
},
|
|
|
|
"mdFontBI": {
|
|
|
|
"path": "fonts/Ubuntu-BoldItalic.ttf",
|
|
|
|
"size": 80
|
|
|
|
},
|
|
|
|
"mdFontMono": {
|
|
|
|
"path": "fonts/UbuntuMono-Regular.ttf",
|
|
|
|
"size": 80
|
|
|
|
}
|
|
|
|
},
|
2022-10-03 06:51:48 -04:00
|
|
|
"sprites": [
|
2024-06-06 10:56:50 -04:00
|
|
|
"images/*.png",
|
|
|
|
"swelve/*.png"
|
2022-10-03 06:51:48 -04:00
|
|
|
],
|
2022-09-28 10:38:02 -04:00
|
|
|
"files": [
|
2023-05-01 04:36:11 -04:00
|
|
|
"sounds/*.ogg",
|
|
|
|
"about.md",
|
|
|
|
"changelog.md",
|
|
|
|
"support.md",
|
2023-05-01 11:41:18 -04:00
|
|
|
"mod.json",
|
|
|
|
"version"
|
2022-09-28 10:38:02 -04:00
|
|
|
],
|
|
|
|
"spritesheets": {
|
|
|
|
"LogoSheet": [
|
|
|
|
"logos/*.png"
|
|
|
|
],
|
|
|
|
"APISheet": [
|
|
|
|
"*.png"
|
|
|
|
],
|
|
|
|
"BlankSheet": [
|
|
|
|
"blanks/*.png"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"show-platform-console": {
|
|
|
|
"type": "bool",
|
|
|
|
"default": false,
|
|
|
|
"name": "Show Platform Console",
|
2024-06-15 18:30:03 -04:00
|
|
|
"description": "Show the native console (if one exists). <cr>This setting is meant for developers</c>",
|
|
|
|
"platforms": ["win", "mac"]
|
2022-10-05 08:41:05 -04:00
|
|
|
},
|
|
|
|
"auto-check-updates": {
|
|
|
|
"type": "bool",
|
|
|
|
"default": true,
|
|
|
|
"name": "Check For Updates",
|
2023-08-03 06:37:42 -04:00
|
|
|
"description": "Automatically check for <cy>Geode</c> updates on startup"
|
2022-10-06 13:58:05 -04:00
|
|
|
},
|
2023-07-29 13:56:46 -04:00
|
|
|
"disable-last-crashed-popup": {
|
|
|
|
"type": "bool",
|
|
|
|
"default": false,
|
|
|
|
"name": "Disable Crash Popup",
|
|
|
|
"description": "Disables the popup at startup asking if you'd like to send a bug report; intended for developers"
|
2024-03-11 05:34:04 -04:00
|
|
|
},
|
|
|
|
"server-cache-size-limit": {
|
|
|
|
"type": "int",
|
|
|
|
"default": 20,
|
|
|
|
"min": 1,
|
|
|
|
"max": 100,
|
|
|
|
"name": "Server Cache Size Limit",
|
|
|
|
"description": "Limits the size of the cache used for loading mods. Higher values result in higher memory usage."
|
2024-04-29 12:39:02 -04:00
|
|
|
},
|
|
|
|
"enable-geode-theme": {
|
|
|
|
"type": "bool",
|
|
|
|
"default": true,
|
|
|
|
"name": "Enable Geode-Themed Colors",
|
|
|
|
"description": "When enabled, the Geode menu has a <ca>Geode-themed color scheme</c>. <cy>This does not affect any other menus!</c>"
|
2022-09-28 10:38:02 -04:00
|
|
|
}
|
2022-09-29 08:17:02 -04:00
|
|
|
},
|
|
|
|
"issues": {
|
|
|
|
"info": "Post your issues on the <cp>Geode Github Repository</c>. <cy>Please follow the standard issue format</c>.",
|
|
|
|
"url": "https://github.com/geode-sdk/geode/issues/new"
|
2022-09-28 10:38:02 -04:00
|
|
|
}
|
|
|
|
}
|