Skip to content
GitLab
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
8fe08e4d
Commit
8fe08e4d
authored
Oct 09, 2021
by
dylan grafmyre
Browse files
option to disable navgent
parent
19013409
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8fe08e4d
...
...
@@ -177,6 +177,9 @@ maps/%.bsp: %.bsp
rm
-i
"
$(MOD_DIR)
/mapsrc/setphys.vmf"
%.nav
:
%.bsp
ifeq
($(NAV),0)
echo
"user disabled nav gen via NAV=0"
else
rm
-v
"
$(MOD_DIR)
/maps/navgen.bsp"
||
true
cp
-v
"
$^
"
"
$(MOD_DIR)
/maps/navgen.bsp"
mkdir
-p
"
$(MOD_DIR)
/data/"
...
...
@@ -197,6 +200,7 @@ maps/%.bsp: %.bsp
mkdir -p maps/graphs
cp -v "
$(MOD_DIR)
/maps/graphs/navgen.ain
"
$(
basename
$@
)
.ain
rm -v "
$(MOD_DIR)
/maps/graphs/navgen.ain
"
endif
_comments
:
...
...
ttt_terrorcon_v2.vmf
View file @
8fe08e4d
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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