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

Investigate Kerbals on EVA #25

Open
DRVeyl opened this issue Apr 24, 2020 · 2 comments
Open

Investigate Kerbals on EVA #25

DRVeyl opened this issue Apr 24, 2020 · 2 comments

Comments

@DRVeyl
Copy link
Owner

DRVeyl commented Apr 24, 2020

They're sort of a vessel, and could have resources. Figure out how to add an antenna to them.

@Bornholio
Copy link
Contributor

the mod 10km Omni Antenna for Kebals on EVA for Remote Tech...

@PART[kerbalEVA*]:NEEDS[RemoteTech]
{
	MODULE
	{
		name = ModuleRTAntennaPassive
		OmniRange = 10000
		TRANSMITTER 
		{
			PacketInterval = 0.3
			PacketSize = 2
		}
	}
	MODULE
	{
		name = ModuleSPUPassive
	}
}

@Bornholio
Copy link
Contributor

Bornholio commented Dec 5, 2020

This did not work on its own

{
    %MODULE[ModuleRealAntenna]
	{ 
		%referenceGain = 1.5 
		%TxPower = 26
		%TechLevel = 1
		%RFBand = UHF
	}
	%RESOURCE
	{
		%name = ElectricCharge
		%amount = 100
		%maxAmount = 100
		%isTweakable = False
	}`

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

No branches or pull requests

2 participants