about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md index efeddf8..3e3a6b1 100644 --- a/README.md +++ b/README.md
@@ -29,3 +29,7 @@ selected in the level selection screen, so it is safe to play the game normally
29 29
30**Note**: Running the randomizer modifies the game's memory. If you want to play the base game after playing the randomizer, 30**Note**: Running the randomizer modifies the game's memory. If you want to play the base game after playing the randomizer,
31you need to restart Lingo first. 31you need to restart Lingo first.
32
33## Running fron source
34
35The randomizer is almost ready to run from source. The only step that is required is to compile the LL1.yaml datafile into gamedata.gd, which needs to be played in the Archipelago folder. The generate_gamedata.rb script in the util folder can do this for you. The first argument is the path to the datafile, and the second argument is the path to the output file.