tests: commit E1M1-edited-ents.map for easier testing/debugging

This commit is contained in:
Eric Wasylishen 2021-09-21 22:49:02 -06:00
parent 2e7e886fa3
commit d86638d6f3
2 changed files with 11939 additions and 9 deletions

11939
testmaps/E1M1-edited-ents.map Normal file

File diff suppressed because it is too large Load Diff

View File

@ -60,16 +60,7 @@ qbsp -noverbose -wrbrushes quake_map_source/E1M1.map e1m1-bspxbrushes.bsp ||
# - patch e1m1-bsp29-onlyents.bsp with the entities lump from E1M1-edited-ents.map # - patch e1m1-bsp29-onlyents.bsp with the entities lump from E1M1-edited-ents.map
cp e1m1-bsp29.bsp e1m1-bsp29-onlyents.bsp || exit 1 cp e1m1-bsp29.bsp e1m1-bsp29-onlyents.bsp || exit 1
cp e1m1-bsp29.prt e1m1-bsp29-onlyents.prt || exit 1 cp e1m1-bsp29.prt e1m1-bsp29-onlyents.prt || exit 1
cp quake_map_source/E1M1.map E1M1-edited-ents.map || exit 1
cat << EOF >> E1M1-edited-ents.map
{
"classname" "weapon_nailgun"
"origin" "112 2352 20"
"spawnflags" "2048"
}
EOF
qbsp -onlyents E1M1-edited-ents.map e1m1-bsp29-onlyents.bsp || exit 1 qbsp -onlyents E1M1-edited-ents.map e1m1-bsp29-onlyents.bsp || exit 1
rm E1M1-edited-ents.map || exit 1
if [[ $UPDATE_HASHES -ne 0 ]]; then if [[ $UPDATE_HASHES -ne 0 ]]; then
sha256sum ${HASH_CHECK_BSPS} > qbsp.sha256sum || exit 1 sha256sum ${HASH_CHECK_BSPS} > qbsp.sha256sum || exit 1