addes script for Big-Async options-sheet creation#357
Open
StripesOO7 wants to merge 8 commits intoArchipelagoMW:mainfrom
Open
addes script for Big-Async options-sheet creation#357StripesOO7 wants to merge 8 commits intoArchipelagoMW:mainfrom
StripesOO7 wants to merge 8 commits intoArchipelagoMW:mainfrom
Conversation
…nd splits and filters all the rolled options for each slot based on a whitelist and saves it in .ods format input: "output.csv" output: "formatted_options.ods"
…venv" and creates on if none is present. thene xecutes the python script.
…t csv-file. also added parameters in the python script is executed from CMD for input and output file.
adds 'Include Extra Stages' for yoshi`s island
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This addes a script that can convert the output csv from a generation and convert it into the format used in the big-async options sheet.
the options that get selected for each game are listed in the
gameoption_whitelist.yamland need to be adjusted if any of the games yamls change.output is a .ods file to no have problems with excel-files but also being able to open it in any spreadsheet tool.
Files are commented with what they do