-
Notifications
You must be signed in to change notification settings - Fork 0
/
.addon
62 lines (62 loc) · 1.4 KB
/
.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"Title": "Deathrun",
"Type": "game",
"Org": "stainton",
"Ident": "deathrun",
"Schema": 1,
"HasAssets": true,
"AssetsPath": "",
"ResourcePaths": [],
"HasCode": true,
"CodePath": "/code/",
"RootNamespace": null,
"Metadata": {
"MaxPlayers": 24,
"MinPlayers": 2,
"GameNetworkType": "Multiplayer",
"MapSelect": "Tagged",
"MapList": [
"deathrun_devland",
"stainton.development_hell"
],
"RankType": "None",
"PerMapRanking": false,
"LeaderboardType": "None",
"ProjectTemplate": null,
"GameCategory": "Parkour",
"ControlModes": {
"Keyboard": true
},
"GameSettings": {
"players_required": {
"DisplayType": "Integer",
"Choices": [],
"ConVarName": "players_required",
"DisplayName": "Players Required to Start",
"DefaultValue": "0",
"Minimum": 2,
"Maximum": 24
},
"end_weapon": {
"DisplayType": "Choice",
"Choices": [
{
"Value": "weapon_dr_bat",
"Name": "Baseball Bat"
},
{
"Value": "weapon_dr_fists",
"Name": "Fists"
},
{
"Value": "weapon_dr_pistol",
"Name": "Pistol"
}
],
"ConVarName": "end_weapon",
"DisplayName": "Finishing Weapon",
"DefaultValue": "weapon_dr_bat"
}
}
}
}