A3Wasteland / ArmA3_Wasteland.Altis

A3Wasteland is a survival sandbox mission for Arma 3 where two teams and independent players fight for survival. Built in collaboration between GoT, TPG, KoS, 404Games, and others.
http://a3wasteland.com
GNU Affero General Public License v3.0
102 stars 184 forks source link

Bug: Player markers #335

Open Marcel1802 opened 9 years ago

Marcel1802 commented 9 years ago

When players created a group the player markers only show 1 member of the group

LouDnl commented 9 years ago

This is because the player markers only shows the group leader. It's still something from the arma 2 version of Wasteland I believe. I asked Rev a long time ago about this too. It should actually be removed.

Gundeamon commented 9 years ago

Hi Sorry about this but i think t5his is the same topic, in game there are blue markers above team mates, UGVs and the like, if your Blufor it is a blue two tone diamond shape, red fro red etc, is there a way of removing this from the game as it is a bit rubbish when my team mate is running to a position near me and all i can see is a big blue square, thanks.

LouDnl commented 9 years ago

No it's something different. Marcel1802 was talking about the show player makers option in the admin menu.

On the otherhand i'm also wondering how to disable the green/red/blue squares in the players octagon.

AgentRev commented 9 years ago

disable the green/red/blue squares in the players octagon

I don't get it.

osuapoc commented 9 years ago

They're talking about turning off the friendly player markers. You can reduce the size of the markers. Search my commits, LouD, for how I did that. I'm on my phone so my access is limited atm.

-----Original Message----- From: "Agent Revolution" notifications@github.com Sent: ‎8/‎7/‎2015 11:20 To: "A3Wasteland/ArmA3_Wasteland.Altis" ArmA3_Wasteland.Altis@noreply.github.com Subject: Re: [ArmA3_Wasteland.Altis] Bug: Player markers (#335)

disable the green/red/blue squares in the players octagon I don't get it. — Reply to this email directly or view it on GitHub.

LouDnl commented 9 years ago

The ones you see inside the hexagons in this video. https://www.youtube.com/watch?v=j-hJQwZceWk

AgentRev commented 9 years ago

Oh so what you mean is, you wish to disable icons for people in your group but not others?

Gundeamon commented 9 years ago

Well I don't mind disabling all of them, its just so unrealistic having these blue markets floating about in game.

Sent from myMail app for Android Friday, 07 August 2015, 04:49pm +01:00 from Agent Revolution < notifications@github.com> :

Oh so what you mean is, you wish to disable icons for people in your group but not others? — Reply to this email directly or view it on GitHub .

AgentRev commented 9 years ago

I'm talking to LouD.

LouDnl commented 9 years ago

Players on my servers have been bugging me if I could disable the colored markers or make them smaller. So no, not disable them. The hexagon markers should stay.

Gundeamon commented 9 years ago

Perhaps an option to do so, or does anyone have the script to do so, bearing in mind I run a private game for me and some friends, its definitely not public.

Sent from myMail app for Android Friday, 07 August 2015, 04:53pm +01:00 from LouDnl < notifications@github.com> :

Players on my servers have been bugging me if I could disable the colored markers or make them smaller. So no, not disable them. The hexagon markers should stay. — Reply to this email directly or view it on GitHub .

AgentRev commented 9 years ago

@LouDnl: Hexagons are only shown for group members and are controlled by the engine. Are you saying some people do not want to know if somebody's friendly?

@Gundeamon: To disable player icons permanently, comment out this line

LouDnl commented 9 years ago

No its the Heaxgon they want :) It's the PlayerIcons that are too large (according to some of our players). But since you pointed @Gundeamon in the right direction, I will be able to figure this out too. Thanks.

LouDnl commented 9 years ago

Changed it for our servers :) https://github.com/LouDnl/ArmA3_Wasteland.Altis/commit/2e244a0badfd2a06714bbf2e058d8164852fd7bc

Marcel1802 commented 9 years ago

I don't mean the markers which show your mates i mean the markers from the admin menu

AgentRev commented 9 years ago

Should've commented just the value

#define ICON_fadeDistance 1000 // default: 1250
AgentRev commented 9 years ago

@Marcel1802 yes we know, the conversation sorta drifted away. The particular feature you were talking about is provided by the Arma 3 engine, all the admin panel option does is enable it. Its purpose is only to show group leaders, and that can't be changed. The best I can do is rename it.