cadon / ARKStatsExtractor

A tool for the game ARK: Survival Evolved. Extracts possible levelups of creatures to get the values for breeding. With library and pedigree-view.
MIT License
481 stars 250 forks source link

Breeding Planner still recommending suboptimal pairs #1178

Open dadas190 opened 3 years ago

dadas190 commented 3 years ago

Hello there, its me with my yutys again, I updated to new version and encountered the same issue: https://imgur.com/a/TfwwiLE

214M FETUS has higher breeding score than 252M, even though 252M has all stats better-or-equal. Also, to actually combine top stats I need to breed with 245M - to merge in the stamina, yet this pair has lowest score. It could be argued that getting some more females with top stats would be better before trying to merge in the stam, I don't know how exactly the score is calculated so this may not be a problem.

Also, if you want me to stop creating these issues just say let me know :D Thanks - Have a nice day

cadon commented 3 years ago

Hi, these reports are very welcome :) Pairing 252M wouldn't gain you a better creature than 252M is already, so the breeding score for that creature is low. The issue is indeed that the top stat stamina needs to be merged to the female side, the algorithm is kind of in a dead end here. I'll think about how to solve that case better.