A node based parser for OoT Randomizer Multiworld spoilier logs. Find any item for any participant.
npmpackage installed globallynodepackage installed globally- Some knowledge of Command Prompt navigation
Both of the package above can be installed here.
- Download the ZIP file containing the parser by clicking the green "Code" box above and then clicking "Download ZIP".
- Extract the ZIP file to where ever you want it to live on your computer.
- Open Command Prompt by pressing
win + R, typing incmd, and hittingEnter. - Navigate to the newly extracted folder using
cd your/path/here/ootr-multiworld-spoiler-log-parser-main. - Once inside the folder, type
npm install prompt-sync. This will install theprompt-syncpackage that we use in our parser (NOTE: this step requires thenpmpackaged be installed globally on your system. See Prerequisites section for more details). - Type
node parser.jsto run the parser (NOTE: this step requires thenodepackage to be installed globally on your system. See Prerequisites section for more details). - Follow the steps and find those missing items!