-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModConfig.json
More file actions
62 lines (62 loc) · 1.92 KB
/
Copy pathModConfig.json
File metadata and controls
62 lines (62 loc) · 1.92 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
{
"ModId": "p5rpc.flowscriptframework",
"ModName": "Flowscript Framework",
"ModAuthor": "SecreC.",
"ModVersion": "1.0.3",
"ModDescription": "A library that allows mod creators to use custom flowscript functions without replacing existing ones, and provides a way to resolve conflicts",
"ModDll": "p5rpc.flowscriptframework.dll",
"ModIcon": "Preview.png",
"ModR2RManagedDll32": "x86/p5rpc.flowscriptframework.dll",
"ModR2RManagedDll64": "x64/p5rpc.flowscriptframework.dll",
"ModNativeDll32": "",
"ModNativeDll64": "",
"Tags": [],
"CanUnload": null,
"HasExports": null,
"IsLibrary": true,
"ReleaseMetadataFileName": "p5rpc.flowscriptframework.ReleaseMetadata.json",
"PluginData": {
"GitHubRelease": {
"UserName": "Secre-C",
"RepositoryName": "p5rpc.flowscriptframework",
"UseReleaseTag": true,
"AssetFileName": "Mod.zip"
},
"GameBanana": {
"ItemType": "Mod",
"ItemId": 510809
},
"GitHubDependencies": {
"IdToConfigMap": {
"Reloaded.Memory.SigScan.ReloadedII": {
"Config": {
"UserName": "Reloaded-Project",
"RepositoryName": "Reloaded.Memory.SigScan",
"UseReleaseTag": false,
"AssetFileName": "Mod.zip"
},
"ReleaseMetadataName": "Reloaded.Memory.SigScan.ReloadedII.ReleaseMetadata.json"
},
"reloaded.sharedlib.hooks": {
"Config": {
"UserName": "Sewer56",
"RepositoryName": "Reloaded.SharedLib.Hooks.ReloadedII",
"UseReleaseTag": true,
"AssetFileName": "reloaded.sharedlib.hooks.zip"
},
"ReleaseMetadataName": "Sewer56.Update.ReleaseMetadata.json"
}
}
}
},
"IsUniversalMod": false,
"ModDependencies": [
"Reloaded.Memory.SigScan.ReloadedII",
"reloaded.sharedlib.hooks"
],
"OptionalDependencies": [],
"SupportedAppId": [
"p5r.exe"
],
"ProjectUrl": ""
}