DayZ
Not enough ratings
Aviation Fuel
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
File Size
Posted
Updated
25.857 MB
Jan 8, 2024 @ 12:39pm
Jan 28, 2024 @ 11:31am
8 Change Notes ( view )

Subscribe to download
Aviation Fuel

Description
Aviation Fuel
If you want the version without the need for Rag Liquid Framework for some reason Click Here.

A small mod to make it so that aircraft run on Aviation Fuel instead of gasoline. Currently all RedFalcon Flight System Heliz and Expansion Helis work with this mod but more can be added (any mods that inherit from their base classes will also work with this mod).

How To Get Aviation Fuel
To get Aviation Fuel use an empty container at a fuel pump and scroll from fill with gasoline to fill with Aviation Fuel (This can be enabled or disabled in the config). Or as a server owner you can place some static tanks (class name StaticObj_Wilmas_AviationFuelTank) at airfields or where ever you like giving unlimited fuel. Or there is now Wilmas_AviationFuelTank which can be placed via the config and an initial quantity set up to 5000litres giving a limited supply of fuel. Admins can add fuel to these by using Wilmas_AdminFuelTankFiller_AviationFuel.

I have included a jerrycan that will in spawn with Aviation Fuel if you prefer the Aviation Fuel to only be found or to allow players to find some in a jerrycan as well as gasoline (the vanilla jerrycan will only ever spawn with gasoline through the types.xml) the class name for this is Wilmas_AviationFuelCanister i have included an example types in the mod folder.

Config
There will be a config file created when the server starts with the mod installed called "WilmasAviationFuel_config.json" in your serverprofilesfolder\Wilmas (serverprofilesfolder could be called ServerProfile or SC or Config or a few other things that server providers name them but your should know what its called.)

Default Config
{ "ConfigVersion": "1.2", "Allow_Getting_AviationFuel_From_Fuel_Pumps": 1, "TF_FuelPump_AviationFuel_Settings": "----------Below this is only relevant if you have TF-FuelPump Installed------------", "AviationFuel_MaxAmount": 10000.0, "AviationFuel_InitAmount": 5000.0, "AviationFuel_EnergyConsumptionCoef": 1.0, "AviationFuel_AdminRefuelAmount": 2000.0, "AviationFuelTankSpawnerDescription": "----------Below this is used to spawn fuel tanks with quantity------------", "EnableSpawningFuelTanks": 0, "AviationFuelTankSpawnerList": [ { "FuelTankClassname": "Wilmas_AviationFuelTank", "Position": [ 4702.1201171875, 339.0, 10357.099609375 ], "Orientation": [ 149.0, 0.0, 0.0 ], "FuelQuantityInLitres_5000Max": 5000 }, { "FuelTankClassname": "Wilmas_AviationFuelTank", "Position": [ 11967.900390625, 140.0, 12514.400390625 ], "Orientation": [ 21.0, 0.0, 0.0 ], "FuelQuantityInLitres_5000Max": 5000 } ] }
Config Explained
ConfigVersion
For Mod Updates Do Not Change
Allow_Getting_AviationFuel_From_Fuel_Pumps
1 Enables Getting Aviation Fuel From FuelPumps 0 Disables It
TF_FuelPump_AviationFuel_Settings
Below This Line Is Only Used If Using TF-FuelPump Mod And Is The Same As Their Normal Config But For AviationFuel
AviationFuel_MaxAmount
Is the Maximum Amount Of AviationFuel In Litres A FuelPump Can Hold
AviationFuel_InitAmount
Is the Initial Amount Of AviationFuel In Litres A FuelPump Has On First Server Start
AviationFuel_EnergyConsumptionCoef
A Multiplier For The Amount Of Energy Drained From The FuelPumps Battery
AviationFuel_AdminRefuelAmount
How Many Litres The Admin JerryCan Adds When Used To Restock A FuelPump
FuelTankSpawnerDescription
Below this is used to spawn fuel tanks with quantity
EnableSpawningFuelTanks
Enable (1) Or Disable(0) Spawning Static Fuel Tanks With Quantity (Listed In Array Below) Disabled By Default
FuelTankSpawnerList
List Of Fueltank Classnames, Positions, Orientations, And Quantity At Spawn


