diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-07-28 22:06:03 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-07-28 22:06:03 +0100 |
| commit | 1e5c6393a6b29eb00dbb8fb137d86647cb0c356b (patch) | |
| tree | 95cbba0e7ade6bd97675480c2559c8e01f74a635 /.sbproj | |
| parent | f137095304f456b06229e4d17ee8249e974fceaf (diff) | |
Add TryUnstuck and death overlay
Diffstat (limited to '.sbproj')
| -rw-r--r-- | .sbproj | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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": {},
|
