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

Rework of contacts system #75

Open
Pulverizer opened this issue Oct 5, 2023 · 0 comments
Open

Rework of contacts system #75

Pulverizer opened this issue Oct 5, 2023 · 0 comments
Labels
enhancement Requests for a new feature move to addon

Comments

@Pulverizer
Copy link
Owner

Square radius - no line of sight required :(

Who should receive contact pings: Everyone on crew - toggle command for each player
Future idea, clustered contacts might be read as one large contact?

More contact info when closer:

  • Spotting range = size * config multiplier
  • contact detection size = contact size * contact detection multiplier
  • detectable size at distance = size - ((distance / spotting range) * size)
  • is spotted = contact detection size > detectable size at distance
  • full details = contact size > detectable size at distance

Required info is:

  • CraftType
  • Size
  • Name
  • Commanded/Piloted By
  • Distance
  • Compass Heading
  • Center Block Position

60,000 - ((0.08) * 60,000) = 4,800

@Pulverizer Pulverizer added enhancement Requests for a new feature move to addon labels Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Requests for a new feature move to addon
Projects
None yet
Development

No branches or pull requests

1 participant