X39 / XMS2

X39s Medical System 2 (or short XMS2) is a modification for the game ArmA 3
9 stars 0 forks source link

implement a carry functionality #32

Closed X39 closed 9 years ago

X39 commented 9 years ago

for an example about how to implement it, check the "drag" functionality

the involved files are more or less theese:

please also try to prevent users from dragging when they carry something

MrP0tter commented 9 years ago

Taking a look into this one right now, for now I have just simply changed the animations because it looks like you just have the system executing the animation via the script, and then are using the stringtable(which I have got setup for carry as well). Looking for what needs work in the initMod.sqf. If you know for a fact that any of what I have won't work, let me know.

MrP0tter commented 9 years ago

Needs a fast re-adjustment of the position once the carried person is on the back of the carrier. I'll fix that as soon as a get a chance, unless you get to it first.