Aircraft Nozzle Precise Control 1.3.1
5,820
106
5,820
106
This mod allows you to control the nozzle angle of your aircraft precisely.
Works for Hydra, Tula, Avenger, F-35B, Ospreys, Harrier-2, and all other aircraft with nozzles.
Changes in 1.3.1: Changes default controls to "," & ".". Fixed bug to only affect planes with variable exhaust when throttle.
Changes in 1.3: Added variable exhaust nozzle support.
Changes in 1.2: Added A-56A Cheyenne back propeller support.
Changes in 1.1: Added S-97 Raider back propeller support. Many thanks to PNWParksFan!
Installation:
Install these if you don't have them.
Script Hook V
https://www.dev-c.com/gtav/scripthookv/
OpenIV 4.0
https://www.gta5-mods.com/tools/openiv
Then, drop this ASI & INI file in your GTA V directory.
Press "," to move the nozzle up, Press "." to move it down.
You can change the controls in the INI file.
This mod was initially done for my friend https://www.gta5-mods.com/users/DarthPungz.
Works for Hydra, Tula, Avenger, F-35B, Ospreys, Harrier-2, and all other aircraft with nozzles.
Changes in 1.3.1: Changes default controls to "," & ".". Fixed bug to only affect planes with variable exhaust when throttle.
Changes in 1.3: Added variable exhaust nozzle support.
Changes in 1.2: Added A-56A Cheyenne back propeller support.
Changes in 1.1: Added S-97 Raider back propeller support. Many thanks to PNWParksFan!
Installation:
Install these if you don't have them.
Script Hook V
https://www.dev-c.com/gtav/scripthookv/
OpenIV 4.0
https://www.gta5-mods.com/tools/openiv
Then, drop this ASI & INI file in your GTA V directory.
Press "," to move the nozzle up, Press "." to move it down.
You can change the controls in the INI file.
This mod was initially done for my friend https://www.gta5-mods.com/users/DarthPungz.
पहले अपलोड: नवंबर 15, 2020
आखरी अपडेट: अक्टूबर 13, 2021
Last Downloaded: 2 hours ago
40 टिप्पणियाँ
More mods by rechkunov:
This mod allows you to control the nozzle angle of your aircraft precisely.
Works for Hydra, Tula, Avenger, F-35B, Ospreys, Harrier-2, and all other aircraft with nozzles.
Changes in 1.3.1: Changes default controls to "," & ".". Fixed bug to only affect planes with variable exhaust when throttle.
Changes in 1.3: Added variable exhaust nozzle support.
Changes in 1.2: Added A-56A Cheyenne back propeller support.
Changes in 1.1: Added S-97 Raider back propeller support. Many thanks to PNWParksFan!
Installation:
Install these if you don't have them.
Script Hook V
https://www.dev-c.com/gtav/scripthookv/
OpenIV 4.0
https://www.gta5-mods.com/tools/openiv
Then, drop this ASI & INI file in your GTA V directory.
Press "," to move the nozzle up, Press "." to move it down.
You can change the controls in the INI file.
This mod was initially done for my friend https://www.gta5-mods.com/users/DarthPungz.
Works for Hydra, Tula, Avenger, F-35B, Ospreys, Harrier-2, and all other aircraft with nozzles.
Changes in 1.3.1: Changes default controls to "," & ".". Fixed bug to only affect planes with variable exhaust when throttle.
Changes in 1.3: Added variable exhaust nozzle support.
Changes in 1.2: Added A-56A Cheyenne back propeller support.
Changes in 1.1: Added S-97 Raider back propeller support. Many thanks to PNWParksFan!
Installation:
Install these if you don't have them.
Script Hook V
https://www.dev-c.com/gtav/scripthookv/
OpenIV 4.0
https://www.gta5-mods.com/tools/openiv
Then, drop this ASI & INI file in your GTA V directory.
Press "," to move the nozzle up, Press "." to move it down.
You can change the controls in the INI file.
This mod was initially done for my friend https://www.gta5-mods.com/users/DarthPungz.
पहले अपलोड: नवंबर 15, 2020
आखरी अपडेट: अक्टूबर 13, 2021
Last Downloaded: 2 hours ago
Will this work with this plugin/script? https://www.gta5-mods.com/scripts/helicopter-and-vtol-runway-taxi
@Yomify I never tried if they work together. This mod is a script hook plugin, and the one you mention is the rage plugin hook.
but why
@TotallyNotEmma Because you can do it in real life. Also, no other script hook mod allows controlling S-97 Raider and A-56A Chayenne pushing propeller.
@rechkunov Where can I get that sick LHD?
@Oreoavocados101 It's not released. I didn't record that video
Changes in 1.3: Added variable exhaust nozzle support.
Hi @Rechkunov! Awesome mod! It worked great with Ospreys and the F35! But it does affect cars too. After installing this script, I noticed my Nissan Skyline's exhaust shuffles from one kind to another when I accelerate, and comes back to the original exhaust after deceleration. I can upload a video to show the effect if needed.
@njhon2000 No need, I know what you mean. Will fix that
@njhon2000 Fixed in 1.3.1
How to modify the button
@GTA5X Have you tried to read the mod description?
@rechkunov Is there any way to cause this mod to work automatically, instead of pressing any buttons? The reason I ask is because I never use the keyboard to play any games, I use a controller so that way I don't have to press any buttons on the keyboard. This mod would be very useful if you could make a version that controls the precision of aircraft nozzle angles automatically as you fly though.
@JAM102970 You can use the controller with this mod. Check the ini file and follow the link
is there a way to get this working in a fivem server?
@ArcadiaRoleplay no idea
When i use this mod, they controls seem to be tied with the radio keys? Idk why
@ArcadiaRoleplay Code for fivem
local nozzel = 0.0
Citizen.CreateThread(function()
while true do
Citizen.Wait(0)
if IsPedInModel(PlayerPedId(), 'osprey') or IsPedInModel(PlayerPedId(), 'hydra') or IsPedInModel(PlayerPedId(), 'harrier2') or IsPedInModel(PlayerPedId(), 'f35b') then
SetVehicleFlightNozzlePosition(GetVehiclePedIsIn(PlayerPedId() , false) , nozzel)
if IsControlPressed(1 , 172) and IsControlPressed(1 , 73) then
nozzel = nozzel+0.01
end
if IsControlPressed(1 , 173) and IsControlPressed(1 , 73) then
nozzel = nozzel-0.01
end
if nozzel <= 0.0 then
nozzel = 0.0
end
if nozzel >= 1.0 then
nozzel = 1.0
end
end
end
end)
@Yomify how to install this mod please tell me friend request
Works great as intended but the keys are configured with the radio ones for some reason