-
Notifications
You must be signed in to change notification settings - Fork 737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field Rations - Improve Vehicle Watersource Actions #10676
Field Rations - Improve Vehicle Watersource Actions #10676
Conversation
Fix unreachable water actions on vehicles with no waterActionOffset Allow water actions from within a vehicle with no waterActionOffset
I don't understand in which cases this is useful or wanted. Can you elaborate? |
Basically to allow accessing of a water canister that is mounted inside of a vehicle (i.e: that in a Bradley), as opposed to water cargo with an exterior faucet like the IDAP truck. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically to allow accessing of a water canister that is mounted inside of a vehicle (i.e: that in a Bradley)
Personally I can't behind this at this moment in time, because I don't have an example to look at in game. I want to play around and see how it feels, because, to me, having the interaction be available when both outside and inside the vehicle feels off.
What do you think @LinkIsGrim?
addons/field_rations/functions/fnc_addWaterSourceInteractions.sqf
Outdated
Show resolved
Hide resolved
Co-authored-by: johnb432 <[email protected]>
As a more concrete example: the idea for it first arose on a 24/7 mission of mine as the Takistani Army, with field rations enabled. |
Yeah, exactly. Even something cramped like the Soviet T-34 from the WW2 had enough space for a few regular 0.5-liter plastic water bottles to be rolling around (emphasis on 'rolling around', meaning being loose on the floor), and next to every vehicle since could handle even more, with many more easily storing something similar (but way smaller) to the fuel/water bladders 'Arma 3' already had, or alternatively something like the fuel canisters filled with water, which the game/mod already also had. |
I don't mind it. But I am lazy. @mrschick you got an example of a vanilla vehicle I can test this with? If not, change config of something in this branch and then change it back after approval. |
No vanilla vehicle has water storage without having a faucet (requirement for inside interaction). |
You can try it on the IDAP water truck, I just removed its faucet position config. |
It works. The offset removal didn't though. /shrug |
When merged this pull request will:
Changes moved here from #10675.
"waterActionPosition"
.This was causing the helper object to be attached to the center of the vehicle, making the interaction almost impossible to access from the outside.
"waterActionPosition"
from the inside.