Notes |
|
|
Can you compare it with melb stand alone mod? There were no changes to sfm recently so perhaps it's mod conflict? |
|
|
|
melb standalone also has this problem however this was also tested with uh-60 and that seems broken as well. |
|
|
|
Do you know when it started to happen? Can you try if there is a heli which is not broken? |
|
|
|
It started to happen after the last update. also tested with all RHS helis:
Worked correctly
CH-47
MI-24
MI-28
KA-52
Did not work:
AH-64
MELB's
AH-1
UH-1
UH-60
CH-53
MI-8
KA-60 |
|
|
(0008218)
|
reyhard
|
2018-08-19 18:54
(edited on: 2018-08-19 18:55) |
|
Arma update or RHS update? Could you check if it's happening with ONLY RHS loaded? I cannot reproduce that bug on my end
|
|
|
|
RHS update, and the only mod i have loaded is Achilles, idk how i would test an eng failure with out it. |
|
|
|
But you said MELB is not working either?
you can test it without CBA & Achilles by typing in debug console following code
cameraon sethipointDamage ["HitEngine",1"];
cameraon sethipointDamage ["HitEngine2",1"]; |
|
|
|
Not sure how debug works i copy pated your code and pressed local exec and/or push enter and nothing happens. I am in the editor so there is no global or server exec. |
|
|
|
There was typ, sorry. It should be setHitpointDamage |
|
|
(0008224)
|
Toshi
|
2018-08-19 21:01
|
|
|
|
(0008225)
|
TrainDoctor
|
2018-08-19 21:04
(edited on: 2018-08-19 21:07) |
|
Try placing a helo with crew in the editor, then place an infantry unit and make them the player and give them the variable name "p1", place a game-master module and make the owner be "p1". (This is just give you access to zeus.)
Now put the following lines into the unit of the helicopter.
setHitpointDamage ["HitEngine",1"];
setHitpointDamage ["HitEngine2",1"];
This should ensure that the helo sustains the needed damage so make sure to place it a ways up so that you can remote control before the helo crashes.
(This is dependent upon ares/achilles so make sure to add all objects to zeus so that you can remote control the pilot. Alternatively you can just make the player the pilot and skip the zeus module portion.)
|
|
|
(0008229)
|
Toshi
|
2018-08-20 01:07
|
|
I need to make a correction for my video. After playing with the helo more I was successful with autorotations. The angles have just changed from what I have been used to. |
|