-
Notifications
You must be signed in to change notification settings - Fork 3
Description
It would be nice if there was an option to manually configure everything yourself. I.e. let the user provide a simple text file that tells the mod which fog gates should be enabled and what leads where. This could be based on a default config that looks maybe something like this:
#01-02
#03-04
#05-06
...
where the numbers each designate one side of a fog gate, the "-" is meant to indicate that two warps are connected, and the # means that the instruction is ignored (aka commented out). The left side is the start of the warp and the right side is the destination, and if not otherwise specified, it is assumed that it goes both ways. If only one side of a fog gate is specified, then the other simply leads to the other side. If a fog gate isn't mentioned at all, then it gets disabled. There would have to be a reference README that lists which number refers to which side of which fog gate. This is the simplest syntax I can think of, but of course it could be expanded upon.
This would allow amateurs to create their own curated experiences, such as for example playing the game in reverse etc. The configs could easily be shared.