Update Coatl and Tantares part configs to match stock scale, add Knes and SSR MicroSat#92
Open
phizeroth wants to merge 6 commits into
Open
Update Coatl and Tantares part configs to match stock scale, add Knes and SSR MicroSat#92phizeroth wants to merge 6 commits into
phizeroth wants to merge 6 commits into
Conversation
phizeroth
commented
Jun 14, 2026
- Corrects antennaDiameter for all Coatl Aerospace and Tantares/TantaresSP dishes to match model diameters in-game at stock scale
- Adjusts some referenceGain values for omnis to make more sense compared to stock parts.
- Changes TantaresSP Emerald HGA from omni to directional. It seems small helical antennas are classed as omni, but this is a decent half-meter length helix-type antenna with tracking mode that was clearly intended as a directional high-gain, so 0.2m directional made more sense to me than its current measly 1.85 dBi omni setting. I'm not an antenna expert so the value was roughly based off of Googling but results in a starting L-band gain of 7.6 dBi.
- Adds parts configs for Knes and SSR MicroSat Revived (SquigglySpaceResearch)
Update Coatl parts config with more accurate values based on in-game models rather than real-world scale. Add parts names.
Support for Knes antenna parts
Support for SSR MicroSat (SquiggsySpaceResearch)
DRVeyl
requested changes
Jun 18, 2026
| { | ||
| !MODULE[ModuleDataTransmitter] {} | ||
| %MODULE[ModuleRealAntenna] { %referenceGain = 2.5 } | ||
| } No newline at end of file |
| @@ -0,0 +1,27 @@ | |||
| // MRK-5a Antenna | |||
| @PART[_Knes_mrk_Antenna]:HAS[!MODULE[ModuleRealAntenna]]:NEEDS[Knes]:FOR[RealAntennas] | |||
There was a problem hiding this comment.
For parts created by mod X, pattern is to not include NEEDS[x].
The part simply doesn't exist if X is not present. Applies to KNES and Squiggy
(Edit: looks like Tantares patches do this. Eh. Well, my preferences is to not include the NEEDS in this case.)
| { | ||
| !MODULE[ModuleDataTransmitter] {} | ||
| %MODULE[ModuleRealAntenna] { %referenceGain = 0.75 } | ||
| } No newline at end of file |
| @PART[foldedDipole]:HAS[!MODULE[ModuleRealAntenna]]:NEEDS[SquiggsySpaceResearch]:FOR[RealAntennas] | ||
| { | ||
| !MODULE[ModuleDataTransmitter] {} | ||
| %MODULE[ModuleRealAntenna] { %referenceGain = 0.75 } |
There was a problem hiding this comment.
Why the gain setting so low? (This might be the lowest gain value anything is configured for.)
| { | ||
| !MODULE[ModuleDataTransmitter] {} | ||
| %MODULE[ModuleRealAntenna] { %referenceGain = 2.0 } | ||
| } No newline at end of file |
| !MODULE[ModuleDataTransmitter] {} | ||
| %MODULE[ModuleRealAntenna] { %antennaDiameter = 1.25 } | ||
| %MODULE[ModuleRealAntenna] { %antennaDiameter = 0.625 } | ||
| } No newline at end of file |
|
Changes seem reasonable to me. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.