Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thorsummoner
ttt_terrorcon
Commits
4ff44b47
Commit
4ff44b47
authored
Sep 19, 2021
by
dylan grafmyre
Committed by
Dylan Grafmyre
Sep 19, 2021
Browse files
leave output files for cubemaps
parent
e117c0dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
4ff44b47
...
...
@@ -148,6 +148,7 @@ maps/%.bsp: %.bsp
"'
$(GAME_DIR)$(GAME)
'"
-allowdebug
$(VBIN_FLAGS)
$(GAME_FLAGS)
$(GAME_TTT_FLAGS)
+sv_cheats 1
\
+mat_specular 0 +map cubeldr
rm
-v
"
$(MOD_DIR)
/maps/cubeldr.bsp"
touch
$@
%.cubehdr
:
%.bsp %.cubeldr
ln
-f
"
$(
word
1,
$^
)
"
"
$(MOD_DIR)
/maps/cubehdr.bsp"
...
...
@@ -156,6 +157,7 @@ maps/%.bsp: %.bsp
"'
$(GAME_DIR)$(GAME)
'"
-allowdebug
$(VBIN_FLAGS)
$(GAME_FLAGS)
$(GAME_TTT_FLAGS)
\
+sv_cheats 0 +mat_hdr_level 2 +sv_cheats 1 +map cubehdr
rm
-v
"
$(MOD_DIR)
/maps/cubehdr.bsp"
touch
$@
# settle physics
%.setphys
:
%.bsp
...
...
Write
Preview
Supports
Markdown
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