Jump to content

Recommended Posts

KoV Liberty

Hey. I've been trying to mod GTA IV for many, many weeks now. I've tried to go through every single possible ASI loader and every possible solution to fix the problem of the game crashing. Anyways, I've determined (after deleteing/restoring the Scripthook that you have and by every other person on this site who made one) that the scripthook is the problem. These are my system's specs:

 

user posted image

 

Any way to fix this crap? I'm really frustated. dontgetit.gif

 

Alex

 

Edit: And this is my folder that I have this in. Any more stuff I need or stuff I dont'? please, I'm desperate.

 

user posted image

 

Any guests that could possibly help, my email: [email protected]

Edited by KoV Liberty
Link to comment
https://gtaforums.com/topic/390582-c-script-hook/page/49/#findComment-1059953765
Share on other sites

Hello guys,

 

 

My GTA IV:

1.0.4.0

i have used Scripthook 0.4.0 it workds fine alone, but + with the newest scriphookdotnet, i get an VIsual c RUNITME ERROR?

when i use Scriphook 0.5.1 alone it doesnt work+ the newest scripthookdotnet i get again an Visuale C ERROR?

and i have used this things too:

 

Alexander's AsiLoader - FORUM LINK

- listener's XLiveLess, including an AsiLoader - FORUM LINK

- YAASIL - Yet Another ASI Loader - FORUM LINK

 

only Sripthook 0.4.0 works (alone) with this things...

 

WHY???

 

iam so dissaponted...

gta 4 is a great game but this thins are annoying me !

PLease guys help me!

 

note:

i have installed microsoft visual c 2010

 

greets

kerim26

 

Link to comment
https://gtaforums.com/topic/390582-c-script-hook/page/49/#findComment-1059955549
Share on other sites

My GTA wont launch when I have the scripthook.dll file in my IV directory.

 

It gives the following error message in the log:

 

[FATAL] Failed to detect game version

 

 

This is on EFLC, unpatched.

 

I tried the latest version (0.51 i think), 0.5 AND 0.4, none worked.

 

Thanks in advance smile.gif

Link to comment
https://gtaforums.com/topic/390582-c-script-hook/page/49/#findComment-1059958460
Share on other sites

My GTA wont launch when I have the scripthook.dll file in my IV directory.

 

It gives the following error message in the log:

 

[FATAL] Failed to detect game version

 

 

This is on EFLC, unpatched.

 

I tried the latest version (0.51 i think), 0.5 AND 0.4, none worked.

 

Thanks in advance smile.gif

You need at least patch 1 for EFLC, won't work with the unpatched (released) version.

 

 

Link to comment
https://gtaforums.com/topic/390582-c-script-hook/page/49/#findComment-1059958574
Share on other sites

 

Awesome! Very good work!

good job ; )

but I have several questions...

 

Where are saved all cars ?

Where are saved all objects ?

Where are saved all 5 clothes for bodyguard/ped ?

 

where all vehicles/all objects/all 5 clothes for bodyguard/ped are stored?

 

What I can use to edit saved objects, saved cars, saved clothes for peds/bodyguards ?

 

I know yet a bit bugs...

 

If I have version 5.9 under 1.0.7.0 so what I must change to update to version 6.1 ? ;

 

 

GTAIV .Net Script Hook v1.7.1.4 BETA

what functionality are there ? ;

Edited by rapit7
Link to comment
https://gtaforums.com/topic/390582-c-script-hook/page/49/#findComment-1059975114
Share on other sites

Hi.

Someone played Demo of "Sniper:Ghost Warrior"? There is link on YouTube[1:00 - i think about this]:

 

 

I saw on Native can get "target of ped" and change camera [there is some mod for camera viewer in Asi]. So...

 

Plan of Script:

If You get some sniper [3 weapons] and if...

you press Right Mouse Buttion and press some mayby "Shift" or "Tab" then ...

Give bullet time and get id of target ped and...

If player press Left Mouse Buttion on "Tab function" then...

Camera go to this ped [mayby super ultra zoom, or player teleport of 1 meter but invisible and FOV 90 ...

And near 3 second from Pressed Left Mouse buttion, camera back to player...

End script

 

 

I dont know how to write this. I lame. But i think this is imposiible. If not can change directon, then only zoom to this ped [pleace front when shot - but closer].

 

Someone get learn me or make this? I think its will be very popular....

Edited by Nevitro
Link to comment
https://gtaforums.com/topic/390582-c-script-hook/page/49/#findComment-1059993375
Share on other sites

CreateCar(MODEL_POLICE, -428.052, 1500.95, 18.8094, &POLICE, 1);

 

THAT OK....i dont speak english...so i try with google translation..sorry.....

 

what should with &POLICE

 

example: CreateCar(MODEL_POLICE, -428.052, 1500.95, 18.8094, &90, 1);

or

CreateCar(MODEL_POLICE, -428.052, 1500.95, 18.8094, &"POLICE", 1);

 

 

CODE:

static void CreateCar(u32 nameHash, f32 x, f32 y, f32 z, Vehicle *pVehicle, b8 unknownTrue)

 

I do not know what write: Vehicle *pVehicle

CreateCar(MODEL_POLICE, -428.052, 1500.95, 18.8094, Vehicle *pVehicle, 1);

 

WHAT???

 

 

Link to comment
https://gtaforums.com/topic/390582-c-script-hook/page/49/#findComment-1059993671
Share on other sites

you want ped spawner ?

 

void CustomFiberThread::SpawnPed(eModel model){RequestModel(model);while(!HasModelLoaded(model)){ Wait(0);}Ped ped = GetPlayerPed();f32 x,y,z;Ped createdchar;GetCharCoordinates(ped, &x, &y, &z);CreateChar(0, model, x+2, y, z, &createdchar, true);// http://www.gtamodding.com/index.php?title=Ped_typeSetCharRandomComponentVariation(createdchar);MarkModelAsNoLongerNeeded(model);}

 

Link to comment
https://gtaforums.com/topic/390582-c-script-hook/page/49/#findComment-1059996444
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.