Skip to content

Commit ba8f85a

Browse files
committed
- Fixed powercap scaling for electricengines. (Existing parts may not be affected.)
- Removed redundant base scaleexponent configs from interstellar_tweakscale.cfg - Fixed MM patch. (It works for reals this time!) - Remove unused and broken radioactivedecay modules from some part files.
1 parent c7429f8 commit ba8f85a

4 files changed

Lines changed: 42 additions & 69 deletions

File tree

GameData/Interstellar/Parts/FuelTank/DeuteriumCryostat/DeuteriumCryostat.cfg

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,6 @@ PART
6262
maxAmount = 406
6363
}
6464

65-
MODULE
66-
{
67-
name = ModuleElementRadioactiveDecay
68-
decayConstant = 1.7915586e-9
69-
resourceName = Tritium
70-
decayProduct = Helium-3
71-
convFactor = 1
72-
}
73-
7465
MODULE
7566
{
7667
name = FNModuleCryostat

GameData/Interstellar/Parts/FuelTank/RVDeutTrit/RVDeutTrit.cfg

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ RESOURCE
5050
amount = 100
5151
maxAmount = 100
5252
}
53-
54-
MODULE
55-
{
56-
name = ModuleElementRadioactiveDecay
57-
decayConstant = 1.7915586e-9
58-
resourceName = Tritium
59-
decayProduct = Helium-3
60-
convFactor = 1
61-
}
6253

6354
MODULE
6455
{

GameData/Interstellar/Parts/Interstellar_TweakScale.cfg

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,3 @@
1-
TWEAKSCALEEXPONENTS
2-
{
3-
breakingForce = 2
4-
breakingTorque = 2
5-
buoyancy = 3
6-
crashTolerance = 1
7-
explosionPotential = 3
8-
maxTemp = 1
9-
mass = 3
10-
11-
Resources
12-
{
13-
!amount = 3
14-
maxAmount = 3
15-
}
16-
17-
attachNodes
18-
{
19-
breakingForce = 2
20-
breakingTorque = 2
21-
}
22-
}
23-
24-
TWEAKSCALEEXPONENTS
25-
{
26-
name = TweakScale
27-
!dryCost = 3
28-
}
29-
301
TWEAKSCALEEXPONENTS
312
{
323
name = MicrowavePowerReceiver
@@ -169,3 +140,9 @@ TWEAKSCALEEXPONENTS
169140

170141
}
171142

143+
TWEAKSCALEEXPONENTS
144+
{
145+
name = ElectricEngineController
146+
maxPower = 3
147+
148+
}

GameData/Interstellar/changelog.txt

Lines changed: 36 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,40 @@
1+
Interstellar Lite v0.12.2
2+
- Fixed powercap scaling for electricengines. (Existing parts may not be affected.)
3+
- Removed redundant base scaleexponent configs from interstellar_tweakscale.cfg
4+
- Fixed MM patch. (It works for reals this time!)
5+
- Remove unused and broken radioactivedecay modules from some part files.
6+
7+
Interstellar Lite v0.12.1
8+
- Fixed tech tree configuration
9+
- Cleared treeloader part tech overrides for compatibility
10+
- Move tech requirements to the appropriate parts
11+
- Fixed minor part config errors
12+
- MM provided for backwards vessel compatibility. (Copy your save just in case.)
13+
114
Experimental Version 0.12.0 - for ksp v0.24.2
15+
- Radiators now glow red hot in proportion to temperature. (mellon85)
16+
- Tweakscale integration (Some of the models have been removed in the process.)
17+
- Reactor rebalance (basic fission is more capable, antimatter less so)
18+
- Radiators have been buffed. (Flat and inline radiator have decided to retire to the ugly duckling pond.)
19+
- Water is now Water. (Who'da thunk it!)
20+
- Precoolers work again! (They are basicly a "free" intake now.)
21+
- Science Mode is now supported. (By the KSPI code, Treeloader still doesn't work though.)
22+
- Fission and Pfission now both use general EnrichedUranium and DepletedUranium resources. (For compatibility.)
23+
- EnrichedUranium can be mined with the Refinery.
24+
- Corrected power consumption of generators. (rakkhin)
25+
- Corrected behavior of Microwave transmitters. (rakkhin)
26+
- Improved he-3 decay tracking. (mellon85)
27+
- Fixed an issue with Vista and MW throttling. (maybe.)
28+
- Many many tooltips have been decluttered.
29+
- Thermal Turbojets will now disable themselves before critical overheating occurs.
30+
- Plasma Thrusters now have thrust vectoring.
31+
- Science lab now has a science container and can do crew reports.
32+
- Support for CommunityResourcePack.
33+
- ORS v 1.2.0
34+
- Fuel resources are now tweakable in the VAB.
35+
- Initial resource cost implimentation. (Better balance will come in a later version.)
36+
37+
Experimental Version 0.11.0 - for ksp v0.24.2
238
- Fixed data collection on magnetometer.
339
- Added more details to generator, reactor and radiator modules.
440
- Added atmospheric intake functionality to atmospheric scoops.
@@ -30,28 +66,6 @@ Experimental Version 0.12.0 - for ksp v0.24.2
3066
- Corrected resource name in particle fission reactor configs.
3167
- Corrected tech requirements for warp drive configs.
3268
- Added part costs for 0.24.
33-
- Radiators now glow red hot in proportion to temperature. (mellon85)
34-
- Tweakscale integration (Some of the models have been removed in the process.)
35-
- Reactor rebalance (basic fission is more capable, antimatter less so)
36-
- Radiators have been buffed. (Flat and inline radiator have decided to retire to the ugly duckling pond.)
37-
- Water is now Water. (Who'da thunk it!)
38-
- Precoolers work again! (They are basicly a "free" intake now.)
39-
- Science Mode is now supported. (By the KSPI code, Treeloader still doesn't work though.)
40-
- Fission and Pfission now both use general EnrichedUranium and DepletedUranium resources. (For compatibility.)
41-
- EnrichedUranium can be mined with the Refinery.
42-
- Corrected power consumption of generators. (rakkhin)
43-
- Corrected behavior of Microwave transmitters. (rakkhin)
44-
- Improved he-3 decay tracking. (mellon85)
45-
- Fixed an issue with Vista and MW throttling. (maybe.)
46-
- Many many tooltips have been decluttered.
47-
- Thermal Turbojets will now disable themselves before critical overheating occurs.
48-
- Plasma Thrusters now have thrust vectoring.
49-
- Science lab now has a science container and can do crew reports.
50-
- Support for CommunityResourcePack.
51-
- ORS v 1.2.0
52-
- Fuel resources are now tweakable in the VAB.
53-
- Initial resource cost implimentation. (Better balance will come in a later version.)
54-
5569

5670
Version 0.11.0
5771
-Toolbar Integration

0 commit comments

Comments
 (0)