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.



The Microsoft Visual Basic: What about an program to help us insert the code showing list of objects, methods and parameters? Yeah, Visual Studio will help a lot in the script develop, and we can test the compilation before trying it in the game.

  • You can download an free version here or here.


The GTA Modding sites: Very useful pages listing game native functions, animations, particle effects, models, etc.. Add in your Bookmarks, you will need it ^^

  • List of native functions: List of game native functions, great part of them with parameters specification and description of the effect/result.


  • List of models: List of game models, vehicles, pedestrians, objects, weapons, all...


  • List of animations: List of game animations, here we can find all game animations and play it with the pedestrians.


  • List of particle effects: List of all particle effects like fire effects, water effects, bullet hit, blood splash, explosions, etc..

Open IV or Spark IV: With those programs we can search and preview game models, extract and replace them, the same we can do about textures and sounds, also we can extract or replace animations, very useful when you need to search for some model to use in your script.
  • Download Open IV here
  • Download Spark IV here

Basicaly those are the main tools/sites that i use as reference/source when coding scripts for GTA iV, in next tutorial i will show how to start an new script in visual basic and show some basic scripting ideas.


Download the sample project here,

Related Posts:

  • Iron Man IV - Installation guide (based on last version)Last version of Iron Man IV may need some different steps to be installed, i will describe the installation step by step here.*** BEFORE TRY THIS MOD ***1-Make sure that you have at least GTA patch 1.0.4.0 installed2- Make su… Read More
  • Iron Man IV update v1.1 and source codeThis is my first update for script Iron Man IV. Did some fixes and improvements, added new HUD (by wapeddell), back thrusters feature, etc..Download it here (update only, last version always will be here first)Check how … Read More
  • Iron Man IV - The All-in-one Armor pack (installation and fix)***This method works but have some side effects:Don't work fine in EFLCCauses bugs with interactive points like internet cafeFor some people it result in clean streets with no peds or moving carsAnd for some it just wont work… Read More
  • Adf.ly tipAs you can see i use Adf.ly in great part of my links to earn some money :)Yes, i need money, and to don't sell my mods i use Ads in links, it, generally, costs only 5 seconds of your life and who really pays is the owners of… Read More
  • Iron Man IV - Armor pack to replace mission charsThis armor pack has been setup to replace mission chars, this will avoid the add peds method side effects/"crashes".So if your game crash when you select an added armor or your EFLC not even opens, you should try this method … Read More

0 comments:

Post a Comment