-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
174 lines (174 loc) · 5.76 KB
/
mod.json
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"geode": "4.2.0",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"id": "timestepyt.deltarune_textboxes",
"name": "Deltarune Textboxes",
"version": "v1.3.0",
"developer": "TimeStepYT",
"description": "Makes Popups look like Deltarune",
"links": {
"source": "https://github.com/TimeStepYT/DeltaruneTextboxes"
},
"tags": ["customization"],
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=1.19.0",
"importance": "required"
},
{
"id": "geode.custom-keybinds",
"importance": "required",
"version": ">=v1.7.1",
"platforms": ["win", "macos", "android64"]
}
],
"resources": {
"sprites": [
"resources/undertaleSquare.png",
"resources/deltaruneSquare_0.png",
"resources/deltaruneSquare_1.png",
"resources/deltaruneSquare_2.png",
"resources/deltaruneSquare_3.png",
"resources/deltaruneSquare_4.png",
"resources/heart.png"
],
"fonts": {
"Determination": {
"size": 78,
"path": "resources/determination-extended.ttf",
"charset": "32-126,8226",
"outline": 0
},
"ComicSans": {
"size": 78,
"path": "resources/comic-sans-pixel.ttf",
"charset": "32-126,8226",
"outline": 0
},
"Papyrus": {
"size": 78,
"path": "resources/papyrus-pixel.ttf",
"charset": "32-126,8226",
"outline": 0
}
},
"files": [
"resources/DeterminationGradient-uhd.fnt",
"resources/DeterminationGradient-hd.fnt",
"resources/DeterminationGradient.fnt",
"resources/DeterminationGradient-uhd.png",
"resources/DeterminationGradient-hd.png",
"resources/DeterminationGradient.png",
"resources/SND_TXT1.wav",
"resources/SND_TXT2.wav",
"resources/snd_txtal.wav",
"resources/snd_txtasg.wav",
"resources/snd_txtasr.wav",
"resources/snd_txtsans.wav",
"resources/snd_txtpap.wav",
"resources/snd_txtund.wav",
"resources/snd_txttor.wav",
"resources/snd_txtsus.wav",
"resources/snd_txtral.wav",
"resources/snd_txtlan.wav",
"resources/snd_txtnoe.wav",
"resources/snd_txtber.wav",
"resources/snd_txtjok.wav",
"resources/snd_txtspam.wav",
"resources/snd_txtspam2.wav",
"resources/snd_txtq.wav",
"resources/screenshot.jpg",
"resources/g.jpg"
]
},
"settings": {
"dontRestrictWidth": {
"name": "Don't limit width",
"type": "bool",
"default": false,
"description": "Doesn't limit the <cy>textbox width</c> to max width for <cj>16:9</c>"
},
"disableClickToProgress": {
"name": "Don't progress by clicking",
"type": "bool",
"default": false,
"description": "Disables <cy>clicking</c> to progress textboxes",
"platforms": ["win", "mac"]
},
"coloredPortraits": {
"name": "Colored Portraits",
"type": "bool",
"default": false,
"description": "<cr>Disables</c> the <cy>grayscale</c> effect on the <cj>dialog portraits</c>."
},
"noGradientOverlay": {
"name": "Disable gradient",
"type": "bool",
"default": false,
"description": "<cr>Disables</c> the <cy>gradient</c> that you can see on <cj>colored text</c>"
},
"noShadow": {
"name": "Disable shadow",
"description": "<cr>Disables</c> the <cp>shadow</c> <cy>behind the text</c>",
"type": "bool",
"default": false
},
"noAnimation": {
"name": "No Animation",
"description": "<cr>Disables</c> the <cj>animated background</c>. <cy>(the colors of the corners change)</c>",
"type": "bool",
"default": false
},
"undertaleBG": {
"name": "Undertale Background",
"description": "<cj>Changes the background</c> of the textbox to the <cr>Undertale</c> one",
"type": "bool",
"default": false
},
"textRollingPause": {
"name": "Text Rolling Pause",
"type": "float",
"min": 0,
"max": 5,
"default": 0.8,
"control": {
"arrow-step": 0.1,
"big-arrow-step": 1
},
"description": "How many <cy>30th</c>s of a second it should <cj>pause</c> between characters for the <cg>rolling effect</c>"
},
"textSound": {
"name": "Text Sound",
"type": "string",
"default": "Default",
"description": "The <cy>sound</c> that plays for <cj>every letter</c> when rolling out",
"one-of": [
"Default",
"Typewriter",
"Toriel",
"Sans",
"Papyrus",
"Undyne",
"Alphys",
"Asgore",
"Asriel",
"Susie",
"Ralsei",
"Lancer",
"Jevil",
"Noelle",
"Berdly",
"Queen",
"Spamton",
"Spamton NEO",
"No Sound"
]
}
}
}