diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-16 14:52:24 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-16 14:52:24 -0400 |
commit | c88f4184eaa48efbdc69e76eb3c8a4a206434ad3 (patch) | |
tree | c1da4c419d90debafdd7f71347fe5f3194ff13ee /data/maps/four_rooms/rooms | |
parent | ac600120eb923e99c534f5c405f7f529c1b25bcf (diff) | |
download | lingo2-archipelago-c88f4184eaa48efbdc69e76eb3c8a4a206434ad3.tar.gz lingo2-archipelago-c88f4184eaa48efbdc69e76eb3c8a4a206434ad3.tar.bz2 lingo2-archipelago-c88f4184eaa48efbdc69e76eb3c8a4a206434ad3.zip |
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).
Diffstat (limited to 'data/maps/four_rooms/rooms')
-rw-r--r-- | data/maps/four_rooms/rooms/Examples Room.txtpb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/four_rooms/rooms/Examples Room.txtpb b/data/maps/four_rooms/rooms/Examples Room.txtpb index ffbe74d..bec3a23 100644 --- a/data/maps/four_rooms/rooms/Examples Room.txtpb +++ b/data/maps/four_rooms/rooms/Examples Room.txtpb | |||
@@ -1,28 +1,28 @@ | |||
1 | name: "Examples Room" | 1 | name: "Examples Room" |
2 | display_name: "Examples Room" | 2 | display_name: "Examples Room" |
3 | panels { | 3 | panels { |
4 | name: "SIZE" | 4 | name: "SIZE (1)" |
5 | path: "Panels/Room 2 Examples/entry_1" | 5 | path: "Panels/Room 2 Examples/entry_1" |
6 | clue: "size" | 6 | clue: "size" |
7 | answer: "tiny" | 7 | answer: "tiny" |
8 | symbols: "example" | 8 | symbols: "example" |
9 | } | 9 | } |
10 | panels { | 10 | panels { |
11 | name: "EMOTION" | 11 | name: "EMOTION (1)" |
12 | path: "Panels/Room 2 Examples/entry_2" | 12 | path: "Panels/Room 2 Examples/entry_2" |
13 | clue: "emotion" | 13 | clue: "emotion" |
14 | answer: "love" | 14 | answer: "love" |
15 | symbols: "example" | 15 | symbols: "example" |
16 | } | 16 | } |
17 | panels { | 17 | panels { |
18 | name: "SIZE" | 18 | name: "SIZE (2)" |
19 | path: "Panels/Room 2 Examples/entry_3" | 19 | path: "Panels/Room 2 Examples/entry_3" |
20 | clue: "size" | 20 | clue: "size" |
21 | answer: "huge" | 21 | answer: "huge" |
22 | symbols: "example" | 22 | symbols: "example" |
23 | } | 23 | } |
24 | panels { | 24 | panels { |
25 | name: "EMOTION" | 25 | name: "EMOTION (2)" |
26 | path: "Panels/Room 2 Examples/entry_4" | 26 | path: "Panels/Room 2 Examples/entry_4" |
27 | clue: "emotion" | 27 | clue: "emotion" |
28 | answer: "fear" | 28 | answer: "fear" |