Diesel Vehicles Compatibility
This is also compatible with my Diesel Vehicles Mod.

TF:FuelPump Compatibility
If using TF:FuelPump as with gasoline you will require a truck battery to get AviationFuel from the pump, the AviationFuel will have its own quantity that gets saved into the TF:FuelPumps fuelstation files.
All the things that can be setup in TF:FuelPump's config can also be set up for AviationFuel it is just done through my config instead.
Checking the fuel quantity will display both gasoline and AviationFuel quantities and the pump can also be topped up with AviationFuel using their admin jerrycan.
To be clear these features listed in this section are only available if using TF:Fuelpump mod as well.
See the Discussions for more info on setting up with this mod.


Bugs/Issues
Due to the way the liquid system works in dayz it is likely to have a conflict with other mods that add or change liquids(normally one of the 2 liquids will show as error in the inventory, it will still work just the name is error), i can try and work with those mods to get the problem solved/add compatibility if you let me know which mods conflict.


REPACKING AND MONETISATION
DO NOT REPACK
You may use this mod on monetised servers as long as this mod or items in this mod are not monetised.

Discord
Discord link to talk about the mod and report any bugs https://discord.gg/WMUkTsKn5Q

Support Me
This mod is free to use, but if you want to support me you can by donating, click this image below.
[ko-fi.com]
Popular Discussions View All (1)
0
Jan 28, 2024 @ 11:54am
NEW SPAWNER IN THE CONFIG
Wilma Fingerdoo
13 Comments
xenymbus Oct 28, 2024 @ 4:45pm 
dear Wilma

first of all, thank you so much for your mods and the work you do for us as the DayZ community... !!!

as far as I understand everything, there is a thing at the moment:

- "RaG_Liquid_Framework" no longer works with 1.26. it prevents you from filling any containers from any source (unless there is still a minim. amount in the containers).

if I knew how I could support you... - any time. otherwise, I wish you all the best and thank you for your work for us all!
Wilma Fingerdoo  [author] Jan 29, 2024 @ 5:45am 
Just had a quick look probably wont be added as sibnic obfuscates their pbos.
Wilma Fingerdoo  [author] Jan 29, 2024 @ 5:03am 
hello, it can be made to work with any helicopters, i didn't add support for sibnics as its not available on the workshop (to my knowledge as i know they do paid mods) and i couldn't be bothered to track down a version of it. that said it could easily be added if i had access to the mod
EL Susurrador Jan 29, 2024 @ 3:00am 
Hello! I have a question, is it possible to add other helicopters like those of sibnic?
Wilma Fingerdoo  [author] Jan 18, 2024 @ 3:49am 
Also as a bit of a heads up to everyone i am looking to make it so that this mod will require rag liquid framework to make sure its compatible with other mods, as rags framework already has aviation fuel but its listed as a different liquid number this may cause an issue where anyone with aviation fuel in a container may see error and need to tip it out and replace the fuel. i know this is inconvenient but i want to get it sorted before the mod gets more popular and causes issues to more people.
Wilma Fingerdoo  [author] Jan 16, 2024 @ 2:55am 
I replied on ko-fi but in case you don't see that thank you and i really appreciate the support it helps massively at the moment especially.
xenymbus Jan 14, 2024 @ 11:55am 
@Wilma Fingerdoo: thanks for the quick response & mod update... - you are great!

supported you on Ko-fi. all the best... !
Wilma Fingerdoo  [author] Jan 14, 2024 @ 10:52am 
Found the error will update the mod in the next hour.
Wilma Fingerdoo  [author] Jan 14, 2024 @ 10:24am 
ok il check this i did make some last minute changes i may have overlooked something, thanks
xenymbus Jan 13, 2024 @ 7:14pm 
@Wilma Fingerdoo: thanks for all your great mods, mate!

at the moment it's like this for me as server owner:

"Allow_Getting_AviationFuel_From_Fuel_Pumps": 1 = ok, as you intended (petrol stations & static tanks)

"Allow_Getting_AviationFuel_From_Fuel_Pumps": 0 = problem: not possible even from static tanks (every source of supply is deactivated, petrol stations & static tanks)

ps: I don't use TF:FuelPump.