Skip to content

Releases: Drise13/PetsOptimizer

Release v1.0.12

12 Jul 15:01
076b35b
Compare
Choose a tag to compare

Release v1.0.10

11 Jul 19:25
c395add
Compare
Choose a tag to compare

Release v1.0.8

01 Jul 15:39
19af4ee
Compare
Choose a tag to compare

v1.0.6

19 Jul 03:40
Compare
Choose a tag to compare

Full Changelog: v1.0.5...v1.0.6

Added the ability to override the priority system.

Uses the command line option -o or --override. The user then provides one or more territories to prioritize during optimization score calculations.

If they want to prioritize the 5th territory, they would input 5.
If they want to prioritize multiple territories, they provide for example 1,2,3,4.
The territories can be referenced below:

('Grasslands', 1)
('Jungle', 2)
('Encroaching Forest', 3)
('Tree Interior', 4)
('Stinky Sewers', 5)
('Desert Oasis', 6)
('Beach Docks', 7)
('Coarse Mountains', 8)
('Twilight Desert', 9)
('The Crypt', 10)
('Frosty Peaks', 11)
('Tundra Outback', 12)
('Crystal Caverns', 13)
('Pristalle Lake', 14)
('Nebulon Mantle', 15)
('Starfield Skies', 16)
('Shores of Eternity', 17)

This list is one based, so to prioritize the first territory (Grasslands), use 1, etc.

Score calculations are adjusted from positionally prioritizing the later territories incrementally to applying a blanket 1.5 or 0.5 based on priority or not, respectively.

v1.0.5

17 Jul 18:59
Compare
Choose a tag to compare

Full Changelog: v1.0.4...v1.0.5

Added W4 pet names

v1.0.4

16 Jul 07:02
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.4

Fixed Miasma application determination

v1.0.0

15 Jul 19:21
Compare
Choose a tag to compare

Initial release of PetsOptimizer. Available for all platforms with no .NET installation required.

Full Changelog: https://github.com/Drise13/PetsOptimizer/commits/v1.0.0