-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
147 lines (147 loc) · 4.15 KB
/
mod.json
File metadata and controls
147 lines (147 loc) · 4.15 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"geode": "5.0.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "arcticwoof.player_advertisements",
"name": "Player Advertisements",
"version": "v1.1.9",
"developers": [
"ArcticWoof",
"Cheeseworks"
],
"description": "Community-made ads for awesome levels!",
"dependencies": {
"geode.node-ids": ">=1.23.0",
"prevter.imageplus": ">=1.1.0"
},
"resources": {
"sprites": [
"resources/*.png"
],
"spritesheets": {
"ADS_icons": [
"resources/icons/*.png"
]
}
},
"tags": [
"modtober25",
"universal",
"content",
"online"
],
"links": {
"source": "https://github.com/DumbCaveSpider/PlayerAdvertisements",
"homepage": "https://ads.arcticwoof.xyz",
"community": "https://www.dsc.gg/cheeseworks"
},
"settings": {
"user-id": {
"type": "string",
"name": "User ID",
"default": "",
"description": "Discord User ID provided by the Ads Manager website."
},
"scene-protection": {
"type": "bool",
"name": "Disable Scene Limit Protection",
"default": false,
"description": "Disabling will remove the 10 scene limit. <c>This usually occur when you kept opening ads after ads without going back to the previous scene.</c> <cr>Highly recommended to keep this enabled to prevent your game from lagging.</c>"
},
"Placements": {
"type": "title",
"name": "Advertisements Placements",
"description": "Select where advertisements should be shown in the game. <cy>You can disable ads in certain layers if you want.</c>"
},
"MenuLayer": {
"type": "bool",
"name": "Menu Layer",
"default": true
},
"PlayLayer": {
"type": "bool",
"name": "In-Game UI Layer",
"description": "Its disabled by default because its annoying but if you want to simulate yourself with more ads especially while playing, enable this :D",
"default": false
},
"ChallengesPage": {
"type": "bool",
"name": "Quests Page",
"default": true
},
"CreatorLayer": {
"type": "bool",
"name": "Creator Layer",
"default": true
},
"DailyLevelPage": {
"type": "bool",
"name": "Daily Level Page",
"default": true
},
"EndLevelLayer": {
"type": "bool",
"name": "End Level Layer",
"default": true
},
"GauntletSelectLayer": {
"type": "bool",
"name": "Gauntlet Select Layer",
"default": true
},
"GJDropDownLayer": {
"type": "bool",
"name": "Drop Down Layer",
"default": true
},
"GJPathsLayer": {
"type": "bool",
"name": "Paths Layer",
"default": true
},
"InfoLayer": {
"type": "bool",
"name": "Info Layer",
"default": true
},
"LeaderboardsLayer": {
"type": "bool",
"name": "Leaderboards Layer",
"default": true
},
"LevelBrowserLayer": {
"type": "bool",
"name": "Level Browser Layer",
"default": true
},
"PauseLayer": {
"type": "bool",
"name": "Pause Layer",
"default": true
},
"ProfilePage": {
"type": "bool",
"name": "Profile Page",
"default": true
},
"RetryLayer": {
"type": "bool",
"name": "Retry Layer",
"default": true
},
"ShareCommentLayer": {
"type": "bool",
"name": "Comment Layer",
"default": true
}
},
"api": {
"include": [
"include/*.hpp"
]
}
}