forked from lil2kki/Main-Levels-Config
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
61 lines (56 loc) · 2.4 KB
/
mod.json
File metadata and controls
61 lines (56 loc) · 2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"geode": "4.7.0",
"early-load": true,
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"version": "v8.0.0-beta.10",
"id": "user95401.main-levels-editor",
"name": "Main Levels Editor",
"developer": "user95401",
"description": "customizable thing to change main levels uknowya",
"links": {
"community": "https://discord.gg/6SxAbk3bTA",
"homepage": "https://t.me/user95401_channel",
"source": "https://github.com/user95401/Main-Levels-Editor"
},
"tags": [ "gameplay", "music", "interface", "utility", "customization", "cheat" ],
"api": { "include": [ "include/*.hpp" ] },
"resources": { "files": [ "resources/*" ] },
"settings": {
"REMOVE_UI": {
"name": "Remove control UI",
"description": "Remove buttons and other stuff made to control things in game.",
"type": "bool",
"default": false
},
"VERIFY_LEVEL_INTEGRITY": {
"name": "Verify level integrity",
"description": "Disable this to bring back level int verification for some reason...\n\n(if verify fails, it will show \"Load Failed!\" on level load)",
"type": "bool",
"default": false
},
"REPLACE_DIFFICULTY_SPRITE": {
"name": "Replace difficulty sprite",
"description": "Replace the difficulty sprite with a `\ndiffIcon_{level_difficulty:02d}_btn_001.png frame or file`",
"type": "bool",
"default": true
},
"TYPE_AND_ID_HACKS_FOR_SECRET_COINS": {
"name": "Type and ID hacks for Secret Coins",
"description": "Hack around type and id of Secret Coin objects to bypass some game anti-cheat logic. Basically aims to force game add them to level as User Coins.\n\nUse [Unlisted Objects in Editor](mod:legowiifun.unlisted_objects_in_editor) mod by [legowiifun](https://geode-sdk.org/developers/122) to add Secret Coins to Create Tab in Level Editor.",
"type": "bool",
"default": true
},
"LEVELS_LISTING": {
"name": "Levels Listing",
"description": "# IDs set for level select page.\n\n## Format: \n<cy> - Single ID</c>: -1 (shows one level)\n<co> - Sequence</c>: 1:23 (levels from 1 to 23)\n<cr>Use commas to separate entries!</c>\n\n## Example: \n`\"`<cy>`1337`</c>`,`<co>`1:22`</c>`,`<cy>`-1`</c>,<cy>`-2`</c>`\"` will list level <cy>`1337`</c>, levels <co>`1` through `22`</c>, then <cy>`-1`</c> and <cy>`-2`</c>.\n<cr>\n```\n-1 is coming soon page, and -2, the tower.\n```\n</c>",
"type": "string",
"filter": "0123456789,:",
"default": "1:22,-2,-1"
}
}
}