-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
59 lines (59 loc) · 1.8 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
{
"geode": "3.8.1",
"gd": {
"win": "2.206",
"android": "2.206",
"mac": "2.206",
"ios": "2.206"
},
"id": "dankmeme.blaze",
"name": "Blaze",
"version": "v1.3.0",
"developer": "dankmeme",
"description": "Optimization mod",
"early-load": true,
"settings": {
"image-cache": {
"name": "Image cache",
"type": "bool",
"description": "After loading an image, cache it using a quicker format (FPNG), then in future load the cached version instead.",
"default": true
},
"image-cache-small": {
"name": "Smaller image cache",
"type": "bool",
"description": "When this option and <cy>Image cache</c> are enabled, only cache images bigger than 64kb",
"default": true
},
"async-glfw": {
"name": "Async GLFW",
"type": "bool",
"description": "<cp>Note: experimental!</c>\n\nPre-initializes GLFW on a different thread, while doing other loading tasks in parallel. May be unstable and cause crashes.",
"default": false,
"platforms": [
"win"
]
},
"async-fmod": {
"name": "Async FMOD",
"type": "bool",
"description": "<cp>Note: experimental!</c>\n\nInitializes FMOD on a different thread, while doing other loading tasks in parallel. May be unstable and cause crashes.",
"default": false,
"platforms": [
"win"
]
},
"fast-saving": {
"name": "Fast Saving",
"type": "bool",
"description": "Use a significantly faster compressor to save data to your savefile. Prevents the game for hanging for a few seconds every time it's closed.",
"default": true
},
"uncompressed-saves": {
"name": "Uncompressed Save",
"type": "bool",
"description": "Stores the save data without compression, resulting in slightly faster loading & saving times.\n\n<cy>Note: this may increase the size of your savefile by up to 50%.</c>",
"default": false
}
}
}