Tampilkan postingan dengan label script. Tampilkan semua postingan
Tampilkan postingan dengan label script. Tampilkan semua postingan

Script Air Combat IV v1 5 XBox 360 Controller support

Rabu, 12 Maret 2014


Air combat IV v1.5

Added XBox control support
Added skin (livery) change, you can change ingame using Subtract key (numpad) or in the .ini of the jet or acquirement point
Some small fixes

XBox controls:




Hold left and right Shoulders to see/hide jet spawn menu, use A to spawn on air or use X to spawn on ground
A - Shoot rockets
X - Shoot cannon
Y - Release flares
DPad Down - Drop bombs
B - Eject/Exit/Enter jet
Left Thumb stick - Pitch and Roll
Left/Right Shoulder - Turn left or right
Left Trigger - slow down
Right Trigger - Accelerate

I believe that this config its cool to play :)

DLL Microsoft.Xna.Framework.dll MUST be inside gtaiv.exe or the game will crash, maybe you need to install this packet:
http://www.microsoft.com/en-us/download/details.aspx?id=20914

Download: GTA 4 Mods



News for jet model developers:

Now we have an vehicle extra auto toggle to be used when firing guns, you can set them in the jet_....ini file, this is the config:


[extra_0]    <-- category that goes from 0 to 4, so we have five extra available
extraID=0   <-- ID of the extra in the car
initiallyEnabled=-1   <-- if will start On/Off
activateWhenFireCannon=1   <-- if will be toggled when firing cannon...
activateWhenFireRocket=-1   <-- ...rocket
activateWhenFireBomb=-1   <-- ...bomb
activateWhenReleaseFlares=-1   <-- ...or releasing flares
hotkey=-1   <-- hotkey to toggle manually
autoOffTime=500   <-- auto toggle time, this is like an timeout, if greater than 0 will toggle the extra to previous state after this amount of milliseconds


Now you can set an different livery (skin) to the jet start with, this new setting will be located in the jet_....ini file in the general category:


[general]
...
skin_count=0 <-- number of skins
skin=1 <-- skin to start with

Also you can set the starting skin in the acquirement point, in the file Jet_Spawn:


[jet_aquirement_1]
...
skin=1


Read More..

Switch Player model Small script request GTA iV

Rabu, 05 Maret 2014

The idea here is be able to switch player model to any ped model using hotkeys or command lines or clone an pedestrian copying their skin, attached objects like Bags, Glasses and Hats dont will be copied.

Jatin Narula asked to me this script and i have some parts of this code done for my future Prototype mod, so, was easy to extract it and create this script.


Download: MEGA

Need more speed with your MEGA downloads? click here


How to use

First you need scripthook installed.
Copy the two files inside he zip to the Scripts folder of your GTA IV or EFLC

The file goes with a sample .ini file with two examples of use for the models ig_Brian and ig_Tuna

Press control + hotkey (based on .ini config) to change into the desired model

Aim at an pedestrian and press middle mouse button to switch to the targeted ped model, you will have same clothes.

The hotkeys can be switched in the .ini file :)


Screens




Read More..