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

Multiple infantry phone option with configurable cable length #1327

Open
altar-of-needles opened this issue May 18, 2024 · 1 comment
Open

Comments

@altar-of-needles
Copy link

I use the infantry phone on helicopters sometimes as basically an ICS cord, to communicate with the crew on ICS while outside the aircraft. I noticed that only one person can have the infantry phone at a time, but in real aircraft operations multiple crewmembers outside the aircraft can connected to ICS (especially during startup procedures / fire guard / etc). These cables can also be up to 50 feet long.

The solution I'd propose is additional config entries for the infantry phone:

  • acre_infantryPhoneMaxConnections (numeric) - optional, defines the number of active connections to ICS via infantry phone if more than 1 is desired
  • acre_infantryPhoneCordLengthOverride (numeric) - optional, can be used to define a different cord length than PHONE_MAXDISTANCE_DEFAULT.

Additional quality of life feature for this could be animating the infantry phone cord (via ropeCreate) attached to the vest of the unit that has grabbed the phone. Makes it more clear who has the infantry phone(s) and how much length they have to work with.

I have a few other mods I'm working on currently but if no one gets to this over the next few weeks I'll try to implement it myself, haven't looked too too deep into the codebase but from what I've seen, this should be relatively straightforward to add.

@mrschick
Copy link
Contributor

Nice idea, that would indeed be a QOL improvement 👌🏻

Additional quality of life feature for this could be animating the infantry phone cord (via ropeCreate) attached to the vest of the unit that has grabbed the phone. Makes it more clear who has the infantry phone(s) and how much length they have to work with.

Already being developed in #1290, compatibility with config values for rope length should be easy enough to add once implemented 👍🏻

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

No branches or pull requests

2 participants