gta-5 mods

GTA V – The Flash script mod – NIBStyle

GTA V – The Flash script mod – NIBStyle A script mod that let you play with some Flash powers and also let you spawn a "Flash like" enemy/ally 😉Download*** If you want share or make videos of this mod, please use the following link as reference in description: http://gtaxscripting.blogspot.com/2016/04/gta-v-flash-script-mod-nibstyle.htmlThanks *** Installation: Check this postYou NEED updated ScripthookVDotNet installed and working to run my mods 😉Recommended SuitsBetter models:https://www.gta5-mods.com/player/cw-the-flash-characters-pack-for-mpOther/older models:https://www.gta5-mods.com/player/metahuman-flash-suithttps://www.gta5-mods.com/player/reverse-flash-suit-trevorhttps://www.gta5-mods.com/player/cw-s-zoom-suit/downloadSuits setup sample:https://www.youtube.com/watch?v=MqLV-4c43kwChanges in v1.2-Added ally feature-Added enemy feature-Added new attack mode: "punch machine"-Changed jump to increase/decrease force based on how much you hold down the jump button*Obs.: Auto slow motion when running is disabled when a enemy/ally is spawned, this is needed to keep the enemy/ally moving fast as expected.*Obs2.: To…


GTA V – Peds Component and Props variations (Clothes)

GTA V – Peds Component and Props variations (Clothes) DRAWABLE VARIATIONSComponent ID – Name0 – Head1 – Beard2 – Hair3 – Torso4 – Legs5 – Hands6 – Foot7 – None?8 – Accessories like parachute, scuba tank9 – Accessories like bags, mask, scuba mask10- Decals and mask11 – Auxiliary parts for torso0 – Head 1 – Beard 2 – Hair 3 – Torso 4 – Legs 5 – Hands 6 – Foot 8 – Accessories like parachute, scuba tank 9 – Accessories like bags, mask, scuba mask 10- Decals and mask 11 – Auxiliary parts for torso Useful methods:GET_PED_DRAWABLE_VARIATION(Ped ped, int componentId)GET_NUMBER_OF_PED_DRAWABLE_VARIATIONS(Ped ped, int componentId)GET_PED_TEXTURE_VARIATION(Ped ped, int componentId)GET_NUMBER_OF_PED_TEXTURE_VARIATIONS(Ped ped, int componentId, int drawableId)SET_PED_COMPONENT_VARIATION(Ped ped, int componentId, int drawableId, int textureId, int…


GTA V – Blips ID and Image

GTA V – Blips ID and Image All blips found in game with a "For" statement. *For statement from 1 to 1000 *462 seems to be the last one *Screenshots from game screen *Some blips are reduced to fit the area, ex. 4, 5, 9… *Some blips don't seems to have a image, ex. 29, 30, 31… For Blip methods check the link: http://www.dev-c.com/nativedb/ns/UI 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56…


GTA V – CriminalsV script mod

GTA V – CriminalsV script mod This mod will make some crimes start on city at random times or you can trigger them in the mod menu.Download*** If you want share or make videos of this mod, please use the following link as reference in description: http://gtaxscripting.blogspot.com/2016/05/gta-v-criminalsv-script-mod.htmlThanks *** Installation: Check this postYou NEED UPDATED ScripthookVDotNet installed and working to run my mods 😉HotkeysCtrl + N – Show mods menuD1 (number 1 close to QWE keys) – Select machine gun in special vehicleD2 (number 2 close to QWE keys) – Select missile launcher in special vehicleD3 (number 3 close to QWE keys) – Release tyre spikes in special vehicleShift – Special boostNo controller support yetYou can change the hotkey in the…


ScripthookVDotNet and NIBMods menu troubleshooting

ScripthookVDotNet and NIBMods menu troubleshooting Know issues that make the NIBmods menu don't work when you press Ctrl + N.Obs.: I'm considering that you have the ASI Loader and ScriptHookVDotNet installed. Case you didn't installed them yet, check this post.Those issues are commonly related to problems with the ScripthookVDotNet (let's call it SHDotNet) plugin, basically what can happen is:Issue #1: Outdated SHDotNetSome mods may come with a unwanted copy of SHDotNet that can be outdated, if you try to use my mods with a outdated version of SHDotNet they may fail to load due to missing/renamed methods in the outdated version of SHDotNet, to check if this is your case you can open a SHDotNet LOG file and check for…


