abstreet/data/regen.sh
2021-09-13 14:01:56 -07:00

15 lines
357 B
Bash
Executable File

#!/bin/bash
set -e
rm -fv data/input/us/seattle/raw_maps/huge_seattle.bin data/system/us/seattle/maps/huge_seattle.bin data/input/us/seattle/popdat.bin
./import.sh --regen_all
# If a map changes that has external JSON scenarios, enable this!
# importer/external_scenarios.sh
cargo run --release --bin game -- --prebake
cargo run --release --bin tests