Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logic to only show group members on free-for-all factions #6

Conversation

paul2kandrews
Copy link
Contributor

@paul2kandrews paul2kandrews commented Jul 29, 2024

This branch allows Player Map Markers to render the positions of group members to each other on a faction that is not friendly to itself. It also forces the position of the local player to always be shown.

Closes issue #7

@paul2kandrews paul2kandrews changed the title Add logic to show group members on free-for-all factions Add logic to only show group members on free-for-all factions Jul 29, 2024
// Cast to FPM so we can get the player this marker is associated with
FPM_MapMarkerPlayer fpmMarker = FPM_MapMarkerPlayer.Cast(dynamicMarker);
if (!fpmMarker)
continue;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is no good. You basically break any other type of dynamic markers that way.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed in fb90c8a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adds a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants