Protagonists going wrong direction
-
It's been long since I started a new game. Tried it today but my issue is that Michael and Brad are walking/sprinting while inclined to a wall. Check this image:
- https://user-images.githubusercontent.com/86324381/132942195-58fc0986-f856-4fa8-a069-99ccd1e9fa9d.png
- https://user-images.githubusercontent.com/86324381/132942645-f7c00e22-99a4-4a55-9a69-5ced6f7ae111.png
- https://user-images.githubusercontent.com/86324381/132942640-67dd0a7e-96e4-40da-bea8-cb6f21ac0a8c.png
You can also see in the minimap how scattered they are:
https://user-images.githubusercontent.com/86324381/132942617-9c25fa9d-2049-4030-b8ae-11a348121aea.png
See how Michael is far:
https://user-images.githubusercontent.com/86324381/132942689-2dec0cef-5b8b-46a8-9714-9bc7b3617c7c.png
Sorry for separate images.
Funny enough, I decided to remove any of the script hooks. I removed ScriptHookVDotNet.asi and actually the Prologue mission runs well.
So it's clear that some mods are messing with my gameplay. Any solution that allows me to play mission unaffected and having my mods intact would be really appreciated.
-
@Yunky in my experience, if i got trouble with mod like this.. i use narrow seraching method to find my problem.. it took time but effective.
-
Start by removing scripthook mod (asi) or scripthooknet mod (dll) to find which mod is affect the problem
-
if you find the problem (Ex: the problem was in the scripthook net (dll)..
then split the mod into large group (2 part) until you get smaller and smaller group there you`ll
find the problem of the mod..
yes it took patience and time but eventually you`ll solve the problem
-
-
@Yunky To add to what @Yukinono wrote.
You said you want to play missions but keep your mods intact, but you didn't say if you want or need your mods during the missions?
If you want to disable all your mods quickly, then just temporarily rename dinput8.dll to dinput8.bak or whatever you want.
You've already determined that the issue is with your mods because when your removed SHVDN it fixed your problem.
This means that the problem is confined to either your scripts folder or your installation folder where GTA5.exe is.If you rename your scripts folder, you should be able to play with your trainer. This will disable all scripts but not those in the installation/root folder.
If that works you should be fine and you know the problem is in the scripts folder. Keep in mind that some mods put files in both the scripts and installation folder.If you still have problems after renaming your scripts folder, then the problem is in the installation folder.
You can again temporarily move those mods out or rename them - but in this case you need to make sure you change the .asi extension or dinput8.dll will still load them.This approach will help you narrow down where the issue is. You can also check the comments page of mods to see if other users had same problem.
-
@Yukinono and @JohnFromGWN
Thanks for your feedback. I'll try to figure out if it;s the scripts, mods or the main game folder has the issue; but the best way is to disable the mods temporarily. As long as trainer is working, I'm good.