Skip to content

Commit

Permalink
Merge pull request #22 from zer0Kerbal/0.8.0
Browse files Browse the repository at this point in the history
# Version 0.8.0 (2015-08-14) - Tweaks.
- Added Community Tech Tree support, moving parts to more advanced tech nodes.
- Added a radially-attachable KAL-9999 probe core, using existing art assets.
- closes #14
  • Loading branch information
zer0Kerbal authored Dec 19, 2021
2 parents ab75209 + a258e79 commit e7d1b77
Show file tree
Hide file tree
Showing 8 changed files with 110 additions and 1 deletion.
4 changes: 4 additions & 0 deletions JoolianDiscovery-CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.8 (2015-08-14) - Tweaks.
- Added Community Tech Tree support, moving parts to more advanced tech nodes.
- Added a radially-attachable KAL-9999 probe core, using existing art assets.

0.7 (2015-08-11) - Monolith tweaks.
- Monolith scaled up 85% to give it dimensions close to the TMA-1 monolith from 2001.
- Monolith given a probe core, small reaction wheel, battery, internal generator.
Expand Down
12 changes: 12 additions & 0 deletions JoolianDiscovery/CTTpatch.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@PART[JoolianEngine|JoolianBoomTank?]:NEEDS[CommunityTechTree]
{
@TechRequired = advNuclearPropulsion
}
@PART[JoolianCommBox|JoolianMainTank]:NEEDS[CommunityTechTree]
{
@TechRequired = improvedNuclearPropulsion
}
@PART[JoolianKALcore|JoolianDiscPod]:NEEDS[CommunityTechTree]
{
@TechRequired = artificialIntelligence
}
2 changes: 1 addition & 1 deletion JoolianDiscovery/JoolianDiscovery.version
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"DOWNLOAD": "https://kerbalstuff.com/mod/240/Joolian%20Discovery",
"VERSION": {
"MAJOR": 0,
"MINOR": 7,
"MINOR": 8,
"PATCH": 0
},
"KSP_VERSION_MIN": {
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
93 changes: 93 additions & 0 deletions JoolianDiscovery/Parts/KAL/KAL.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
PART
{
name = JoolianKALcore
module = Part
author = NecroBones

// --- asset parameters ---
MODEL
{
model = JoolianDiscovery/Parts/KAL/KAL
texture = JoolianPod-IVApanels-Specular, JoolianDiscovery/Parts/JoolianPodIVA/JoolianPod-IVApanels-Specular
texture = JoolianPod-IVApanels-Emissive, JoolianDiscovery/Parts/JoolianPodIVA/JoolianPod-IVApanels-Emissive
scale = 1.0, 1.0, 1.0
}
scale = 1.0
rescaleFactor = 2.5

node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0


TechRequired = advUnmanned
entryCost = 1000
cost = 800
category = Pods
subcategory = 0
title = KAL-9999 Algorithmic Heuristic Computer
manufacturer = Discovery Space Tech
description = One of the most advanced computer systems ever designed, the KAL-9999 unit is incapable of error. However, we can not make assurances as to whether it will attempt to kill the crew.

attachRules = 0,1,0,0,1

mass = 0.01
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.15
angularDrag = 1.5
crashTolerance = 12
maxTemp = 1500
bulkheadProfiles = srf

explosionPotential = 0

vesselType = Probe

CrewCapacity = 0

PhysicsSignificance = 1

MODULE
{
name = ModuleCommand
minimumCrew = 0

RESOURCE
{
name = ElectricCharge
rate = 0.05
}
}

MODULE
{
name = ModuleSAS
SASServiceLevel = 3
}

RESOURCE
{
name = ElectricCharge
amount = 1
maxAmount = 1
}


MODULE
{
name = ModuleSPU
}

MODULE
{
name = ModuleRTAntennaPassive
TechRequired = unmannedTech
OmniRange = 3000

TRANSMITTER
{
PacketInterval = 0.3
PacketSize = 2
PacketResourceCost = 15.0
}
}
}
Binary file added JoolianDiscovery/Parts/KAL/KAL.mu
Binary file not shown.

0 comments on commit e7d1b77

Please sign in to comment.