-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
61 lines (61 loc) · 1.59 KB
/
config.json
File metadata and controls
61 lines (61 loc) · 1.59 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
{
"Mod Info" : {
"MLModIconName" : "ModIcon",
"MLModIdentifier" : "com.julien.examplemod",
"MLModDeveloper" : "julien",
"MLModDevelopmentRegion" : "en",
"MLModDisplayName" : "Example Mod",
"MLModPackageType" : "MOD",
"MLModMainExecutable" : "init",
"MLModName" : "examplemod",
"MLModVersion" : "1.0"
},
"Build Type" : "DEBUG",
"Build Settings" : {
"Build Options" : {
"Allow Multi-Platform Builds" : true,
"Supported Platforms" : [
"iOS",
"Android"
],
"Build Libraries for Distribution" : true,
"Compiler for lua" : "Default compiler (LUAC)"
},
"Packaging" : {
"ModInfo.json File" : "\/examplemod\/ModInfo.json",
"Product Mod Name" : "examplemod",
"Zip Info" : {
"Compression Level" : 9,
"Password" : "",
"Use AES Encryption" : true
},
"Generate ModInfo.json File" : true,
"Product Mod Identifier" : "com.julien.examplemod",
"Product Name" : "examplemod"
},
"Search Paths" : {
"Library Search Paths" : [
"\/ModLoader\/editor\/examplemod",
"\/ModLoader\/mods\/examplemod"
]
},
"Deployment" : {
"Skip Install" : false,
"Strip Debug Imformation" : false,
"Installation Directory" : "\/ModLoader\/mods",
"Print Listing Imformation" : false
}
},
"Build Phases" : {
"Compile Sources" : [
"init.lua",
"main.lua"
],
"Copy Mod Resources" : [
"ModIcon.png",
"Localization/en-US.i18n",
"Localization/fr-FR.i18n",
"Localization/ru-RU.i18n"
]
}
}