Skip to content

Commit 43d464b

Browse files
author
Jamie Leighton
committed
V1.2
e-compile for KSP 1.1.3 Major re-balance the Ranger Engines to resolve Cutting to closed cycle mode too early. Also, changed it's fuel capacities, EC, air intake, etc to balance. Same major re-balance the Lander. The Lander requires a tweak if you are using FAR, this is supplied as a Module Manager config file. So if you are using FAR you also need to install Module Manager. Added the Example Craft files into the distro as an optional zip. Unzip the embedded zip file and copy into your save file directory as per the instructions in the included text file.
1 parent 6ab07d2 commit 43d464b

24 files changed

+84
-61
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Distribution/GameData/Endurance/Changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
V1.2
2+
Re-compile for KSP 1.1.3
3+
Major re-balance the Ranger Engines to resolve Cutting to closed cycle mode too early. Also, changed it's fuel capacities, EC, air intake, etc to balance.
4+
Same major re-balance the Lander. The Lander requires a tweak if you are using FAR, this is supplied as a Module Manager config file.
5+
So if you are using FAR you also need to install Module Manager.
6+
Added the Example Craft files into the distro as an optional zip. Unzip the embedded zip file and copy into your save file directory as per the
7+
instructions in the included text file.
18
V1.01
29
Fixed all the docking ports.
310
Re-pass over the Science lab - but it's legs also have issues like the Ranger. For now, as long as you don't launch it with it's

Distribution/GameData/Endurance/Endurance.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"NAME":"Endurance Continued",
33
"URL":"http://ksp-avc.cybutek.net/version.php?id=258",
44
"DOWNLOAD":"http://spacedock.info/mod/357/Endurance%20%28from%20Interstellar%29%20Continued...",
5-
"VERSION":{"MAJOR":1,"MINOR":1,"PATCH":0,"BUILD":0},
6-
"KSP_VERSION":{"MAJOR":1,"MINOR":1,"PATCH":2},
5+
"VERSION":{"MAJOR":1,"MINOR":2,"PATCH":0,"BUILD":0},
6+
"KSP_VERSION":{"MAJOR":1,"MINOR":1,"PATCH":3},
77
"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":1,"PATCH":2},
8-
"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":1,"PATCH":2}
8+
"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":1,"PATCH":3}
99
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@PART[ENlanderBody]:FOR[Endurance]:NEEDS[FerramAerospaceResearch]
2+
{
3+
@CoLOffset = 0, -0.3, -0.1
4+
@MODULE[ModuleLiftingSurface]
5+
{
6+
@deflectionLiftCoeff = 20
7+
}
8+
}

Distribution/GameData/Endurance/Parts/Lander/landerBody.cfg

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ PART
1212
}
1313
rescaleFactor = 1
1414
CrewCapacity = 4
15-
CoMOffset = 0, -3, 0.24
16-
CoLOffset = 0, -2.5, 0
15+
CoMOffset = 0, -3, 0.24
16+
//CoMOffset = 0, -3, 0
17+
CoLOffset = 0, 0, 0
18+
//CoLOffset = 0, -2.5, 0
1719
fx_smokeTrail_light = 0, 4, 0.0, 0.0, 1.0, 0.0, running
1820
fx_exhaustSparks_flameout = 0.0, 4, 0.0, 0.0, 1.0, 0.0, flameout
1921
sound_vent_medium = engage
@@ -30,12 +32,12 @@ PART
3032
description = The Lander is a powerful multipurpose vehicle designed to hoist heavy items to and from the surface of planets.
3133

