Posts

+Centered car camera v1.1

Image
The idea in this simple script is make a car camera that will be more centered than the normal one in GTA IV, something similar to what we have in GTA V. Obs.: The video show first beta version, actual result is very similar. It works very well and really helps the driving, you basically can forget about the mouse while driving, don't need to keep centering camera for each turn :) For normal look hold aim. You can enable or disable the script in the mods menu. There is a list of exclude models in the .ini file, you can add or remove new vehicles, by default Faggio (commonly used in player flight scripts), Ripley and Airtug (commonly used as airplane) are in the list. Download v1.2.1: -Fixed issue with XBox control that was disabling camera when accelerating. v1.2: -Added a "pitch fix" that improve camera angle when car is with negative pitch, before the script was making camera go close to car making impossible to see what is in front of the car. -Fixed bug related to dr...

Jerry can

Image
This mod brings a Jerry Can feature to GTA IV and EFLC inspired by GTA V Jerry Can but with some extra features like use a lighter to start the fire or thrown the jerry can and shoot it to cause a explosion :) You can find the Jerry Can in gas stations or close to the first Niko's house. Or you can cheat and use command jerrycan or set a hotkey for obtaining jerry can in the .ini file. After first load the script will write in the weaponInfo.xml the jerry can "weapon" data (episodic_23), a message will appear asking to restart the game, do it. Obs.: You should run game as administrator/with administrator account. Know issues -After too much use you can notice frozen objects bug, reload game or use command: nln to clear the area (This may crash some scripts, so, it's good use reloadscripts after this command) -The models may not appear inside buildings. -The liquid model may "float" in determined locations like in stairs Download v1.2.2: Fixed issue related ...

Trevor clothes mod by ac.amir

Image
This mod brings a playerped.rpf model with tons of clothes to be used by player :) The list of combinations have more than 200 items, some are very unique like Diving Suit, Nude and Heavy armor. Download : here The mod also include various GTA V masks and accessories :) *** if you want share or make videos of this mod, please use the following links as reference in description:  http://gtaiv-skins.blogspot.com.br/2014/05/gta-v-trevor-all-clothingoutfits.html http://gtaxscripting.blogspot.com/2014/05/trevor-clothes-mod-by-acamir.html Thanks *** Installation : To have a safe installation open the game and set the actual saved game clothes combination to the default values, then close the game and put the playerped.rpf in your gtaiv.exe folder\pc\models\cdimages folder and replace the previous one. I indicate reset the clothes because custom clothes may cause game crash at loading. Case you still having crash you can try this playerped.rpf that uses a different assemble but still ha...

[TUT] Saving and loading data

In this tutorial i talk about how to read and write .ini files and how to read and write any file in game directory. Download the project here See other tutorials here

[TUT] Native methods

In this tutorial i talk about the native methods usage, return values, pointers in parameters and how to find the usage of some native calls using SCOCL files. Download project and links to SCO files here See other tutorials  here

Watch Dogs script by Michael Wojtanis

Image
Today Michael Wojtanis  released his Watch Dogs script mod that will bring some cool features to GTA IV inspired by the Watch Dogs game that will be released soon. The mod let's you do things like: Destroy cars engine Turn off cars lights Trigger cars alarm Lock/unlock car doors Make cars accelerate Spawn pillars on streets Electrocute people using lamp poles and fixed phones and more, all using your mobile phone :) Download the mod here (Link on description of the video) Installation : Basically put the .net.dll file into your gta Scripts folder, you need scriptHook installed and working :) Seems that actual version has a bug with patch 1.0.7.0 that makes game crash, but is working fine in patch 1.0.4.0 and EFLC :) Hotkeys H - Activate/Deactivate E - Show/hide menu Space - Execute selected option in the menu Credits Script by  Michael Wojtanis Screens

[TUT] Basic scripting tutorial

This video shows how to use a base project in Visual Studio and make a simple basic script. I also talk about the methods in the base project, how to use native calls (basic info) and how to create and attach an object to a ped. Download the base project here Microsoft Visual Studio Express 2012 Scripthook basic files  (ASI loader + Scripthook) *** if you want share or make videos of this mod, please use the following link as reference in description: http://gtaxscripting.blogspot.com/2014/04/tut-basic-scripting-tutorial.html Thanks *** This is the first scripting tutorial of a series of tutorials that i plan to make, in a close future i plan to make tutorials about: Native functions usage and decompiled SCO files Saving and loading data in .ini files Playing sounds (Native and external sounds) Using particle effects (Explosions, fire, etc.) Playing and handling animations Using XBox controller in the script Creating classes Creating a menu and more.