-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMod.uplugin
More file actions
49 lines (49 loc) · 980 Bytes
/
Copy pathMod.uplugin
File metadata and controls
49 lines (49 loc) · 980 Bytes
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0.0",
"SemVersion": "1.0.0",
"FriendlyName": "###TITLE###",
"Description": "###DESC###",
"Category": "Modding",
"CreatedBy": "QuingKhaos",
"CreatedByURL": "https://github.com/QuingKhaos",
"DocsURL": "",
"MarketplaceURL": "https://ficsit.app/mod/###NAME###",
"SupportURL": "https://discord.gg/B3qJBE3M9W",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"BuiltInInitialFeatureState": "Active",
"Modules": [
{
"Name": "###NAME###",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "KBFL",
"Enabled": true,
"SemVersion": "^2026.3.500"
},
{
"Name": "KDataForge",
"Enabled": true,
"SemVersion": "^2026.3.497"
},
{
"Name": "KhaosLib",
"Enabled": true,
"SemVersion": "^1.2.2"
},
{
"Name": "SML",
"Enabled": true,
"SemVersion": "^3.12.0"
}
],
"GameVersion": ">=502094"
}