From c88f4184eaa48efbdc69e76eb3c8a4a206434ad3 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 16 Aug 2025 14:52:24 -0400 Subject: Started writing a data validator Currently, it can check whether identifiers point to non-existent objects, or whether multiple objects share the same identifier. It can also determine whether an identifier is underspecified (e.g. a door doesn't specify a room, or a global connection doesn't specify a map). --- data/maps/four_rooms/doors.txtpb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/maps/four_rooms/doors.txtpb') diff --git a/data/maps/four_rooms/doors.txtpb b/data/maps/four_rooms/doors.txtpb index 46d0abe..f0bf060 100644 --- a/data/maps/four_rooms/doors.txtpb +++ b/data/maps/four_rooms/doors.txtpb @@ -16,10 +16,10 @@ doors { name: "Examples Door" type: STANDARD receivers: "Components/Doors/entry_2" - panels { room: "Examples Room" name: "SIZE" } - panels { room: "Examples Room" name: "EMOTION" } - panels { room: "Examples Room" name: "SIZE" } - panels { room: "Examples Room" name: "EMOTION" } + panels { room: "Examples Room" name: "SIZE (1)" } + panels { room: "Examples Room" name: "EMOTION (1)" } + panels { room: "Examples Room" name: "SIZE (2)" } + panels { room: "Examples Room" name: "EMOTION (2)" } panels { room: "Examples Room" name: "SUPERLATIVE" } panels { room: "Examples Room" name: "SONNET" } panels { room: "Examples Room" name: "URN" } -- cgit 1.4.1