-
Notifications
You must be signed in to change notification settings - Fork 20
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
(Feature) Add a way to re-arm armed vehicles #71
Comments
or alternatively create an ammotruck mission using a normal truck with some variables set to it's init but i like the first idea better |
How about Land_Suitcase_F? Or Box_IND_Support_F? |
suitcase is allready the repairkit ;) ill think of something 👍 |
Why not combine the two ideas.... Rather than a long animation, have it incrementally increase the ammo in the the vehicle (if its possible). |
You can only increase the ammo if there are magazines left in the vehicle. If all turret ammo counters are at 0, it means there are no more magazines, and new ones must be added. |
you guys would know more about it than me, but that is how I would try to do it. up to you guys if you want to do it or not, but that just seems the easiest way, and also adds another mission into the mix. later on you could have an immovable "air dropped crate" (another mission?) that players can refill their ammo trucks at. |
might make it so that an explsive engeneer needs to have a Box_IND_Support_F nearbye to rearm a vehicle (or maybe from inside the vehicles content (R3F) :) need to do some more brianstorming over this :) |
thats what im going for indeed but need to take some time to code it all in :) offcourse only explosive specialists will be able to use these ;) |
If you make it so it stores the vehicle magazines in the Wasteland inventory with jerry cans and food, I guess it could work. I can help you with that if you want. Since you will need to use You will probably have to make entries for every compatible turret in the action menu, since for example the UH80 has 2 turrets using the same ammo, so it can't just be a generic "Load vehicle ammo" action. |
I'll probably just make you a function to which you pass a vehicle and a magazine name, and it will return you an array of arrays contains the name of turret weapons and their turret path value, for example |
Working on my inventory system all today so hopefully I should have a pull request in soon. (now have two account so i dont need to wait for others to test the multiplayer side). If you want I can add another item in for you so you have something to base that off of. |
postponed till v2.4 there just isnt an appropriate part to use.. did find out there's a bomb in the game :) |
Sqyrel from the TPG forums mentioned this: "A new item called Supply Crate - Vehicle Ammo is in the game, pull it up next to your vehicle, and it slowly starts to automatically reload." |
Ive been playing with those two crates. But they have an endless supply :) |
Hey JoSchaap I just have to fix 2 Bugs:
Will send you the code, when i am ready Testserver: Armajunkies Myloc Testserver |
You should put the code on here |
will upload the files on my github. I have already created a base version, to mark the changes. |
either way any submissions are allways appreciated. and nice to see KOS and others picking up fussion WL :) |
https://github.com/HatchetHarry/AJ_GoT_Wasteland_23.Stratis/tree/AJ-Changes The version is not productive. I am still fighting against buyguns.sqf. Buying Vehicles is currently not working on the dedicated server. Think i have to learn more about bis_fnc_mp |
The text was updated successfully, but these errors were encountered: