-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathsandbox.sbproj
More file actions
40 lines (40 loc) · 901 Bytes
/
sandbox.sbproj
File metadata and controls
40 lines (40 loc) · 901 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
32
33
34
35
36
37
38
39
40
{
"Title": "Sandbox++",
"Type": "game",
"Org": "softsplit",
"Ident": "sandbox",
"Schema": 1,
"IncludeSourceFiles": false,
"Resources": "",
"PackageReferences": [],
"EditorReferences": null,
"Mounts": [
"quake",
"ns2"
],
"IsStandaloneOnly": false,
"Metadata": {
"MaxPlayers": 32,
"MinPlayers": 1,
"TickRate": 50,
"GameNetworkType": "Multiplayer",
"MapSelect": "Unrestricted",
"MapList": [
"facepunch.flatgrass"
],
"RankType": "None",
"PerMapRanking": false,
"LeaderboardType": "None",
"CsProjName": "",
"StartupScene": "scenes/menu.scene",
"ControlModes": {
"Keyboard": true,
"VR": false,
"Gamepad": true
},
"LaunchMode": "Normal",
"MapStartupScene": "scenes/sandbox.scene",
"DedicatedServerStartupScene": "scenes/sandbox.scene",
"SystemScene": "scenes/system.scene"
}
}