Page MenuHomeFeedback Tracker

Remove seagulls after spectator initialized
New, WishlistPublic

Description

When playing multiplayer I've noticed that at the position where someone dies always appears a seagull. It appears at 5m height and just hangs in the air, flapping its wings. If you see a hovering seagull you know for sure that under that seagull somewhere is a dead player. It becomes very annoying when alot of players die, and there appears alot of seagulls just hovering in the air, like if they where auto hovering. (if there is no respawn)

So I ask you to remove those seagulls after players death. Make then invisible, or replace them with butterfly, i don't know, but do somethig about this.

Details

Legacy ID
2012698377
Severity
None
Resolution
Open
Reproducibility
Have Not Tried
Category
Feature Request

Event Timeline

Tachi edited Steps To Reproduce. (Show Details)Dec 8 2013, 5:25 PM
Tachi edited Additional Information. (Show Details)
Tachi set Category to Feature Request.
Tachi set Reproducibility to Have Not Tried.
Tachi set Severity to None.
Tachi set Resolution to Open.
Tachi set Legacy ID to 2012698377.May 7 2016, 5:35 PM
Bohemia added a subscriber: AD2001.Dec 8 2013, 5:25 PM

I can't figure out how to use Arma 3's spectator mode without having seagulls spawn in all over the place (giving away where players have died).

Removing the seagull spawn would make the spectator mode viable for PvP play.

EDIT:

For anyone looking for a work-around, you can add the file "onPlayerRespawn.sqf" to your mission folder, and within put:

{if(_x isKindOf "seagull")then{_x setPos [0,0,100]};
}forEach nearestObjects [player, [], 250];

It's a bit crude, basically just moving the seagull to the bottom-left of the map, but it seems to work fine when using the respawn template "spectator".

Unknown Object (User) added a subscriber: Unknown Object (User).May 7 2016, 5:35 PM
Unknown Object (User) added a comment.Jul 2 2014, 6:50 PM

i thought that they already did that, anyways, you can find a way around it, and i like seagulls, so downvoted.

Who doesn't love seagulls? Still it feels really weird that they aren't disabled by default when using the spectator mode. You can instantly see where and if people have died by gazing at the sky, which has tons of implications in some game modes.

Still present with GROUP respawn after no AI left - and quite silly!

Iratus added a subscriber: Iratus.Jun 13 2016, 4:48 PM