Skip to content

Commit e09dcbe

Browse files
author
Martin Domig
committed
Version 3.3
1 parent c512e47 commit e09dcbe

35 files changed

+1821
-466
lines changed

GameData/KerbalismScienceOnly/KerbalismScienceOnly.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"NAME": "KerbalismScienceOnly",
33
"DOWNLOAD": "https://github.com/Kerbalism/KerbalismScienceOnly/releases",
44
"CHANGE_LOG_URL": "https://github.com/Kerbalism/KerbalismScienceOnly/blob/master/README.md",
5-
"VERSION": {"MAJOR": 3, "MINOR": 2, "PATCH": 1, "BUILD": 0},
5+
"VERSION": {"MAJOR": 3, "MINOR": 3, "PATCH": 0, "BUILD": 0},
66
"KSP_VERSION": {"MAJOR": 1, "MINOR": 8, "PATCH": 1},
77
"KSP_VERSION_MIN": {"MAJOR": 1, "MINOR": 5, "PATCH": 0},
88
"KSP_VERSION_MAX": {"MAJOR": 1, "MINOR": 8, "PATCH": 99}

GameData/KerbalismScienceOnly/Localization/en-us.cfg

Lines changed: 238 additions & 0 deletions
Large diffs are not rendered by default.

GameData/KerbalismScienceOnly/Localization/zh-cn.cfg

Lines changed: 393 additions & 0 deletions
Large diffs are not rendered by default.

GameData/KerbalismScienceOnly/Parts/ShortAntenna/kerbalism-antenna.cfg

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,31 @@ PART
3131
entryCost = 600
3232
cost = 150
3333
mass = 0.005
34+
35+
MODULE
36+
{
37+
name = ModuleDeployableAntenna
38+
showStatus = false
39+
isTracking = false
40+
pivotName = seg2
41+
windResistance = 0.8
42+
animationName = antenna
43+
extendActionName = #autoLOC_6002398 //#autoLOC_6002398 = Extend <<1>>
44+
retractActionName = #autoLOC_6002399 //#autoLOC_6002399 = Retract <<1>>
45+
extendpanelsActionName = #autoLOC_6002400 //#autoLOC_6002400 = Toggle <<1>>
46+
}
47+
48+
MODULE
49+
{
50+
name = ModuleDataTransmitter
51+
antennaType = DIRECT
52+
packetInterval = 0.4
53+
packetSize = 1
54+
packetResourceCost = 5.0
55+
requiredResource = ElectricCharge
56+
DeployFxModules = 0
57+
antennaPower = 250000
58+
antennaCombinable = True
59+
antennaCombinableExponent = 1
60+
}
3461
}

GameData/KerbalismScienceOnly/Support/BeyondHome.cfg

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@
77
// Radiation distance-field models
88
// ===========================================================
99

10+
// remove the field around the barycenter
11+
-RadiationBody[Sun]:NEEDS[BeyondHome] {}
12+
13+
// heliosphere around destiny
14+
RadiationBody
15+
{
16+
name = Destiny
17+
radiation_model = heliopause
18+
radiation_pause = -0.025
19+
20+
radiation_surface = 27
21+
22+
// 8 kerbin years
23+
solar_cycle = 72576000
24+
}
25+
26+
// nothing much going on at kerbol
27+
RadiationBody
28+
{
29+
name = Kerbol
30+
radiation_model = surface
31+
radiation_surface = 11
32+
33+
// 100 earth years
34+
solar_cycle = 3153600000
35+
}
36+
1037
//Model for Fury. Make inner radiation belt cross orbit of Anger
1138
//Make Anger's orbit cross the magnetopause
1239
RadiationModel:NEEDS[BeyondHome]
@@ -124,12 +151,6 @@ RadiationModel:NEEDS[BeyondHome]
124151
// ===========================================================
125152
// Beyond Home body radiation definitions
126153
// ===========================================================
127-
//RadiationBody:NEEDS[BeyondHome]
128-
//{
129-
// name = Sun
130-
// radiation_model = heliopause
131-
// radiation_pause = -0.020
132-
//}
133154
134155
//Rhode uses the name Kerbin in the files for Beyond Home.
135156
RadiationBody:NEEDS[BeyondHome]
@@ -417,4 +438,4 @@ RadiationBody:NEEDS[BeyondHome]
417438
VernaInSpaceLow = Verna has no magnetosphere. You are just measuring the background radiation.
418439
VernaInSpaceHigh = The geiger counter begins beatboxing out of boredom.
419440
}
420-
}
441+
}

0 commit comments

Comments
 (0)