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
972d5f64
Commit
972d5f64
authored
Sep 19, 2021
by
dylan
Committed by
Dylan Grafmyre
Sep 19, 2021
Browse files
data is not installed by gmod by default, try to copy the bsp to prevent
invalidating the nav file
parent
51d626f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
972d5f64
...
...
@@ -175,7 +175,8 @@ maps/%.bsp: %.bsp
rm
-i
"
$(MOD_DIR)
/mapsrc/setphys.vmf"
%.nav
:
%.bsp
ln
-f
"
$^
"
"
$(MOD_DIR)
/maps/navgen.bsp"
cp
-v
"
$^
"
"
$(MOD_DIR)
/maps/navgen.bsp"
mkdir
-p
"
$(MOD_DIR)
/data/"
cp
-v
lua/nav_generate.txt
"
$(MOD_DIR)
/data/runme.txt"
ln
-f
lua/nav_generate.lua
"
$(MOD_DIR)
/lua/autorun/runme.lua"
$(SHLEX_BIN)
$(SHLEX_FLAGS)
$(SHLEX_HL2LOG_FLAGS)
\
...
...
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