Skip to content

Releases: katzerax/Destiny2DPSGraphPY

6.0beta1

11 Dec 07:32
4ca04bb
Compare
Choose a tag to compare

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

06 Jan 21:40
0237642
Compare
Choose a tag to compare
5.0

More user friendly features, while maintaining prior functionality:

  1. Checks if the user has matplotlib installed, if not, tells them the command to (pip intall matplotlib)
  2. By default, has dialogue to walk the user through configuration. This is toggleable with the arg -d n
  3. 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

04 Jan 03:52
fa055ea
Compare
Choose a tag to compare
4.0

-im cli support!
Essentially loops for user input if you run the file with this argument. See readme for usage.
image

3.0

30 Dec 22:12
8baf29c
Compare
Choose a tag to compare
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

30 Dec 09:49
3689bd3
Compare
Choose a tag to compare
2.3

Made the for loop better due to a suggestion by friend snark

2.2

30 Dec 09:22
639b596
Compare
Choose a tag to compare
2.2

Roxy screamed at me because the graph was wrong so we fixed it for now (to match our specific data and it may still mess up with other data LOL!)

Figure_1

2.1

29 Dec 05:19
Compare
Choose a tag to compare
2.1

Minor changes.

Release 2.0

26 Dec 06:43
0cfe8cb
Compare
Choose a tag to compare

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.

Figure_1

1.0

23 Dec 21:15
45de296
Compare
Choose a tag to compare
1.0

Fill in the weapon stats for what you want and run!

Figure_1