ivanmeler / OpenVHook

Open source script hook loader implementation for Grand Theft Auto V
GNU General Public License v2.0
67 stars 36 forks source link

Native Trainer not working with OpenVHook #11

Closed DKingAlpha closed 4 years ago

DKingAlpha commented 4 years ago

Hi, I read the source then tried to load the latest NativeTrainer.asi (size: 216,576 Bytes). The menu isn't showing. Instead, NativeTrainer works with the latest AB ScriptHookV. It seems like that at least Graphics native calls in NativeTrainer are not working. Is this a known issue? Any idea to fix this?

Thanks for your time.

DKingAlpha commented 4 years ago

guess we need to update native db? I will try this soon later and report progress here.

DKingAlpha commented 4 years ago

stole the HashMap from AB's ScriptHookV.dll (reversed), got the menu working. but I am afraid not be able to share it publicly. How chould I deal with it?

DKingAlpha commented 4 years ago

Pushed to my fork. See PR #10