-
Notifications
You must be signed in to change notification settings - Fork 2
/
modsettings.json
35 lines (35 loc) · 1.14 KB
/
modsettings.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
{
"Version": null,
"Sections": [
{
"Name": "Core",
"Description": "Main settings",
"IsAdvanced": false,
"Keys": [
{
"Value": false,
"Name": "VerboseLog",
"Description": "Verbose (ie: spam) logs. To be used when debugging an issue",
"$version": "v1",
"$type": "DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings.ToggleKey"
}
],
"$version": "v1"
},
{
"Name": "Compatibility",
"Description": "Compatibility settings with other mods",
"IsAdvanced": false,
"Keys": [
{
"Value": false,
"Name": "ForceNoNudity",
"Description": "Forces Nine's No Nudity sprites even if the mod is not installed",
"$version": "v1",
"$type": "DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings.ToggleKey"
}
],
"$version": "v1"
}
]
}