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

Added RA configuration for some antennas, and modified antenna of NFE #53

Merged
merged 3 commits into from
Jan 15, 2025

Conversation

Aebestach
Copy link

  1. Added support for Benjee10_Orion
  2. Added support for Benjee10_shuttleOrbiter
  3. Added support for StarshipExpansionProject
  4. Added support for the updated Stockalike Station Parts Expansion Redux
  5. RA seems to have lost some of the antenna configurations for Stock and DLC components after the update, and has been added back through the patch
  6. It is noted that when the %antennaDiameter of the F-DA Direct Antenna Feed is less than 0.1, it will degenerate to the %referenceGain mode, and the gain may be negative. I don’t know whether it is due to the change in logic after the RA update or the change in the NFE configuration.

Fixed an issue where the F-DA Direct Antenna Feed's `Omni-directional` would have negative values ​​in the Stock environment.
@Aebestach
Copy link
Author

image

@Aebestach Aebestach changed the title Added RA configuration for some mods, and modified some antennas of NFE Added RA configuration for some mods, and modified antenna of NFE Jan 15, 2025
@Aebestach Aebestach changed the title Added RA configuration for some mods, and modified antenna of NFE Added RA configuration for some antennas, and modified antenna of NFE Jan 15, 2025
@Capkirk123
Copy link
Member

An antenna diameter of less than 0.1 meters works fine, it's just a display error in the tooltip.

@Aebestach
Copy link
Author

Can this display problem be fixed?

@Capkirk123
Copy link
Member

Probably.

@Capkirk123
Copy link
Member

The issue is that if an antenna is small enough, when RA goes to generate the tooltip (starting from the lowest frequency) it calculates a gain less than 5 dbi and assumes the antenna is an omni, without bothering to check further.

A quick fix would be to just check from the highest frequency first instead so it sees a gain above 5 dbi.

@Capkirk123 Capkirk123 merged commit ac73744 into KSP-RO:master Jan 15, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants