aboutsummaryrefslogtreecommitdiffstats
path: root/.sbproj
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2023-07-28 22:06:03 +0100
committerLeonardo Bishop <me@leonardobishop.com>2023-07-28 22:06:03 +0100
commit1e5c6393a6b29eb00dbb8fb137d86647cb0c356b (patch)
tree95cbba0e7ade6bd97675480c2559c8e01f74a635 /.sbproj
parentf137095304f456b06229e4d17ee8249e974fceaf (diff)
Add TryUnstuck and death overlay
Diffstat (limited to '.sbproj')
-rw-r--r--.sbproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/.sbproj b/.sbproj
index d5b5ec0..6172332 100644
--- a/.sbproj
+++ b/.sbproj
@@ -34,14 +34,14 @@
"TickRate": 50,
"LaunchConfigs": [
{
- "Name": "Murder",
+ "Name": "Murder (Clue)",
"GameIdent": "leonardobishop.murder#local",
"MapName": "thieves.clue",
- "MaxPlayers": 3,
+ "MaxPlayers": 6,
"GameSettings": {},
"Addons": "",
- "PreLaunchCommand": "sv_lan 1;",
- "PostLaunchCommand": "sv_lan 1;"
+ "PreLaunchCommand": "sv_lan 1; sv_cheats 1;",
+ "PostLaunchCommand": "sv_lan 1; sv_cheats 1;"
},
{
"Name": "Murder (Square)",
@@ -50,8 +50,8 @@
"MaxPlayers": 3,
"GameSettings": {},
"Addons": "",
- "PreLaunchCommand": "sv_lan 1;",
- "PostLaunchCommand": "sv_lan 1;"
+ "PreLaunchCommand": "sv_lan 1; sv_cheats 1;",
+ "PostLaunchCommand": "sv_lan 1; sv_cheats 1;"
}
],
"ControlModes": {},