about summary refs log tree commit diff stats
path: root/example.lingo2_config
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-02-13 13:44:36 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-02-13 13:44:36 -0500
commitfbecf3b199d94cf6e99c274fb913f6c5c5814990 (patch)
tree55f84318641b46bcd2fa6b0f0701a9320507f1ed /example.lingo2_config
parent4c77425dc56ec8a6804738992ffcd01fe8f71804 (diff)
downloadautosplitters-fbecf3b199d94cf6e99c274fb913f6c5c5814990.tar.gz
autosplitters-fbecf3b199d94cf6e99c274fb913f6c5c5814990.tar.bz2
autosplitters-fbecf3b199d94cf6e99c274fb913f6c5c5814990.zip
[Lingo 2] Added config file documentation
Diffstat (limited to 'example.lingo2_config')
-rw-r--r--example.lingo2_config38
1 files changed, 38 insertions, 0 deletions
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 @@
1# This is an example config file for the Lingo 2 autosplitter.
2# Any line with a pound sign at the start is considered a comment and will be ignored.
3# Blank lines are also ignored.
4# You can remove section headers that aren't needed.
5
6# The autosplitter will split the first time any of these panels are solved.
7# These take the form of "{map name}/{node path}".
8panels:
9basic_room_1/Panels/entry_1
10
11# Same as above, but the autosplitter will split even if the panel has been solved before.
12multipanels:
13basic_room_1/Panels/entry_2
14
15# The autosplitter will split the first time any of these maps are entered.
16maps:
17the_great
18
19# Same as above, but the autosplitter will split even if the map has been entered before.
20multimaps:
21the_entry
22
23# The autosplitter will split when these keys are collected.
24# They take the form of the letter, and then either a 1 or a 2.
25# 1 indicates the default form of the key, and 2 indicates the form that can be used multiple times.
26keys:
27b1
28y1
29e1
30h2
31
32# The autosplitter will split when these collectibles are unlocked.
33# This includes endings, gallery paintings, gravestones, and masteries.
34collectibles:
35mint_ending
36theBetweenPainting
37butterfly_mastery
38grave_landscapes