lempamo / ChaosIV

a chaos mod for gta IV
MIT License
7 stars 3 forks source link

Can't get the .dll, nor a Visual Studio Solution without any errors #5

Closed Kirschi94 closed 3 years ago

Kirschi94 commented 4 years ago

Might be just me, but if I clone the rep, I get a missing ScriptHookDotNet in Assemblys, can't add .asi files there, can't find the .dll used in this either. If I add AdvancedHook, I can use that but that only makes it possible for me to add own code, the existing code ain't fixed by that and there are 496 errors unfortunately

lempamo commented 4 years ago

you have to make sure scripthookdotnet is installed in your GTA IV install, then clone the repo into the "[GTA IV Folder Path]\scripts\for Developers" folder in order for references to work

Kirschi94 commented 4 years ago

Thanks for your answer, but I did exactly that and it doesn't work unfortunately

ClonkAndre commented 3 years ago

@Kirschi94 You need to add a reference to ScriptHookDotNet in Visual Studio. Here is a link to ScriptHookDotNet.dll: https://www.dropbox.com/s/9mhvnmy101aspkw/ScriptHookDotNet.dll?dl=1 (This is the dll i use for all my scripts)