Guest User

Untitled

a guest
Sep 8th, 2017
602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. PUBG PathTracker ChangeLog History
  2.  
  3. v0.2 initial public release
  4. v0.21 fixed lack of reference map not being included in build.
  5. v0.22 fixed bug with MiniMap Scalling on resolutions smaller than 2560x1440
  6. v0.23 fixed bug introduced with the above which would cause out of memory error.
  7. v0.24 internal code cleanup.
  8. v0.25 versioning improvement.
  9. v0.26
  10. Tweaked Detection Threshold, updated map to slightly higher res (to help with detection).
  11. Fixed bug witih playback only working once per instance.
  12. v0.27
  13. Moved heavy lifting to background worker so main UI thread no longer lags while tool is running.
  14. Added Hot keys to toggle Running and stopping on/off (end) and to clear the map (home).
  15. v0.27.1 Added OCR Abilty and did Some Code CleanUp
  16. v0.27.2
  17. Started Adding Video Recording and Loading (not yet complete)
  18. Point Playback will now show you how far into the playback you are.
  19. Point saving will now tell you that the file saved.
  20. Point playback will tell you if you selected a wrong file type.
  21. Added the ability to stop PointPlayback.
  22. Playback start will make sure the map is cleared before playing the points back.
  23. v0.27.3
  24. Fixed Run Button not updating to Stop if it was clicked to fast.
  25. Added the ability to detect when game has ended, (option in setting) may throw false positives.
  26. If game end check is enabled, it will automatically stop path detection and place a different colored dot where you died.
  27. Updated EmguCV
  28. Application is 64bit Only Now (shouldn't be a problem since the game is 64bit only as well.
  29. v0.28.0
  30. Added Debug Info
  31. Added Water Tracking! (Note! Must First start tracking from land)
  32. Added Water Tracking Settings
  33. You can turn off water tracking or turn it on.
  34. You can pick between three ways of detecting when in water depending on if you use reshade and how you use reshade.
  35. It currently assumes default reshade technicolor settings with an option for HDR or without.
Advertisement
Add Comment
Please, Sign In to add comment