Thursday, 28 February 2013

[TUT-IV] Basic tools to script

To help we implement scripts for GTA iV we need some tools/links, the most important in my opinion are:The scripthook help file: Through this help file we can have easy access to any .net scripthook object and see their properties and methods, the parameters needed and some basic info about the behavior.Download it hereThe Microsoft Visual Basic: What about an program to help us insert the code showing list of objects, methods and parameters?...

Tuesday, 26 February 2013

[TIP-IV] Basic scripting - Script structure and main events [GTA IV vb.net]

Considering that you know the basic of programming (what is variable, object, methods, loops, conditions, etc.) i will start showing the basic script structure and the main events that are very usefull when creating an script.Imports area: here we will declare the additional libraries/classes/whatever its called things that we will need in the script, the basic is:Imports SystemImports GTAanother interesting imports are:Imports System.Windows.FormsImports...

Saturday, 23 February 2013

[Script] Simple car fly cheat

This was requested by taltigolt but i think that he didnt liked the result heheThis script tryes to recreate San Andreas fly cheat for cars, the big problem is control the flight, i tryed a lot of ideas but my results was always bad, with some practice you can fly very well.Download: GTA 4 Mods (GTA Garage, MOD Db)The idea is simple:Use the native function SET_CAR_FORWARD_SPEED to...

[Script] Javelin/Stinger rocket lock

Started based on Modern Warfare 2 Javelin behavior and modified until reachs an behavior similar to real Javelin launchers, this was an interesting and, at same time, hard to do script. Requested by GoldenDarknezz, this script allows you to lock rockets on vehicles or ground and shoot with TOP attack or DIR (Direct? probably) attack mode, also have nightvision effect :)Download: GTA...

[Script] Air Combat IV (AC-IV)

This script makes possible to spawn Jets with custom number of engines, flaps/elevators, gears, cannons, rockets with lock on target feature, bombs and flares. Also you can spawn enemies in jets to combatDownload: GTA 4 Mods (GTA Garage, MOD Db)This one im really proud of, really complex script, started with an request of CORE.MAX2010 to create engine fire...

[Script] AC-130

This script, as many ideas, started with simple ideas, actually me and TheVideoVolcano was talking about scripts, he was asking how to do things, and he asked me if i can create one script to make an air attack, like call one stealth bomber to fly over the city and launch some bombs in a waypoint, then the name AC-130 came out.I played Modern Warfare 2 multiplayer a lot,...

[Script] Fus Ro Dah power

This was another user request, its simple, detect pedestrians, objects and cars in front of player then push then away from player.Download: GTA 4 Mods (GTA Garage)When the user press the hotkey i play the intial sound ("Fus") and while the hotkey is down the amount of push force its increased.When release the hotkey the player do an animation moving his head backward,...

[Script] Simple wall ride

This script was requested by Ghost rider users, they want the wall ride feature available for any vehicle, so i did. Very simple script, the idea is get the car direction while its on ground, then activate the effect pushing the car up and rotating it to make it touch the wheels on the wall, then apply some force in the direction saved (the one saved when car was on ground)...

Iron Man IV [W.I.P.]

This is my actual work in progress: Iron Man IV script requested by original Iron Man's script creator: H1Vltg3This will be a very nice script*** The script was released, take a look here ***Actual features:MinigunDarts (or mini rockets, idk ^^)Rocket lockRepulsor beamToDo:Create enemies with good weapons, like rockets and vehicles with mounted gunsMaybe create an...

Friday, 22 February 2013

[Script] Ghost rider

My second script, this one was hard, 3480 lines of vb.net code :P, requested by GEL06, models by wapeddel and Quechus09Source code: http://adf.ly/NJcoGDownload: GTA 4 Mods, GTA GarageDownload the Ghost Rider Ped/Player model and the Bike model: GTA 4 Mods (by Quechus13 and Wapeddell)this time using particle effects (flames on head, bike and chain for example),...

Thursday, 21 February 2013

[Script] myTelekinesis powers

My first script: myTelekinesis Powers, all started making modifications on an open source script, unfortunatelly i cant remember the author's name now:Source code: http://adf.ly/NJgIlDownload: GTA 4 ModsVery basic script without animations, particle effects, sprites, nothing, just normal game animations and explosions, if i recreate this script today it will be a lot...