From 907a59f52c14af709599d8da8b37285ae6794f59 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 28 Sep 2025 13:26:10 -0400 Subject: Added display names to ports --- data/maps/the_unkempt/rooms/Control Center Entrance.txtpb | 1 + data/maps/the_unkempt/rooms/Daedalus Entrance.txtpb | 1 + data/maps/the_unkempt/rooms/Main Area.txtpb | 3 +++ 3 files changed, 5 insertions(+) (limited to 'data/maps/the_unkempt') diff --git a/data/maps/the_unkempt/rooms/Control Center Entrance.txtpb b/data/maps/the_unkempt/rooms/Control Center Entrance.txtpb index d2c6ef9..847b8ad 100644 --- a/data/maps/the_unkempt/rooms/Control Center Entrance.txtpb +++ b/data/maps/the_unkempt/rooms/Control Center Entrance.txtpb @@ -8,6 +8,7 @@ panels { } ports { name: "CC" + display_name: "Control Center Connector" path: "Components/Warps/worldport2" destination { x: -4.5 y: 0 z: 7 } rotation: 0 diff --git a/data/maps/the_unkempt/rooms/Daedalus Entrance.txtpb b/data/maps/the_unkempt/rooms/Daedalus Entrance.txtpb index a8048f0..f20d2cf 100644 --- a/data/maps/the_unkempt/rooms/Daedalus Entrance.txtpb +++ b/data/maps/the_unkempt/rooms/Daedalus Entrance.txtpb @@ -1,6 +1,7 @@ name: "Daedalus Entrance" ports { name: "DAEDALUS" + display_name: "Orange Hallway" path: "Components/Warps/worldport4" destination { x: 33 y: 0 z: -10 } rotation: 90 diff --git a/data/maps/the_unkempt/rooms/Main Area.txtpb b/data/maps/the_unkempt/rooms/Main Area.txtpb index 822af8d..f98220d 100644 --- a/data/maps/the_unkempt/rooms/Main Area.txtpb +++ b/data/maps/the_unkempt/rooms/Main Area.txtpb @@ -216,18 +216,21 @@ keyholders { } ports { name: "GREAT" + display_name: "Main Entrance" path: "Components/Warps/worldport" destination { x: -3 y: 0 z: 11 } rotation: 270 } ports { name: "TREE" + display_name: "Brown Hallway" path: "Components/Warps/worldport5" destination { x: -34 y: 0 z: 7 } rotation: 270 } ports { name: "SUNTEMPLE" + display_name: "Sun Temple Entrance" path: "Components/Warps/worldport3" destination { x: -42 y: 0 z: -2 } rotation: 270 -- cgit 1.4.1