h4wek 43 Posted January 18, 2021 Why is imposssibile to start turning RPM and main rotor blades when vehicle is "attachedto" other object : ? { if ((alive _x) && (canmove _x) && (isengineon _x) && (alive driver _x) && (((velocityModelSpace _x)#2) > 0) && (_x animationSourcePhase "rpm" > 3)) then { detach _x; _connected deleteat (_connected find _x); _ship setvariable ["aircraft",_connected,true]; }; }foreach _connected; I trying to make working helipad on moving ship and when I want to discover parameters to start of vehicle (to detach it during the start) all is going to crap doue to this issue, is it intentionally done in engine or bug? Share this post Link to post Share on other sites
NightIntruder 710 Posted January 18, 2021 4 minutes ago, h4wek said: is it intentionally done in engine or bug? I assume it is intentional. Still you may post it as a bug in BugTracker since there's a lot of ppl who would love to see positive changes in this matter, I guess. Share this post Link to post Share on other sites
h4wek 43 Posted January 18, 2021 It looks like bug beacouse engine start but only for few seconds and blades are staying in place and engine is reported as runing - strange behaviour, similar problem is when it land and i cach it to deck by attachto command engine is reported stoped but sound and blads still runing. Share this post Link to post Share on other sites
NightIntruder 710 Posted January 18, 2021 If it's bug than it is even more resonable posting it in BugTracker. That bug might possibly be fixed. I do not believe however that fixing this bug will eventually lead to the outcome you are hoping for. Share this post Link to post Share on other sites
h4wek 43 Posted January 19, 2021 I am sure that it help - example : if heli come to this landing point and land on it - script will attach it to object and it stay with turned on engine (and trying to start after some time but is attached so it can't until detach), so when I detach it manually it starting in air back, but after turn engine off it happen the same like from stop state, so in this situation only reason to not start from stop state is this bug/issue I think - but you maybe have right to post it in bug trucker (i would like to move this topic but i havent permissions or options for that). Share this post Link to post Share on other sites
NightIntruder 710 Posted January 19, 2021 Oh, no - please do it here: https://feedback.bistudio.com/tag/arma_3/ Register yourself and post the bug with its description and steps to reproduce it, that''s all you need to do. Share this post Link to post Share on other sites
beno_83au 1369 Posted January 19, 2021 Attaching an object to something will mean that the object you're attaching, in this case the helicopter, will basically act like a child of the object you've attached it to and inherit it's simulation. The same thing will happen if you try to attach turrets to the static ships. They will update their animations infrequently, meaning that every few seconds they appear to snap their aim to a new target. It's not a bug, it's how attachTo works. I'm not sure why the command works that way, maybe it doesn't have to? I tried attaching turrets to the Destroyer a few months ago and ran into this, but it only took a little bit of searching to find this (including possible work-around): Share this post Link to post Share on other sites
h4wek 43 Posted January 25, 2021 Ok turrets attached to ship have problems with targeting - or thew had - bacouse I attach it to my version of liberty and they works perfectly with AI on it, but this behaviour of attached heli with runing engine or in oposite way/unpossibile to start it is little strange behaviour as child object - i have runing ship as parent - so heli is like in move - when i have droping heli from 1000m and I turn on engine it works so why it not works if it takeing properities from parent?? Share this post Link to post Share on other sites
h4wek 43 Posted December 28, 2021 I have new observation - the planes attahced to carrier (as moving ship - parent) could have change states of surce anims "RPM" so I can observe status of engine on connected to ship plane, but as it was before helis not change it's RPMs sorces and act like it was before. I also try how act VTOL vehs like osprey - and is ok those are similar in compare with planes so only heli simulation is a problem. Share this post Link to post Share on other sites