Wednesday, November 11, 2015

GTA V Meteors NIB Style

"Let it rain"




Script mod that brings a "meteor shower" feature, turn it ON and try to survive :)

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/11/gta-v-meteors-nib-style.html

Thanks
***

Installation:  

Extract all files from folder MeteorNIBStyle... to gta Scripts folder

Install NIBShDotNet


Hotkeys

Ctrl+N - Show mods menu

Toggle the meteors in the mod menu or set a hotkey in the self-generated .ini file after first load

-The presets in the mod menu are like level of difficult, preset 3 = easy, preset 1 = harder (closer impacts)
-You can customize the items in menu
-I tested for various minutes, all working fine in latest game patch and scripthookV plugins, after too much time (hours of develop) the FX may disappear, a save game load may solve,
if not a full game reload will solve.
-For video editor i recommend make the changes ignoring the fact that the FX may disappeared, then reopen game before export/record final result.

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


Credits

JulioNIB
ASI Loader + ScripthookV by Alexander blade

Screens














Wednesday, September 16, 2015

[TUT-BR] Criando um velocímetro para o GTA V PC

Neste tutorial (feito em LIVE, por isso que ficou mto longo ^^) eu mostro como criar um velocímetro básico e um desenhando arquivos PNG na tela :)




Download - Código fonte + resultado

MAIN LINK  -  mirror


Instalação:  Veja este post - ScripthookVDotNet é necessário


Créditos

JulioNIB
ASI Loader + ScripthookV by Alexander blade
ScriptHookVDotNet by Crosire

Friday, September 11, 2015

GTA V PC - Basic .net scripting tutorial

In this video i show how to create a basic .net script for GTA V PC




Downloads

Source code used: Main link  -  mirror
ScripthookV
Visual Studio 2013
ScripthookV .NET
Microsoft .NET Framework 4.5.2 SDK
Visual C++ Redistributable Package for Visual Studio 2015 (x64)

Native methods list:

http://www.dev-c.com/nativedb/


Credits

JulioNIB
ASI Loader + ScripthookV by Alexander blade
ScriptHookVDotNet by Crosire

Wednesday, September 9, 2015

GTA IV ED-209 script mod

Some weeks ago Krlos_Rockr and Bob Lester helped me start modeling for GTA IV using 3ds Max, this is the first object model completely made by me, a ED-209 robot model inspired by the first Robocop movie (1987).




Download

Support link ;)  -  Mirrors

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

http://gtaxscripting.blogspot.com/2014/11/gta-iv-ed-209-script-mod.html

Thanks
***

Installation: This mod uses OpenIV Package Installer, see how to install here

Warning!

Don't install the mod in the same GTA more than one time or you will generate wrong entries in beauty.ide (duplicated lines) that will make the game unable to create the models :)


Features

-Use the robot as bodyguard
-Make the robot start a killing spree attacking close cars
-Make robot help cops against you (not a good idea ^^)
-Control the robot
-Spawn the robot using the mods menu (you also can hack the one that appears in the police station)


Limitations

-FPS may drop in on board camera mode (when controlling), you can disable the screenFX in the mod .ini file
-Object animations don't play in Video Editor :(
-Robot is moved based on force applied by script, the effect will be affected by "bad" surfaces or low fps, you can increase speed holding Shift, you also can set a move force multiplier in the mod .ini file


Hotkeys

Insert - Show mods menu
Left mouse button - Shoot with machine guns
Right mouse button - Shoot rockets
H - Show hack menu - Aim at a close robot and a message should appear ("Press H to hack")
Move mouse up/down with hack menu on screen to select the desired option
C - Change camera when in control mode
Shift - Move faster (when controlling)

No xbox control keys yet

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


Credits

Model, anims and script by JulioNIB
With previous help of Krlos_Rockr and Bob Lester


Screens












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






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