Source-Python-Dev-Team / Source.Python

This plugin aims to use boost::python and create an easily accessible wrapper around the Source Engine API for scripter use.
http://forums.sourcepython.com
GNU General Public License v3.0
163 stars 31 forks source link

Update CS:GO assists offset for Windows/Linux #355

Closed ericentin closed 4 years ago

ericentin commented 4 years ago

Hello, thanks for an amazing project.

After seeing some weirdness with getting/setting player assist values in CS:GO, I did some investigation and it appears that the offset for assists has changed. I obtained these from running the snippet of commented code above the assists offset data on a CS:GO server on Windows and Linux:

Windows: Offset of Player.assists is: 3204 Linux: Offset of Player.assists is: 3228

This PR sets those values. Apologies if I missed something or have made a mistake. Thanks again!

jordanbriere commented 4 years ago

Thank you! :)