Monday, August 31, 2015

GTA V PC - Angry Planes remake

Trying to remake the Angry Planes mod :)

Buzzards, Valkyries, Savages, Lazer Jets and Titans will come and shoot missiles and bullets :)
Tanks and Insurgents will spawn on ground to defeat the attackers.




Download


***
If you want share or make videos of this mod, please use the following link as reference in description:
http://gtaxscripting.blogspot.com/2015/08/gta-v-pc-angry-planes-remake.html

Thanks
***

Installation:  Check this post


Hotkeys

Ctrl+N - Show mods menu, there you can switch the mod on/off, ot you can set a hotkey in the mod .ini file.

You can change the hotkey in the self-generated .ini file

You also can change the max number of planes and the desired planes speed


Credits

JulioNIB
ASI Loader + ScripthookV by Alexander blade

Screens











Friday, August 21, 2015

GTA V PC - Add vehicles idea (No replace)

In this tutorial i show how to add vehicles without replace any game vehicle :)

English version: Soon
Portuguese BR version:




Download of pack

Main link  -  mirror 1

You can spawn the custom models with my mods menu script, it goes with my mods.

***
If you want share or make videos of this post/file, please use the following link as reference in description:

http://gtaxscripting.blogspot.com/2015/08/gta-v-pc-add-vehicles-idea-no-replace.html

Thanks
***


1 - Download the pack :)
2 - Copy the files to the desired folders:

   "to update folder" copy to your "update" folder
   "to update.rpf" copy the dlclist.xml and replace the one inside "update.rpf\common\data\"

3 - Now you are ready to install new vehicles without replace.
4 - Download a vehicle, let's use as sample this one
5 - Rename the vehicle files to the name you want, in this example i will rename to gol18:


6 - Now add those files to the following path:

   "update\x64\dlcpacks\golgl18\dlc.rpf\x64\levels\gta5\vehicles\golgl18vehicles.rpf"

7 - Now let's edit the custom vehicles.meta that is located in:

   "update\x64\dlcpacks\golgl18\dlc.rpf\common\data\levels\gta5\vehicles.meta"

8 - Open it and edit the tag modelName, txdName, handlingId and gameName with the name of the vehicle that we want add, in this example gol18:

   <modelName>gol18</modelName>
   <txdName>gol18</txdName>
   <handlingId>gol18</handlingId>
   <gameName>gol18</gameName>

and in the tag audioNameHash you set the name of the vehicle that you want the sound to be used in your added vehicle, let's use vigero as example:

   <audioNameHash>vigero</audioNameHash>

Result:


Note: If you want add more vehicles you need to duplicate the entire Item tag to make one for each new added vehicle.

9 - Save the file and import back to game

10 - Now let's edit the carvariations.meta, its located in:

     "update\x64\dlcpacks\golgl18\dlc.rpf\common\data\carvariations.meta"

11 - Like in vehicles.meta we need one item for each new added vehicle, the file goes with a sample, let's edit the sample and set the name of the model in the tag modelName:

    <modelName>gol18</modelName>

Result:


12 - Save and import back to the game

13 - Now it's time to edit the handling.meta, same idea as before, one item for each new added vehicle, the file is located in:

     "update\x64\dlcpacks\golgl18\dlc.rpf\common\data\handling.meta"

Result:


14 - Save and import back to game

15 - Now using a mod that let you spawn a vehicle by his name (like my mods menu :) ) spawn the vehicle using the name you choose ;)


Credits

Inspired by this mod
Tests and idea by JulioNIB
OpenIV by OpenIV Team
ASI Loader + ScripthookV by Alexander blade

GTA V PC - Jetpack model v3 by Risadinha009 and Jotape17

Model inspired by movie Kickass :)




Download

Script (Required): Mirror 1  -  mirror 2
Model v3: Main Link
Model v2: Main Link

***
If you want share or make videos of this mod, please use the following link as reference in description:


http://gtaxscripting.blogspot.com/2015/08/gta-v-pc-jetpack-model-v3-by.html

Thanks
***

Installation of script:  Check this post
Installation of Jetpack v3 models: Use same idea of IronmanV armor setup, watch this video.


Hotkeys

Ctrl+N - Show mods menu
J - Toggle Jetpack equip/unequip
Hold space - Toggle engine on/off (In bikes is the horn button, commonly E)
Shift (Sprint) - Go Up
Control (Duck) - Go Down
Move controls (WASD) - Move forward/backward/left/right (Tap W to increase speed, hold to keep)
Mouse - Control direction
Left mouse + Unarmed = Minigun shoot :)

You can change the hotkey in the self-generated .ini file


Credits

Model by Risadinha009
Textures by Jotape17
Script by JulioNIB
ASI Loader + ScripthookV by Alexander blade
ScriptHookVDotNet by Crosire

Screens




Tuesday, August 11, 2015

GTA V Ironman v2.0 - Download and installation guide - Armors and script

CHECK THE LATEST VERSION HERE:

###

Hope that this blog post help people install the IronmanV and the armors, download links are some lines below in Downloads section.




Download Script (Required)


Download the script here

*Make sure you have the required windows packages for ScripthookVDotNet: http://gtaxscripting.blogspot.com.br/2015/06/gta-v-net-scripts-setup.html


Download of Armors (Optional)

For better looking armors, search for Ironman in gta5mods.com site.

Outdated armors:
Armor - Mark III armor by JulioNIB
Armor - Mark III armor by Rarefacer
Armor - Mini Hulkbuster armor
Armor - War Machine armor
Armor - Hammer Drone armor


You can watch the full installation guide here :

