CookiePLMonster / SilentPatch

SilentPatch for GTA III, Vice City, and San Andreas
MIT License
388 stars 15 forks source link

plugin-sdk is unaware of the radar placement changes #43

Closed CookiePLMonster closed 3 weeks ago

CookiePLMonster commented 4 weeks ago

https://youtu.be/pNF6B2z5u98

SP tried to be "too nice" and not touch the global variable specifying the radar position, but that made mods unaware of those changes. This one global variable should be patched if possible, fall back to the current approach only if another mod patches this placement already.

This likely also affects the GPS mod, as similar issues happen there and it's also built with plugin-sdk.