Script (dll) mods not working
-
When i had the pirated version of the game, every mod worked perfectly but after i boght it, only asi mods are working, and yes i got everything installed
-
@Ciumarlaca Why didn't you just buy GTA5 to begin with?
-
well i got it now but i`m thinking of uninstalling it for the pirated one cause i want my mods to work again (all of them)
-
@Ciumarlaca 99% of the time when people claim they have everything necessary installed, they have forgotten something. Sorry but that's what I experienced over the years here. Checklist:
- C++ redistributable packages 2013 and 2015
- dinput8.dll
- ScripthookV.dll
- ScriptHookVDotNet.asi
- ScriptHookVDotNet2.dll
You got everything of that (also the most recent versions?)? Then please give us the ScriptHookV.log and the ScriptHookVDotNet2.log
Here is more information for you (sticky threads right from the top of this section):
https://forums.gta5-mods.com/topic/13256/how-to-ask-for-help-and-support
-
-
@Ciumarlaca dinput8.dll and ScriptHookV.dll are not supposed to be in your scripts directory. The first error says that you need to install NativeUI to be able to use it.
-
-
it`s not in my scripts folder
-
@Jitnaught i got a newer native ui and it`s still not working
-
@Ciumarlaca said in Script (dll) mods not working:
it`s not in my scripts folder
But the log tells us so. Also, why is there an AssemblyInfo.cs? That's something which shouldn't be there at all. It looks like you have copied a whole Visual studio project into the scripts folder. Please show us the contents of the root folder of the game and the content of the scripts folder.
-
-
-
and the script folder
-
and before you`re gonna tell me that everything is a mess, this worked for me before soooo.....
-
@Ciumarlaca Not sure if NativeUI will work when compiled automatically by SHVDN... but I did notice that you have an ASI mod in your scripts folder, and you have multiple CS files and a DLL + INI (HotCoffee) in your root GTA V folder which should be in your scripts folder.
If you keep getting the NativeUI not found error, you should consider using NativeUI.dll instead of the source code.
-
@Jitnaught got the dll and still nothing
-
@Ciumarlaca Where did you put it?
-
@Ciumarlaca said in Script (dll) mods not working:
and before you`re gonna tell me that everything is a mess, this worked for me before soooo.....
Everything is a mess. Seriously, dafuq are you doing copying your VS stuff into the GTA root directory?! DON'T DO THAT. Keep your VS environment separate and clean, far away from GTA V, and compile against local copies of the libraries (like ScriptHookVDotNet2.dll, and NativeUI.dll) instead.
-
@Jitnaught said in Script (dll) mods not working:
Not sure if NativeUI will work when compiled automatically by SHVDN...
One thing is for sure: if he's trying to compile NativeUI while compiling his other dll's, things are almost guaranteed to break, as NativeUI is needed, as a prerequisite, for many dll's.