Commit Graph

4 Commits

Author SHA1 Message Date
Magnus Groß
f0d7381e49
FIX(positional-audio): Update GTAV plugin to version 1.58.2545 2022-01-27 23:21:34 +01:00
Magnus Groß
31a9522a0f
REFAC(positional-audio): Remove useless memory locations in GTAV
These addresses provide no additional meaningful data. The identity
context is supposed to identify an user, not provide meaningless info
about unrelated ingame objects.

Remove these unnecessary variables, as they only increase the amount of
work needed when reverse-engineering positional audio.

The username is already alone an unique identity, so instead of setting
the identity to a JSON of multiple values, we now set the identity to
just the username.
2022-01-27 23:21:18 +01:00
Robert Adam
d100ff1467 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Magnus Groß
696c47b50c
REFAC(positional-audio): Port GTA5 to new Plugin API 2021-07-01 12:58:41 +02:00