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
485 stars 249 forks source link

Issue With Fresh Tame Pteranodon Food/Melee #77

Closed aarowill closed 7 years ago

aarowill commented 8 years ago

I can't confirm for leveled Pteranodons but immediately after tame the Pteranodon's Food and Melee do not evaluate properly. This applies if you tame a Pteranodon, set all stats and levels correctly, "No restart after tame" selected, and then extract the stats.

cyberangel67 commented 8 years ago

I can't say I am getting that, but I do notice that it thinks it is a higher level than it thinks it is. Btw the stats shown on the left is exactly what I entered and what the bird tamed out at. capture

aarowill commented 8 years ago

Here's a screenshot of the pterry I tamed and have been having the issue with. It was a 135 wild Pteranodon tamed with 99.3% efficiency. No levels as you can see the next level only costs 10xp, and the stat extractor can't seem to figure it out. I tried locking/unlocking stats, manually setting the taming effectiveness, toggling no server restart, no luck. statserror

cadon commented 8 years ago

The Pteranodon got nerfed recently, so the game sometimes still displays the old values. Try to level up any stat to force a recalculation on the stats and then try again to extract. That often does the trick.

cyberangel67 commented 8 years ago

Have tried that Cadon, but it still extracts it as a wild 203 and not a Wild 120. capture

cadon commented 8 years ago

Try it with "Since Taming no Server-Restart", if the wild-level is too high.

cyberangel67 commented 8 years ago

doesnt work capture

VolatilePulse commented 8 years ago

You entered the level as 286, your current level is 218.

On Jul 15, 2016 18:22, "cyberangel67" notifications@github.com wrote:

doesnt work [image: capture] https://cloud.githubusercontent.com/assets/1366816/16890047/713ff962-4b2e-11e6-8310-1fe4f72e33b2.PNG

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cadon/ARKStatsExtractor/issues/77#issuecomment-233083452, or mute the thread https://github.com/notifications/unsubscribe-auth/AGq9ICS5ZMO-2kzgwu3D0BnkjaG6Pq3vks5qWAgygaJpZM4JIppb .

cyberangel67 commented 8 years ago

No I did not enter the level as 286, it is what the program decided it was tamed at.

VolatilePulse commented 8 years ago

I've been able to extract it with a 120 LW after unlocking some of the domesticated stats. See picture for reference. image

cyberangel67 commented 7 years ago

I think I know what the issue is and it is an issue that is going to annoy a lot of people.

During the nerf, there is a delay before the Console gets that nerf and the program then uses the new values where the console uses the old values.

Maybe as an interim solution move the pre nerf to a temporary stats and have an option for console users to click, maybe messy but will stop people who use this program on console having issues extracting all the time.

cyberangel67 commented 7 years ago

That delay can be up to a month.

cadon commented 7 years ago

Hi, thanks for the note. I changed the update-process of the values.json, so console-users can deny the update of that file easier and added a note about how to handle this issue. An in-build functionality to choose between multiple values-files would be nice, but I don't know if that would be worth the work. Creature changes do happen, but not so often anymore, and with sticking to a values-file for some while until the changes hit the consoles seems to be a practicable solution. BTW I just saw your youtube-video about the tool, very nice 👍

cyberangel67 commented 7 years ago

Yeah I wasn't sure you would want to go that way of doing it inside the program, but thought you should be aware (if you weren't already) that console users can get the changes much later.

Thanks, was quick video put together to help some people out. While doing this I did notice an issue with imprinting and possible a rounding error, which I think you are probably aware off. There has been times when I manually did the calculation the imprint might have been, lets say 91% and to get the values to work in most cases I had to find the rounding error. In this case 91%, was really 90.8% imprinting.

I was also about to do another video on the imprinting, then you changed it to extract it. Grats, I am sure it will still have the rounding error for boosted servers though.

cadon commented 7 years ago

Yes, that rounding error kept me from extracting the values from imprinted creatures, now the tool figures the real imprinting-percentage from the given rounded number. If you happen to know of a creature on a boosted server that cannot be extracted due to a rounding error, let me know.

cyberangel67 commented 7 years ago

Sure thing, here you go. Imprinting done to 91%, but program calculates 97%

BabyCuddleIntervalMultilper is 0.01

capture

cadon commented 7 years ago

let's continue in #143 as it's a new issue.