fix: default vehicle icon cache to vehicle_data_cache.json (the file the bots write)

This commit is contained in:
FURRO404
2026-06-18 01:32:05 -07:00
parent 51c0dd264a
commit fd932a7b2a
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -15,7 +15,9 @@ TSS_TEAMS_DB=./tss_teams.db
# The backend loads these at startup to translate vehicle_internal (cdk) -> name
# and resolve icon filenames for the game scoreboard.
VEHICLE_TRANSLATIONS_JSON=/mnt/HC_Volume_105581488/STORAGE/CACHE/vehicle_translations.json
VEHICLE_DATA_CACHE_JSON=/mnt/HC_Volume_105581488/STORAGE/CACHE/vehicle_data_cache_all.json
# vehicle_data_cache.json (icons-only) is what the bots actually write; the
# *_all variant (every vehicle, incl. iconless) also works if present.
VEHICLE_DATA_CACHE_JSON=/mnt/HC_Volume_105581488/STORAGE/CACHE/vehicle_data_cache.json
# Directory of vehicle icon PNGs served at /vehicle-icons (deploy-time copy/symlink
# of SHARED/ICONS/VEHICLES). VEHICLE_ICONS_SRC is the deploy source.
VEHICLE_ICONS_DIR=./dist/vehicle-icons