From fbecf3b199d94cf6e99c274fb913f6c5c5814990 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 13 Feb 2025 13:44:36 -0500 Subject: [Lingo 2] Added config file documentation --- example.lingo2_config | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 example.lingo2_config (limited to 'example.lingo2_config') diff --git a/example.lingo2_config b/example.lingo2_config new file mode 100644 index 0000000..644b1d5 --- /dev/null +++ b/example.lingo2_config @@ -0,0 +1,38 @@ +# This is an example config file for the Lingo 2 autosplitter. +# Any line with a pound sign at the start is considered a comment and will be ignored. +# Blank lines are also ignored. +# You can remove section headers that aren't needed. + +# The autosplitter will split the first time any of these panels are solved. +# These take the form of "{map name}/{node path}". +panels: +basic_room_1/Panels/entry_1 + +# Same as above, but the autosplitter will split even if the panel has been solved before. +multipanels: +basic_room_1/Panels/entry_2 + +# The autosplitter will split the first time any of these maps are entered. +maps: +the_great + +# Same as above, but the autosplitter will split even if the map has been entered before. +multimaps: +the_entry + +# The autosplitter will split when these keys are collected. +# They take the form of the letter, and then either a 1 or a 2. +# 1 indicates the default form of the key, and 2 indicates the form that can be used multiple times. +keys: +b1 +y1 +e1 +h2 + +# The autosplitter will split when these collectibles are unlocked. +# This includes endings, gallery paintings, gravestones, and masteries. +collectibles: +mint_ending +theBetweenPainting +butterfly_mastery +grave_landscapes -- cgit 1.4.1