X39 / XMedSys1

2 stars 1 forks source link

Can't load/unload into/from vehicle using AGM Interaction #20

Closed jonpas closed 10 years ago

jonpas commented 10 years ago

Simply no entry for it, checked the code, it's not there. If medical sub-menu is full you can put it where drag/carry is.

jonpas commented 10 years ago

Removed AGM and it's not even working with XMedSys' own Interaction Menus, looks like it got forgotten about when removing XActionUI dependency?

Maybe easier way would be to make loading when interacting with the unit and then it would load to closest vehicle and for unload simply unload everyone loaded that way. Just a suggestion if you don't have time or it's hard to make it like it was.

X39 commented 10 years ago

will require a new dialog based way to do so (at least: a very different way to do so : /)

but yes ... it was simply forgotten ^^

jonpas commented 10 years ago

Well maybe you could make it like AGM does it and not bother with the extra dialog of who to load (just make it a dialog option on unit, there is place next to Drag and Carry buttons) and then for unload everyone that was loaded that way (setVariable when loading them and call that back?).

I would love to help, but I get lost in the code easily. :)

X39 commented 10 years ago

First part of WorkAround is already commited https://github.com/X39/XMedSys1/commit/eaf8bf62970e4544dfc6e581b31aa002de9e9bb3

jonpas commented 10 years ago

:+1:

jonpas commented 10 years ago

Good job! :+1:

jonpas commented 10 years ago

This still doesn't seem to work for us. How are you supposed to put people into vehicle and then pull them out, what kind of procedure? I tried many different things and never got an option. (Tested on Dedicated)

X39 commented 10 years ago

to load someone in a vehicle: move unit <10 meters to a supported vehicle (isKindOf "landVehicle", "boat", "air") & use other interaction on the unit

to unload all: use other interaction on vehicle

jonpas commented 10 years ago

Nope, that doesn't want to work for some reason. That is AGM Interaction, correct?

X39 commented 10 years ago

did not checked AGM interaction but should work same there

jonpas commented 10 years ago

Nope, just tested, doesn't work. Doesn't even work when using XLib/XMedSys keys and it's own interaction menu, buttons are there but they are not functioning.

X39 commented 10 years ago

gahhh ... https://community.bistudio.com/wiki/moveInCargo

only working in SP due locallity issues ... FUCK YOU ARMA!

jonpas commented 10 years ago

Yap, that's Arma for us...