Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Upcoming Gitlab Maintenance - May 25 - 03:30 UTC (2 hours)
Open sidebar
thorsummoner
ttt_terrorcon
Commits
dbd1217c
Commit
dbd1217c
authored
Sep 12, 2021
by
dylan grafmyre
Browse files
ttt_preptime_seconds just doesn't work
parent
126edff6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
dbd1217c
...
...
@@ -56,18 +56,18 @@ MOUNT_FLAGS?=--mod-dir "'$(MOD_DIR)'"
ifeq
($(GAME),0)
echo
"user disabled run game via GAME=0"
else
$(SHLEX_BIN)
$(SHLEX_FLAGS)
"'
$(GAME_DIR)$(GAME)
'"
-allowdebug
$(VBIN_FLAGS)
+gamemode terrortown +ttt_debug_preventwin 1
+ttt_preptime_seconds 10
+ttt_minimum_players 1 +map
$(
notdir
$(
basename
$^
))
$(SHLEX_BIN)
$(SHLEX_FLAGS)
"'
$(GAME_DIR)$(GAME)
'"
-allowdebug
$(VBIN_FLAGS)
+ttt_preptime_seconds 3
+gamemode terrortown +ttt_debug_preventwin 1 +ttt_minimum_players 1 +map
$(
notdir
$(
basename
$^
))
endif
%.game-mount
:
addons/%/.mount
ifeq
($(GAME),0)
echo
"user disabled run game via GAME=0"
else
$(SHLEX_BIN)
$(SHLEX_FLAGS)
"'
$(GAME_DIR)$(GAME)
'"
-allowdebug
$(VBIN_FLAGS)
+gamemode terrortown +ttt_debug_preventwin 1
+ttt_preptime_seconds 10
+ttt_minimum_players 1 +map
$(
notdir
$
(
^:/.mount
=
))
$(SHLEX_BIN)
$(SHLEX_FLAGS)
"'
$(GAME_DIR)$(GAME)
'"
-allowdebug
$(VBIN_FLAGS)
+ttt_preptime_seconds 3
+gamemode terrortown +ttt_debug_preventwin 1 +ttt_minimum_players 1 +map
$(
notdir
$
(
^:/.mount
=
))
endif
%.game-only
:
$(SHLEX_BIN)
$(SHLEX_FLAGS)
"'
$(GAME_DIR)$(GAME)
'"
-allowdebug
$(VBIN_FLAGS)
+gamemode terrortown +ttt_debug_preventwin 1
+ttt_preptime_seconds 10
+ttt_minimum_players 1 +map
$(
notdir
$(
basename
$@
))
$(SHLEX_BIN)
$(SHLEX_FLAGS)
"'
$(GAME_DIR)$(GAME)
'"
-allowdebug
$(VBIN_FLAGS)
+ttt_preptime_seconds 3
+gamemode terrortown +ttt_debug_preventwin 1 +ttt_minimum_players 1 +map
$(
notdir
$(
basename
$@
))
maps/%.bsp
:
%.bsp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment