Skip to content
This repository has been archived by the owner on Sep 3, 2018. It is now read-only.

Add Dungeon Sims to script #50

Open
seanpeters86 opened this issue Aug 21, 2018 · 0 comments
Open

Add Dungeon Sims to script #50

seanpeters86 opened this issue Aug 21, 2018 · 0 comments
Labels
analysis The type of the issue requires analysis work. enhancement Feature requests.

Comments

@seanpeters86
Copy link
Owner

Steps to add dungeons:

Profiles.py

  1. Add in a --dungeons flag
  2. Edit the if statement for sanitizing input
  3. Add in profiles to map to (probably import a new file)
  4. Add some block similar to how i checked for composite
  5. Add a new reports list
  6. Set report based on input
  7. Set simc file name per file in the loop
  8. Append sim settings based on input per profile

Weights.py

Sim.py

  1. Add in a --dungeons flag
  2. Set reports
  3. Determine sim files
  4. Determine lookup value to cross check sim name with weights.py to skip if weight is 0
    • Also need to edit this
  5. Add in additional argument to analyze.py

Analyze.py

  1. Add dungeons flag
  2. If dungeons flag set edit output files to Results_Dungeons.X
  3. TBD on this piece, lots of different ways to do this, most of the existing code might already work
@seanpeters86 seanpeters86 added enhancement Feature requests. analysis The type of the issue requires analysis work. labels Aug 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
analysis The type of the issue requires analysis work. enhancement Feature requests.
Projects
None yet
Development

No branches or pull requests

1 participant