-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMapCollectablesMod.modconfig.json
More file actions
110 lines (110 loc) · 2.64 KB
/
MapCollectablesMod.modconfig.json
File metadata and controls
110 lines (110 loc) · 2.64 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
{
"note": "THIS JSON FILE WAS CREATED USING THE `DekModConfigMenu` MOD FOR PALWORLD! DO NOT MANUALLY EDIT THIS FILE UNLESS YOU KNOW WHAT YOU'RE DOING -- USE THE `DekModConfigMenu` MOD INSTEAD <3",
"meta": {
"vers": "5.1.2",
"auth": "Robert Rioja (miapuffia)",
"desc": "Shows Lifmunk effigies, lore notes, dungeons, nearby chests, nearby eggs, nearby outposts, fruit trees, nearby junk, coal, copper, quartz, sulfur, hexolite, and oil as icons on the map with the options to toggle each.",
"link": {
"nexus-mod-id": "466",
"curse-slug": "blueprint-code-mods/map-collectables-helper-effigy-and-notes",
"donate": "https://paypal.me/miapuffia"
}
},
"UI SETTINGS": {
"type": "header"
},
"UI position": {
"type": "option",
"opts": [
"Top left",
"Top middle",
"Top right",
"Middle left",
"Middle right",
"Bottom left",
"Bottom middle",
"Bottom right"
],
"init": "Top left",
"live": "Top left"
},
"UI scale": {
"type": "float",
"opts": {
"min": 0.5,
"max": 1.5,
"step": 0.05
},
"init": 1,
"live": 1
},
"Checkboxes to show": {
"type": "option",
"opts": [
"Everything",
"Only collectables (effigies and relics)",
"Only resources"
],
"init": "Everything",
"live": "Everything"
},
"Hide hidden effigy teleport buttons": {
"type": "option",
"opts": [
"Never",
"After collecting",
"Always"
],
"init": "After collecting",
"live": "After collecting"
},
"Show teleport buttons even if not the host (probably won't work)": {
"type": "boolean",
"init": false,
"live": false
},
"DISPLAY SETTINGS": {
"type": "header"
},
"Show inaccessible effigy": {
"type": "boolean",
"init": false,
"live": false
},
"Show inaccessible (underwater) resources": {
"type": "boolean",
"init": false,
"live": false
},
"PERFORMANCE SETTINGS": {
"type": "header"
},
"Hide icons when dragging map (reduces lag)": {
"type": "boolean",
"init": true,
"live": true
},
"Hide tightly clustered icons (reduces lag)": {
"type": "boolean",
"init": true,
"live": true
},
"Use most accurate resource search (makes opening the map slower)": {
"type": "boolean",
"init": false,
"live": false
},
"FOR INTERNAL USE - DO NOT MODIFY": {
"type": "header"
},
"Checkboxes should be hidden": {
"type": "boolean",
"init": false,
"live": false
},
"Current checkboxes state": {
"type": "string",
"init": "{\"checkboxesState\":[]}",
"live": "{\"checkboxesState\":[]}"
}
}