mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-01 02:33:54 +03:00
59bccacdea
And remove some background scenarios for actdev sites; I don't know how those crept in.
15 lines
357 B
Bash
Executable File
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
|