Releases: katzerax/Destiny2DPSGraphPY
6.0beta1
This is where we have left it, for a while now. It is a pretty complete overhaul over the prior release, but I felt like it deserved a full release. It is missing many features to be considered complete, so don't expect it to have everything.
Either install the source code zip - see the installation page on our readme (recommended option), or download the binary zip.
A presets.json file is included in the root directory of the folder. You can use this to see what weapons we were testing across builds.
5.0
More user friendly features, while maintaining prior functionality:
- Checks if the user has matplotlib installed, if not, tells them the command to (pip intall matplotlib)
- By default, has dialogue to walk the user through configuration. This is toggleable with the arg -d n
- Changed string or empty string to 1 or 0 for weapon delay, which is more user friendly.
Thank you Snark for your contributions again!
4.0
3.0
The Snark release.
This slightly overhauls the functionality of the python file, to add support for weapon info via .json files and the ability to specify which file via CLI. If you arent sure what any of that means, download both main.py and weapons.json, and edit weapons.json to the things that you want and run main.py. By default, main.py runs the file called "weapons.json".
All of the above functionality was added by snark.
2.3
2.2
2.1
Release 2.0
Function! This is a major release which mostly overhauls the previous code, to add the ability to compare different weapons. An additional impacting factor has also been added: delay_first_shot. When the function is called with this boolean variable, it will determine where to start it. The provided release has 3 example weapons showing this off.