3234
attachRules = 1,0,1,1,0
33-
mass = 9
35+
mass = 7
3436
dragModelType = default
35-
maximum_drag = 0.2
36-
minimum_drag = 0.2
37+
maximum_drag = 0.15
38+
minimum_drag = 0.1
3739
angularDrag = 2
38-
crashTolerance = 15
40+
crashTolerance = 17
3941
maxTemp = 20000
4042
emissiveConstant = 1.1
4143
thermalMassModifier = 0.05
@@ -98,16 +100,17 @@ PART
98100
MODULE
99101
{
100102
name = ModuleLiftingSurface
101-
deflectionLiftCoeff = 1.6 //How much lift the surface generates
102-
dragAtMaxAoA = 0.2 //The drag at maximum angle of attack (AoA is the climbing/descent angle)
103-
dragAtMinAoA = 0.1 //The drag at minimum angle of attack
104-
}
103+
deflectionLiftCoeff = 4.5 //How much lift the surface generates
104+
dragAtMaxAoA = 0.3 //The drag at maximum angle of attack (AoA is the climbing/descent angle)
105+
dragAtMinAoA = 0.1 //The drag at minimum angle of attack
106+
useInternalDragModel = True
107+
}
105108
MODULE
106109
{
107110
name = ModuleReactionWheel
108-
PitchTorque = 100
109-
YawTorque = 100
110-
RollTorque = 80
111+
PitchTorque = 200
112+
YawTorque = 200
113+
RollTorque = 200
111114
RESOURCE
112115
{
113116
name = ElectricCharge
@@ -127,8 +130,8 @@ PART
127130
exhaustDamage = True
128131
ignitionThreshold = 0.1
129132
minThrust = 0
130-
maxThrust = 450
131-
heatProduction = 300
133+
maxThrust = 1250
134+
heatProduction = 500
132135
fxOffset = 0, 0, 1.5
133136
PROPELLANT
134137
{
@@ -169,8 +172,8 @@ PART
169172
RESOURCE
170173
{
171174
name = LiquidFuel
172-
amount = 450
173-
maxAmount = 450
175+
amount = 900
176+
maxAmount = 900
174177
}
175178
RESOURCE
176179
{
@@ -191,8 +194,8 @@ PART
191194
RESOURCE
192195
{
193196
name = Oxidizer
194-
amount = 549
195-
maxAmount = 549
197+
amount = 1098
198+
maxAmount = 1098
196199
}
197200
MODULE
198201
{

Distribution/GameData/Endurance/Parts/Lander/landerVTOL.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PART
4848
exhaustDamage = True
4949
ignitionThreshold = 0.1
5050
minThrust = 0
51-
maxThrust = 50
51+
maxThrust = 100
5252
heatProduction = 800
5353
fxOffset = 0, 0, 1.5
5454
PROPELLANT

Distribution/GameData/Endurance/Parts/Ranger/ranger.cfg

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ PART
103103
MODULE
104104
{
105105
name = ModuleLiftingSurface
106-
deflectionLiftCoeff = 3
106+
deflectionLiftCoeff = 4.5
107107
dragAtMaxAoA = 0.3
108108
dragAtMinAoA = 0.1
109109
useInternalDragModel = False
@@ -129,8 +129,8 @@ PART
129129
RESOURCE
130130
{
131131
name = LiquidFuel
132-
amount = 300
133-
maxAmount = 300
132+
amount = 900
133+
maxAmount = 900
134134
}
135135

136136
RESOURCE
@@ -143,8 +143,8 @@ PART
143143
RESOURCE
144144
{
145145
name = IntakeAir
146-
amount = 0.85
147-
maxAmount = 0.85
146+
amount = 5
147+
maxAmount = 5
148148
}
149149

150150
MODULE
@@ -154,7 +154,7 @@ PART
154154
OUTPUT_RESOURCE
155155
{
156156
name = ElectricCharge
157-
rate = 100
157+
rate = 170
158158
}
159159
}
160160

@@ -210,23 +210,30 @@ PART
210210
key = 1 200
211211
}
212212
}
213-
214213
MODULE
215214
{
216215
name = ModuleResourceIntake
217216
resourceName = IntakeAir
218217
checkForOxygen = true
219-
area = 0.0085
220-
intakeSpeed = 10
221-
intakeTransformName = intake
218+
area = 0.2
219+
intakeSpeed = 15
220+
intakeTransformName = intake.001
221+
machCurve
222+
{
223+
key = 0 0.85 0 0
224+
key = 1 1 0 0
225+
key = 2 0.95 -0.08751557 -0.08751557
226+
key = 4 0.5 -0.4034287 -0.4034287
227+
key = 8 0.01 0 0
228+
}
222229
}
223-
230+
224231
MODULE
225232
{
226233
name = ModuleDockingNode
227234
referenceAttachNode = dockingNode
228235
nodeType = size1
229-
controlTransformName = controlNode
236+
//controlTransformName = controlNode
230237
stagingEnabled = False
231238
}
232239

Distribution/GameData/Endurance/Parts/Ranger/rangerEngine.cfg

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,24 +188,25 @@ PART
188188
{
189189
name = LiquidFuel
190190
resourceFlowMode = STAGE_STACK_FLOW_BALANCE
191-
ratio = 0.05
191+
ratio = 0.02
192192
DrawGauge = True
193193
}
194194
PROPELLANT
195195
{
196196
name = IntakeAir
197197
ignoreForIsp = True
198-
ratio = 1
198+
ratio = 0.1
199199
DrawGauge = True
200200
}
201201
PROPELLANT
202202
{
203203
name = ElectricCharge
204-
ratio = 10
204+
ratio = 2
205205
}
206206
atmosphereCurve
207207
{
208-
key = 1 15000
208+
key = 0 3200 0 0
209+
//key = 1 15000
209210
}
210211
// Jet params
211212
atmChangeFlow = True
@@ -243,7 +244,7 @@ PART
243244
exhaustDamage = True
244245
ignitionThreshold = 0.1
245246
minThrust = 0
246-
maxThrust = 60
247+
maxThrust = 120
247248
heatProduction = 130
248249
fxOffset = 0, 0, 0.25
249250
EngineType = LiquidFuel
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)