acemod / ACE3

Open-source realism mod for Arma 3
https://ace3.acemod.org
Other
1.01k stars 737 forks source link

Vector doesn't work in FFV turret #398

Closed VKing6 closed 9 years ago

VKing6 commented 9 years ago

The Vector's functions do not work when attempting to use it from a vehicle.

jaynus commented 9 years ago

Vanilla laser designator doesnt work either, this may be an engine issue.

VKing6 commented 9 years ago

Depends on how the Vector stuff works, since I don't think it uses an arma laser object. @commy2 should comment about I think.

nicolasbadano commented 9 years ago

I think it's just that we are ignoring the keypresses of the vector if player is on board; if I'm correct it's a very easy fix.

commy2 commented 9 years ago

I'll check.

nicolasbadano commented 9 years ago

@commy2, about keypresses while boarded. "isNotInside" condition/exception doesn't test for FFV turrets, so various actions don't work in those. We should change this somehow.

nicolasbadano commented 9 years ago

It works since https://github.com/acemod/ACE3/issues/506

The issue was duplicated