-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfortwars.sbproj
More file actions
31 lines (31 loc) · 772 Bytes
/
fortwars.sbproj
File metadata and controls
31 lines (31 loc) · 772 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
{
"Title": "Forts",
"Type": "game",
"Org": "nolankicks",
"Ident": "fortwars",
"Schema": 1,
"IncludeSourceFiles": false,
"Resources": "\n*.mp3\n*.wav\n*.png\n*.ttf\n*.jpg",
"PackageReferences": [],
"EditorReferences": null,
"Mounts": null,
"IsStandaloneOnly": false,
"Metadata": {
"MaxPlayers": 64,
"MinPlayers": 1,
"TickRate": 50,
"GameNetworkType": "Multiplayer",
"MapSelect": "Unrestricted",
"MapList": [
"facepunch.flatgrass"
],
"RankType": "None",
"PerMapRanking": false,
"LeaderboardType": "None",
"CsProjName": "",
"StartupScene": "scenes/fortwarsmenu.scene",
"LaunchMode": "Normal",
"ControlModes": {},
"DedicatedServerStartupScene": "scenes/dedicatedserverscene.scene"
}
}