Tuesday, 28 May 2013

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 sure that you have the following installed:http://www.microsoft.com/pt-br/download/details.aspx?id=17851http://www.microsoft.com/en-us/download/details.aspx?id=5555and...

Iron Man IV - Armor pack to replace mission chars

This 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 :)Remember: This will replace some missions characters.How to install:Download it hereExtract all files to an folder:If you have the armor pack with added...

Saturday, 25 May 2013

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 because game crash when select armorBecause of this i recommend the pack that uses replace method, it will replace mission characters. Check this tutorial...

Friday, 24 May 2013

Iron Man IV update v1.1 and source code

This 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 to install version v1.1 or v1.2 hereDownload the All-in-one pack here, it includes a lot of armors with all settings needed for GTA IV (not...

Tuesday, 14 May 2013

[TUT] Using custom Classes

I use classes basically when i need to add properties or methods to an game object, for example in Iron Man IV i use classes to control all the enemies or allies behavior (flight, shoot, target locking, etc.), in Heli Combat i use classes to make the Nightvision effect, it's very useful.For example, let's say that we want get peds damaged by player and make them float for...

Monday, 13 May 2013

Iron Man IV - Adding new armors without replace any game Ped :)

Thx to Clark King now i know how to add armors without replace normal game peds, this is just perfect.EFLC observation: I tried this method on EFLC with no success, game crash at loading screen, i believe that is not possible make this work on EFLC, i also tried the "exclusive" componentpeds.img and peds.ide files (C:\Program Files\Rockstar Games\EFLC\TBoGT\common\data\peds.ide)...

Sunday, 12 May 2013

[TUT] Using NAudio to play sounds - Very good, play more than one sound at same time :)

Hohoho, that's nice, thx to my friend TheVideoVolcano and to NAudio developers now i can play simultaneous sounds in my scripts, and you too :)What we need is this beautiful DLL: NAudioThe code it's very simple:We need to add Naudio.dll as reference in the project and paste one copy of this file in the GTAIV.exe folderOther interesting features is:Control Volume:original...

Thursday, 9 May 2013

Iron Man IV - New armors

Let me group here the new armors that are coming.Download last version of Iron Man IV (v1.1) here (recommended)Check how to install version v1.1 or v1.2 hereDownload the All-in-one pack here (almost all armors released with/after Iron Man IV script)Check how to install the armors here (replace method, more indicated)Check how to add armors without replace...