EpochModTeam / Epoch

Epoch Survival Game Mode for ARMA 3
http://epochmod.com/
Other
92 stars 82 forks source link

Jet ejector seat #959

Closed Tarabass999 closed 6 years ago

Tarabass999 commented 6 years ago

ejector seat from jets teleports players to the end of the map. ( Where the first sapper has been placed ) That makes ejector seat unusable.

Use Epoch Mod 1.0 build(1077) + default Epoch AH

ravmustang commented 6 years ago

I was looking at this when you originally posted the issue, but have not the time yet to do any testing. I can however provide an open view of the ejection function in the meantime. Im sure more eyes on this function will help get it fixed quicker.

https://pastebin.com/WqfuQzEz

Tarabass999 commented 6 years ago

Thank you DirtySanchez. I really have no knowledge about how to fix this. Just could imagine that it has something to do with that:

//make pilot invulnerable for the transition time private _wasVulnerable = isDamageAllowed _pilot;

if (_wasVulnerable) then
{
    _pilot allowDamage false;
};

But it wouldn't make sence with the situation the teleport happens. It teleports me everytime exactly in that moment, the ejectorseat-parachute opens. So maybe there are some more qualified eyes than mine to look at it aswell.

morgoth0 commented 6 years ago

I have ejection seats only from CUP and use infiSTAR... just tested and ejection seats with those do not have this problem...

Tarabass999 commented 6 years ago

No I only use Epoch AH.. not infistar. But I didn't check it with CUP only the Jet DLC ones

Tarabass999 commented 6 years ago

I tested now the ejector seats from RHS. Those are triggering aswell but when the parachute is open, it disappears and lets me fall down. No teleport happens with RHS ejector seats.

Tarabass999 commented 6 years ago

That player teleport to the border of the map still happens after ejecting seat opens parachute in Epoch 1.1

Ignatz-HeMan commented 6 years ago

Is there something in Logs from Antihack?

Tarabass999 commented 6 years ago

Real life work was calling.. will take another look to it tomorrow morning and report about rtp

Tarabass999 commented 6 years ago

So the only entry i can find after that is: "ADMIN: Invalid Vehicle detected and deleted B Alpha 1-1:1 (Tarabas) REMOTE with B Alpha 1-1:1 (Tarabas) REMOTE driving"

Ignatz-HeMan commented 6 years ago

Can you try to change this line: https://github.com/EpochModTeam/Epoch/commit/4df4a3f684bc708ce7d9eee81f6bad7f04219e7b

Tarabass999 commented 6 years ago

That fixed it.. I tried 3 times.. would be cool to add this :)

Thank you He-Man (closed)

Tarabass999 commented 6 years ago

I just leave it open after I saw you're testing with it. It can get closed for me. :)

Edit : Tested on different servers. Works fine

Ignatz-HeMan commented 6 years ago

Okay, thx for testing and the feedback. I have added it to the experimental files