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
Open sidebar
thorsummoner
ttt_terrorcon
Commits
44a5570d
Commit
44a5570d
authored
Sep 18, 2021
by
dylan grafmyre
Browse files
fixup for bad makefile changes
parent
c32e6e9d
Changes
2
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
44a5570d
...
...
@@ -149,7 +149,7 @@ maps/%.bsp: %.bsp
mkdir
-p
"
$(MOD_DIR)
/mapsrc"
ln
-f
"
$^
"
"
$(MOD_DIR)
/maps/setphys.bsp"
ln
-f
"
$
(^:.bsp=.vmf)"
"
$(MOD_DIR)
/mapsrc/setphys.vmf"
ln
-f
"lua/map_edit.lua"
"
$(MOD_DIR)
/
mapsrc/
lua/autorun/runme.lua"
ln
-f
"lua/map_edit.lua"
"
$(MOD_DIR)
/lua/autorun/runme.lua"
# open vmf in hammer
"
$(VBIN_DIR)
/hammer.exe"
"
$(MOD_DIR)
/mapsrc/setphys.vmf"
&
sleep
2
...
...
@@ -157,9 +157,10 @@ maps/%.bsp: %.bsp
$(SHLEX_BIN)
$(SHLEX_FLAGS)
$(SHLEX_HL2LOG_FLAGS)
\
"'
$(GAME_DIR)$(GAME)
'"
-allowdebug
$(VBIN_FLAGS)
$(GAME_FLAGS)
$(GAME_TTT_FLAGS)
\
+sv_cheats 1 +map_edit setphys
rm
-v
"
$(MOD_DIR)
/mapsrc/lua/autorun/runme.lua"
rm
-v
"
$(MOD_DIR)
/mapsrc/setphys.vmf"
rm
-v
"
$(MOD_DIR)
/maps/setphys.bsp"
rm
-v
\
"
$(MOD_DIR)
/lua/autorun/runme.lua"
\
"
$(MOD_DIR)
/mapsrc/setphys.vmf"
\
"
$(MOD_DIR)
/maps/setphys.bsp"
%.nav
:
%.bsp
./workarounds/nav_generate.exe &
...
...
pyvmf/vmt.py
View file @
44a5570d
...
...
@@ -6,7 +6,7 @@ import io
import
pyvmf.objects
import
pyvmf.objects
as
o
import
pyvmf.re
as
r
import
pyvmf.re
_
as
r
import
pyvmf.exceptions
as
e
VMT_TOKENS
=
{
...
...
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