[TUT] GTA V – Playing and handling animations

[TUT] GTA V – Playing and handling animations Playing Ped animations To play Ped animations in V we seems to only have one option (at least my tests with other methods didn't worked 🙂 ), we need to task the Ped to play the animation.This is the method: TASK_PLAY_ANIM Native.Function.Call(Native.Hash.TASK_PLAY_ANIM, thePed, sDict, sAnim, speed, speed * -1, -1, flags, 0, False, bDisableLegIK, False) The params description (seems to be): Native.Function.Call(Native.Hash.TASK_PLAY_ANIM, thePed, – The Ped that will play the animation sDict, – The dictionary where the anim is located sAnim, – The anim name speed, – The play start speed (This is important to make smooth changes between anims) speed * -1, – I don't know what exactly is, but in…


GTA V – Los Santos Pride mod installation guide

GTA V – Los Santos Pride mod installation guide This mod brings a Pride Parade to Los Santos:The setup guide-First of all download the Los Santos Pride mod from this link-Make sure you have the ScripthookV and ScripthookVDotNet installed and working-Make sure you have OpenIV installed and configured to edit your GTA V files-Open the OpenIV program and click in Windows in the GTA V option: Now click in Tools > Package Installer: Select the file PrideParade.oiv and click in Open: Now you should see a screen like this, click in Install: Now i recommend that you choose first option to install the files using the Mods folder, this will make easier disable the modded files case you want play…


[TUT] Installing .OIV packages in GTA V

[TUT] Installing .OIV packages in GTA V Case you downloaded a .OIV file in one of my mods, this is how you proceed to install. The .oiv files are made to make easier the installation, so user just need to click in few buttons to install scripts, models and textures 😉Important: Try to keep your OpenIV updated, some older versions have issues with the packages.*Keep in mind that ScripthookVDotNet still needed for my mods, and it need to be installed/updated manually.1 – Start OpenIV and click in GTA V windows, case it asks for game location set it. 2 – Click in Tools > ASI Manager, make sure that OpenIV.asi and ASI Loader are installed: 3 – Click in Tools…


GTA V – NIBMods menu download

GTA V – NIBMods menu download Here you can download the latest version of my mod menu that is used to handle all my mods 😉Download the menu hereInstallation: Check the readme inside the zip file.You NEED UPDATED ScripthookVDotNet installed and working to run my mods 😉HotkeysCtrl + N – Show mods menuUp/Down/Left/Right (also numpads 2, 4, 6 and 8) – NavigateEnter/Numpad5 – Select itemNumpad0/Backspace – Previous menu/Close menuIn controller:Hold left and right shoulders (in vehicles hold right and left triggers and press DPad Right) – Show mods menuUp/Down/Left/Right – NavigateA (Sprint) – Select itemB – Previous menu/Close menu*Obs.: Only few mods and the mods menu accept Controller controls, i will update the other mods later, maybe ^^You can change…


GTA V – Ghost Rider mod by JulioNIB

GTA V – Ghost Rider mod by JulioNIB This mod lets you play as Ghost Rider in GTA V, this was my first time trying to make a vehicle model (the Bike), so, it's not a very good and polished model 😉Also if the game crashes when you are using the mod try to restore the bike model using the package from "other setup optionsRestore files".DownloadAlso don't forget to download the custom Ghost Rider ped model by Quechus13:https://www.gta5-mods.com/player/ghost-riderLooks really coolTo use the first version model check the options in the mod menu*** If you want share or make videos of this mod, please use the following link as reference in description: http://gtaxscripting.blogspot.com/2016/08/gta-v-ghost-rider-mod-by-julionib.html Thanks *** Change log:v1.1 and 1.1.1 – Small…


Close
Please support the site
By clicking any of these buttons you help our site to get better