-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve radio scanning experience, increase radios (#59550)
I've noticed we have this feature from poking around in the code, but every time I've tried to use it, there haven't been any radios in range. This commit does 4 things: 1. Increase both the min and max range of radios, so there's a greater chance a radio will be in range. Numbers semi-arbitrary. 2. Add a debugmode filter for radio, so I can add some debugging messages for it. 3. Save radio frequency, so your radio doesn't lose it's selected frequency every time you reload. 4. Make radio scanning better, and modify how noise is applied to radio messages. While the current scanning is perhaps a little immersive, in actual use it's quite annoying and, because it gives no feedback, it's hard to tell if it actually did anything. Replace this with a list of stations in range that you can select from, with a little descriptor describing how much noise there is (the reason for the modification of the noise). Messages are snippets to enable multiple options and ease of editing.
- Loading branch information
1 parent
bc88bda
commit 64a3ef7
Showing
6 changed files
with
126 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters