forked from DRVeyl/RealAntennas
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added RA configuration for some antennas, and modified antenna of NFE (…
…#53) * Add RA configuration for some mods * Update NFE_CAE_RTREDEV.cfg Fixed an issue where the F-DA Direct Antenna Feed's `Omni-directional` would have negative values in the Stock environment. * Leave the horn config alone --------- Co-authored-by: Capkirk123 <capkirk123@gmail.com>
- Loading branch information
1 parent
48a41fa
commit ac73744
Showing
5 changed files
with
51 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// OR-OCS Optical Communications System | ||
@PART[benjee10_orion_opticalComms]:HAS[!MODULE[ModuleRealAntenna]]:NEEDS[RealAntennas] | ||
{ | ||
!MODULE[ModuleDataTransmitter],* {} | ||
%MODULE[ModuleRealAntenna] { %antennaDiameter = 1.8 } | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// OV-100 Ku Band Antenna | ||
@PART[benjee10_shuttle_kuBand]:HAS[!MODULE[ModuleRealAntenna]]:NEEDS[RealAntennas] | ||
{ | ||
!MODULE[ModuleDataTransmitter],* {} | ||
%MODULE[ModuleRealAntenna] { %antennaDiameter = 1.2 } | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// Donnager MK-1 Expendable Main Body | ||
@PART[SEP_23_SHIP_BODY_EXP]:HAS[!MODULE[ModuleRealAntenna]]:NEEDS[RealAntennas] | ||
{ | ||
!MODULE[ModuleDataTransmitter],* {} | ||
%MODULE[ModuleRealAntenna] { %referenceGain = 1.25 } | ||
} | ||
|
||
// Donnager MK-1 Main Body | ||
@PART[SEP_23_SHIP_BODY]:HAS[!MODULE[ModuleRealAntenna]]:NEEDS[RealAntennas] | ||
{ | ||
!MODULE[ModuleDataTransmitter],* {} | ||
%MODULE[ModuleRealAntenna] { %referenceGain = 1.25 } | ||
} | ||
|
||
// Laser Communication and Celestial Navigation System | ||
@PART[SEP_comm_Laser]:HAS[!MODULE[ModuleRealAntenna]]:NEEDS[RealAntennas] | ||
{ | ||
!MODULE[ModuleDataTransmitter],* {} | ||
%MODULE[ModuleRealAntenna] { %antennaDiameter = 0.45 } | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// PPD-24 'Panorama' Observation Module | ||
@PART[sspx-observation-25-1]:HAS[!MODULE[ModuleRealAntenna]]:NEEDS[RealAntennas] | ||
{ | ||
!MODULE[ModuleDataTransmitter],* {} | ||
%MODULE[ModuleRealAntenna] { %referenceGain = 0.5 } | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// SM-25 Service Module (From MakingHistory) | ||
@PART[ServiceModule25]:HAS[!MODULE[ModuleRealAntenna]]:NEEDS[RealAntennas] | ||
{ | ||
!MODULE[ModuleDataTransmitter],* {} | ||
%MODULE[ModuleRealAntenna] { %referenceGain = 0.25 } | ||
} | ||
|
||
// Mk1 Crew Cabin (From Stock) | ||
@PART[MK1CrewCabin]:HAS[!MODULE[ModuleRealAntenna]]:NEEDS[RealAntennas] | ||
{ | ||
!MODULE[ModuleDataTransmitter],* {} | ||
%MODULE[ModuleRealAntenna] { %referenceGain = 0.25 } | ||
} |