https://youtu.be/7YM-_VRs0v4 (PT-BR)
https://youtu.be/bmug9c8wLsA (EN)


Or see how to install .OIV packages here:


Restoring models

Case you want restore the props (Objects) that the armors installations replaced, you can do it using this restore pack.






Issues and solutions

Problem: Nothing happens when you press Ctrl+N
Solution: Make sure you installed the script, also make sure that ScripthookVDotNet is working

Problem: Script asks for activation
Solution: Activate the script using this blog post

Problem: Script stop working when you choose a armor
Possible solution: Update your ScripthookV and ScripthookVDotNet

Problem: Armor don't appear, some weird objects appear instead
Solution: Avoid game updates or use the mods folder idea

Problem: Armor parts are distant from player char. (wrong offset)
Solution: Use the .ini armor file that goes with the armor, if problem persists replace the commas with dots in the numeric values of the armor .ini file, example: from 0,25 to 0.25
Armors setup guide:

-Make sure you have asi loader and OpenIV.asi plugin installed, otherwise you can't load custom game files, you can install it using OpenIV, go to menu Tools > ASI Manager...
-Extract all files to a folder
-Copy content of folder "to scripts folder" to your GTA V scripts folder
-If you don't have a folder called "mods" in your gta5.exe folder, create one.
-Case you don't have a copy of x64g.rpf inside mods folder, make one copy.
-Using OpenIV navigate to mods\x64g.rpf\levels\gta5\generic\cutsobjects.rpf
-Click in Edit mode to enable edit mode
-Click in Edit and then click in Add
-Select the files from folder "armor parts" and click in Open


Hotkeys

-Press Ctrl + N to show mods menu, use pg up/down or numpad 8, 2 to navigate, press Enter or numpad 5 to activate selected item
-Special vision modes - I
-Super melee attacks - Q - XBox control: B
-Ground attack - Flight + Q
-Lift/grab entities: Hold Q while in ground
-Weapon mode - E - XBox control DPad right/left
-Shoot with weapons or throw things - Left mouse button - XBox control Right bumper
-Hold space to toggle flight mode
-Flight control - WASD, Shift, Control and mouse.
-Press aim to set/remove targets for darts and missiles

Tip:
Hold attack button when shooting to avoid that player char. keep "punching the air"

Obs.: Some features are specially set for some armors like Hulkbuster, you can change settings in armor .ini file


Videos

Making the mods folder

Mark III armor release video

Mini Hulkbuster armor release video


Screens



















Sunday, August 9, 2015

GTA V - Ironman mini Hulkbuster armor

A mini Hulkbuster armor for GTA V PC (mini due to actual modding/my imagination limits). I recommend that you update your IronmanV script to v1.2 (links below) to have some cool new features for this armor :)






Download: All links are in this post, it also contains installation guide for script and armors

Check how to use mods folder to install the armor files here

Case you have invisible/distant armor parts do the following:

-Go to your "Grand Theft Auto V\scripts\IronmanV Files\armors" folder
-Open the armor .ini config file with notepad
-In the numeric values, replace the commas with dots, example: change from 0,15 to 0.15
-Save the file and reload game/savegame

***
If you want share or make videos of this mod, please use the following link as reference in description: 
http://gtaxscripting.blogspot.com/2015/08/gta-v-ironman-mini-hulkbuster-armor.html

Thanks
***

Installation of script:  Check this post

Installation of armor: Check this post or this video


Hotkeys

-Hold Q to grab/lift peds/vehicles, Press left mouse button to thrown them

See the other IronmanV hotkeys in release post


Credits

JulioNIB
Source of models: Rarefacer and Goreface
ASI Loader + ScripthookV by Alexander blade







Screens






Sunday, August 2, 2015

GTA V - Ironman Mark III armor release and installation guide







v1.1 Changes:

-Changed speed increase mode, after 2 or 3 W press it will progressive increase the speed.
-Added multi armors support
-Some bug fixes

Download: All links are in this post, it also contains installation guide for script and armors

Check how to use mods folder to install the armor files here

Invisible armor parts issue: Download this armor config file (mirror) and replace the original one, or change your windows language settings to use Comma instead of Dot as decimal separator :)


You need ScripthookV and NIBShDotNet working to use my mods

***
If you want share or make videos of this mod, please use the following link as reference in description: 
http://gtaxscripting.blogspot.com/2015/07/gta-v-ironman-mark-iii-armor.html

Thanks
***

Installation of script:  Check this post

Installation of armor

-Make sure you have asi loader and OpenIV.asi plugin installed, otherwise you can't load custom game files, you can install it using OpenIV, go to menu Tools > ASI Manager...
-Extract all files to a folder
-Copy content of folder "to scripts folder" to your GTA V scripts folder
-If you don't have a folder called "mods" in your gta5.exe folder, create one.
-Case you don't have a copy of x64g.rpf inside mods folder, make one copy.
-Using OpenIV navigate to mods\x64g.rpf\levels\gta5\generic\cutsobjects.rpf
-Click in Edit mode to enable edit mode
-Click in Edit and then click in Add
-Select the files from folder "armor parts" and click in Open





Know issues

-Armor parts may disappear depending on camera angle when camera is very close to the armor.
-Model has high poly/faces count, need some improvement
-Very basic texturing
-Create too much armor models make game crash (change armor lot of times)
-Game may crash in First Person camera :(


Hotkeys

See hotkeys for IronmanV script in the release post


Credits

Script and armor model adaptation to GTA V by JulioNIB
Source of model: silviuq12
ASI Loader + ScripthookV by Alexander blade

Screens








//propaganda YT float style='display:none;'