-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.addon
43 lines (43 loc) · 950 Bytes
/
.addon
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
{
"Title": "Minimal Base",
"Type": "game",
"Org": "local",
"Ident": "minimalbase",
"Tags": "",
"Schema": 1,
"HasAssets": true,
"AssetsPath": "",
"ResourcePaths": [],
"HasCode": true,
"CodePath": "/code/",
"RootNamespace": null,
"Metadata": {
"MaxPlayers": 8,
"MinPlayers": 1,
"GameNetworkType": "Multiplayer",
"MapSelect": "Unrestricted",
"MapList": [
"facepunch.flatgrass"
],
"RankType": "None",
"PerMapRanking": false,
"LeaderboardType": "None",
"ProjectTemplate": null,
"ParentPackage": "",
"PackageSettings": [
{
"Choices": [],
"ConVarName": "",
"DisplayName": "New Setting..."
}
],
"GeneralExtensions": true,
"TargettedExtensions": false,
"ExtensionApiVersion": 1001,
"Compiler": {
"RootNamespace": "Sandbox",
"DefineConstants": "SANDBOX;ADDON;DEBUG",
"NoWarn": "1701;1702;1591;"
}
}
}