From 1ac21d4a67ddd211fda841aa6e368bc2cf52a3d6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 18 Aug 2025 12:56:13 -0400 Subject: Validate that nodes in game files are used You can now also list out nodes that you are explicitly not mapping out. The current state of the repo does produce some warnings when the validator is run and they're either endings, paintings that I'm not sure what to do with yet, and weird proxy stuff I'm not sure how to handle yet. --- data/maps/the_hinterlands/metadata.txtpb | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 data/maps/the_hinterlands/metadata.txtpb (limited to 'data/maps/the_hinterlands') diff --git a/data/maps/the_hinterlands/metadata.txtpb b/data/maps/the_hinterlands/metadata.txtpb new file mode 100644 index 0000000..b15ef2e --- /dev/null +++ b/data/maps/the_hinterlands/metadata.txtpb @@ -0,0 +1,32 @@ +# I'm not currently planning on shuffling anything in here. +excluded_nodes: "Components/Paintings/C" +excluded_nodes: "Components/Paintings/E" +excluded_nodes: "Components/Paintings/F/F_0" +excluded_nodes: "Components/Paintings/F/F_1" +excluded_nodes: "Components/Paintings/U" +excluded_nodes: "Components/Paintings/U_1" +excluded_nodes: "Components/Paintings/X" +excluded_nodes: "Components/Paintings/z2_1" +excluded_nodes: "Components/Paintings/z2_2" +excluded_nodes: "Components/Warps/worldport3_deco" +excluded_nodes: "Components/Warps/worldport3_deco2" +excluded_nodes: "Components/Warps/worldport3_deco3" +excluded_nodes: "Components/Warps/worldport3_deco4" +excluded_nodes: "Components/Warps/worldport3_deco5" +excluded_nodes: "Panels/G/court" +excluded_nodes: "Panels/J/red" +excluded_nodes: "Panels/K/no" +excluded_nodes: "Panels/L/trick" +excluded_nodes: "Panels/Misc/hi" +excluded_nodes: "Panels/Misc/hint" +excluded_nodes: "Panels/O/oh" +excluded_nodes: "Panels/P/hint" +excluded_nodes: "Panels/Q/gray" +excluded_nodes: "Panels/V/grin" +excluded_nodes: "Panels/Z/art" +excluded_nodes: "Panels/k2/place" +excluded_nodes: "Panels/m2/green" +excluded_nodes: "Panels/o2/orange2" +excluded_nodes: "Panels/p2/foxes" +excluded_nodes: "Panels/u2/open" +excluded_nodes: "Panels/v2/snipe" -- cgit 1.4.1