Integrate sync_tpads.sh to show Teleporter Pdas in a new created overlay

This commit is contained in:
Rainer 2025-07-21 20:40:14 +02:00
parent a3556c44e1
commit e57dc8f498
4 changed files with 243 additions and 32 deletions

View file

@ -172,6 +172,7 @@ generate_world_detail_page() {
"web_tiles_rel_path" "$web_tiles_rel_path" \
"web_map_info_rel_path" "${WEB_MAPS_BASE_SUBDIR}/${current_world_key}/map_info.txt" \
"web_areas_json_rel_path" "${WEB_MAPS_BASE_SUBDIR}/${current_world_key}/areas.json" \
"web_tpads_txt_rel_path" "${WEB_MAPS_BASE_SUBDIR}/${current_world_key}/tpads.txt" \
"map_background_color" "$map_background_color" \
"DEFAULT_PLAYER_SKIN_URL" "$DEFAULT_PLAYER_SKIN_URL"
local WORLD_RADAR_HTML; WORLD_RADAR_HTML=$(<"$temp_radar_file")