Calibrate and install GPS lane weighting archive

This commit is contained in:
2026-06-19 20:24:27 -05:00
parent 85d1e326ee
commit 20daac34e5
10 changed files with 407 additions and 31 deletions
+3 -4
View File
@@ -8,11 +8,10 @@ fi
archive_path=$1
output=${2:-traffic-resources.txt}
container=${CP77_TOOLBOX_CONTAINER:-2077}
tool='${HOME}/.dotnet/tools/cp77tools'
toolbox run --container "${container}" bash -lc \
"${tool} archive --list --regex 'traffic.*persistent|persistent.*traffic|traffic.*lane|world.*traffic' '$archive_path'" \
tools/cp77_toolbox.sh archive --list \
--regex 'traffic.*persistent|persistent.*traffic|traffic.*lane|world.*traffic' \
"${archive_path}" \
> "${output}"
echo "wrote ${output}"