first commit
This commit is contained in:
13
id1/maps/build.sh
Executable file
13
id1/maps/build.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
IN=./zombietest.map
|
||||
OUT=zombietest.bsp
|
||||
DIR="$( cd -P "$( dirname "$0" )" && pwd )"
|
||||
TOOLS_DIR=${DIR}/../../tools/ericw_tools
|
||||
QBSP=${TOOLS_DIR}/qbsp
|
||||
VIS=${TOOLS_DIR}/vis
|
||||
LIGHT=${TOOLS_DIR}/light
|
||||
|
||||
${QBSP} ${IN} ${OUT}
|
||||
${VIS} -fast -level 4 -noambient ${OUT}
|
||||
${LIGHT} -soft -extra -extra4 ${OUT}
|
||||
:
|
||||
Reference in New Issue
Block a user