overtools / OWLib

Toolchain that lets you interact with the Overwatch files and extract models and stuff.
MIT License
361 stars 40 forks source link

I was interested in finding the health / damage / cooldown timers and abilities. #161

Closed pjmagee closed 1 year ago

pjmagee commented 2 years ago

Would the hero likely also contain that data or would this be something in another file that isnt reverse engineered yet?

https://github.com/overtools/OWLib/blob/afffab8447d7dd0fb41a97f5868876f381a5e6d4/DataTool/DataModels/Hero/Hero.cs#L12

I ran the Viewer locally, its really nice.

Js41637 commented 2 years ago

Unfortunately this data is not easy to find, this data is mostly contained inside Statescript Graphs which are very challenging to parse and understand.

prophetl33t commented 2 years ago

I tried to implement ability/weapon stats finder in #129, but I couldn't make it work consistently primarily because of the reason Js pointed out above.