Lingo: Pre-compile datafile to improve loading time (#2829)
This commit is contained in:
committed by
GitHub
parent
e534abeab0
commit
afe7aea536
5
worlds/lingo/data/README.md
Normal file
5
worlds/lingo/data/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# lingo data
|
||||
|
||||
The source of truth for the Lingo randomizer is (currently) the LL1.yaml and ids.yaml files located here. These files are used by the generator, the game client, and the tracker, in order to have logic that is consistent across them all.
|
||||
|
||||
The generator does not actually read in the yaml files. Instead, a compiled datafile called generated.dat is also located in this directory. If you update LL1.yaml and/or ids.yaml, you must also regenerate the datafile using `python worlds/lingo/utils/pickle_static_data.py`. A unit test will fail if you don't.
|
||||
Reference in New Issue
Block a user