about summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2026-02-06 13:03:32 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2026-02-06 13:03:32 -0500
commit3b415b3f5f182238da9ed83e0b2b07fb07044e04 (patch)
tree116b996eb7345e1586f01e1e9b5cc8376951c53e /proto/human.proto
parent08e6332cea33d433a2677044a351bc4f0ca5f3ea (diff)
downloadlingo2-archipelago-3b415b3f5f182238da9ed83e0b2b07fb07044e04.tar.gz
lingo2-archipelago-3b415b3f5f182238da9ed83e0b2b07fb07044e04.tar.bz2
lingo2-archipelago-3b415b3f5f182238da9ed83e0b2b07fb07044e04.zip
Annotated RTE rooms for most maps
Diffstat (limited to 'proto/human.proto')
-rw-r--r--proto/human.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index 39625d5..484369e 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -238,6 +238,7 @@ message HumanMap {
238 optional DaedalusOnlyMode daedalus_only_mode = 6; 238 optional DaedalusOnlyMode daedalus_only_mode = 6;
239 239
240 optional PortIdentifier worldport_entrance = 3; 240 optional PortIdentifier worldport_entrance = 3;
241 optional string rte_room = 7;
241 242
242 // These two fields are used by the validator and nothing else. excluded_nodes 243 // These two fields are used by the validator and nothing else. excluded_nodes
243 // are objects in the tscn that are intentionally not mentioned in the txtpb. 244 // are objects in the tscn that are intentionally not mentioned in the txtpb.
@@ -286,6 +287,7 @@ message IdMappings {
286 message MapIds { 287 message MapIds {
287 map<string, uint64> doors = 1; 288 map<string, uint64> doors = 1;
288 map<string, RoomIds> rooms = 2; 289 map<string, RoomIds> rooms = 2;
290 optional uint64 rte = 3;
289 } 291 }
290 292
291 map<string, MapIds> maps = 1; 293 map<string, MapIds> maps = 1;