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:

  • [TUT-IV] First script - Interacting with peds/vehicles/objectsLet's create our first script? Step by step how to create an visual studio project to be used to edit and compile an .net script for GTA IV using VB.NET language :)You can download the sample project here.Lets start our first… Read More
  • [Script] Javelin/Stinger rocket lockStarted 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 scrip… Read More
  • [Script] Simple car fly cheatThis 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 resul… Read More
  • [TUT-IV] Basic tools to scriptTo 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 prope… Read More
  • [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… Read More

0 comments:

Post a Comment