Skip to content

Commit

Permalink
Final fixes before release
Browse files Browse the repository at this point in the history
  • Loading branch information
CessnaSkyhawk committed Jun 28, 2022
1 parent c22df06 commit 6d513ff
Show file tree
Hide file tree
Showing 6 changed files with 369 additions and 14 deletions.
10 changes: 10 additions & 0 deletions Profiles/SkyhawkKerbalism.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4643,6 +4643,8 @@ PARTUPGRADE:NEEDS[ProfileSkyhawk]
name = Ammonia
amount = 29 //greenhouses combined
maxAmount = 29
amount *= #$/GreenhouseCapacity$
maxAmount *= #$/GreenhouseCapacity$
}
// CarbonDioxide is provided because humans don't provide enough CO2 for their required food production
Expand All @@ -4654,6 +4656,8 @@ PARTUPGRADE:NEEDS[ProfileSkyhawk]
name = CarbonDioxide
amount = 125
maxAmount = 125
amount *= #$/GreenhouseCapacity$
maxAmount *= #$/GreenhouseCapacity$
}

// To support the pressure control
Expand All @@ -4662,20 +4666,26 @@ PARTUPGRADE:NEEDS[ProfileSkyhawk]
name = Nitrogen
amount = 10000
maxAmount = 10000
amount *= #$/GreenhouseCapacity$
maxAmount *= #$/GreenhouseCapacity$
}

RESOURCE
{
name = Water
amount = 1.5
maxAmount = 1.5
amount *= #$/GreenhouseCapacity$
maxAmount *= #$/GreenhouseCapacity$
}

RESOURCE
{
name = Food
amount = 7
maxAmount = 7
amount *= #$/GreenhouseCapacity$
maxAmount *= #$/GreenhouseCapacity$
}

MODULE
Expand Down
13 changes: 12 additions & 1 deletion Profiles/SkyhawkKerbalism12HourDays.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4674,12 +4674,15 @@ PARTUPGRADE:NEEDS[ProfileSkyhawk]
running = true
}

//Check values to ensure they make sense - should be enough for about 1 week of farming, rounded to nice numbers - anything more needs extra stuff
//Check values to ensure they make sense - should be enough for about 1 week of farming, rounded to nice numbers - anything more needs extra stuff
RESOURCE
{
name = Ammonia
amount = 29 //greenhouses combined
maxAmount = 29
amount *= #$/GreenhouseCapacity$
maxAmount *= #$/GreenhouseCapacity$
}

// CarbonDioxide is provided because humans don't provide enough CO2 for their required food production
Expand All @@ -4691,6 +4694,8 @@ PARTUPGRADE:NEEDS[ProfileSkyhawk]
name = CarbonDioxide
amount = 125
maxAmount = 125
amount *= #$/GreenhouseCapacity$
maxAmount *= #$/GreenhouseCapacity$
}

// To support the pressure control
Expand All @@ -4699,21 +4704,27 @@ PARTUPGRADE:NEEDS[ProfileSkyhawk]
name = Nitrogen
amount = 10000
maxAmount = 10000
amount *= #$/GreenhouseCapacity$
maxAmount *= #$/GreenhouseCapacity$
}

RESOURCE
{
name = Water
amount = 1.5
maxAmount = 1.5
amount *= #$/GreenhouseCapacity$
maxAmount *= #$/GreenhouseCapacity$
}

RESOURCE
{
name = Food
amount = 7
maxAmount = 7
}
amount *= #$/GreenhouseCapacity$
maxAmount *= #$/GreenhouseCapacity$
} /

MODULE
{
Expand Down
14 changes: 7 additions & 7 deletions Support/Bluedog_DB.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@
// ============================================================================
// RTG
// ============================================================================
@PART[bluedog_RTG_SNAP3]:NEEDS[Bluedog_DB,FeatureRadiation]:FIRST
@PART[bluedog_RTG_SNAP3]:NEEDS[Bluedog_DB]:FIRST
{
%SK_RTG = True
%RTGCapacity = 0.15
}

@PART[bluedog_Transit5_SNAP9A]:NEEDS[Bluedog_DB,FeatureRadiation]:FIRST
@PART[bluedog_Transit5_SNAP9A]:NEEDS[Bluedog_DB]:FIRST
{
%SK_RTG = True
%RTGCapacity = 0.25
}

@PART[bluedog_Pioneer_SNAP19]:NEEDS[Bluedog_DB,FeatureRadiation]:FIRST
@PART[bluedog_Pioneer_SNAP19]:NEEDS[Bluedog_DB]:FIRST
{
%SK_RTG = True
%RTGCapacity = 1
Expand Down Expand Up @@ -107,25 +107,25 @@
}
}

@PART[bluedog_RTG_SNAP19]:NEEDS[Bluedog_DB,FeatureRadiation]:FIRST
@PART[bluedog_RTG_SNAP19]:NEEDS[Bluedog_DB]:FIRST
{
%SK_RTG = True
%RTGCapacity = 0.5
}

@PART[bluedog_Transit5_RTG]:NEEDS[Bluedog_DB,FeatureRadiation]:FIRST
@PART[bluedog_Transit5_RTG]:NEEDS[Bluedog_DB]:FIRST
{
%SK_RTG = True
%RTGCapacity = 0.25
}

@PART[bluedog_RTG_SNAP19_Nimbus]:NEEDS[Bluedog_DB,FeatureRadiation]:FIRST
@PART[bluedog_RTG_SNAP19_Nimbus]:NEEDS[Bluedog_DB]:FIRST
{
%SK_RTG = True
%RTGCapacity = 1
}

@PART[bluedog_RTG_SNAP19_Quad]:NEEDS[Bluedog_DB,FeatureRadiation]:FIRST
@PART[bluedog_RTG_SNAP19_Quad]:NEEDS[Bluedog_DB]:FIRST
{
%SK_RTG = True
%RTGCapacity = 2
Expand Down
84 changes: 84 additions & 0 deletions Support/BumbleBee.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
// ============================================================================
// ISRU
// ============================================================================

// ============================================================================
// Fuel Cells
// ============================================================================

// ============================================================================
// External Life Support Modules
// ============================================================================

// ============================================================================
// Freezers
// ============================================================================

// ============================================================================
// Heaters
// ============================================================================

// ============================================================================
// Surface Harvesters
// ============================================================================

// ============================================================================
// Atmospheric Harvesters
// ============================================================================

// ============================================================================
// Oceanic Harvesters
// ============================================================================

// ============================================================================
// Exosphere Harvesters
// ============================================================================

// ============================================================================
// Greenhouses
// ============================================================================

// ============================================================================
// Launch clamps/Generators
// ============================================================================

// ============================================================================
// RTG
// ============================================================================
@PART[bb_RTG]:NEEDS[BumbleBee]:FIRST
{
%SK_RTG = True
%RTGCapacity = 0.6
}

@PART[bb_RTG]:NEEDS[BumbleBee,FeatureRadiation]:FIRST
{
MODULE
{
name = Emitter
radiation = 0.0000017775
}
}
// ============================================================================
// Habitats
// ============================================================================

// ============================================================================
// Science Premption
// ============================================================================

// ============================================================================
// Custom Science Experiments
// ============================================================================

// ============================================================================
// Science Labs
// ============================================================================

// ============================================================================
// Hard Drives
// ============================================================================

// ============================================================================
// Custom Processes
// ============================================================================
2 changes: 1 addition & 1 deletion Support/CNAR.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
// ============================================================================
// Custom Science Experiments
// ============================================================================
@PART[CapellaExperiment3]:EEDS[CNAR]:FIRST
@PART[CapellaExperiment3]:NEEDS[CNAR]:FIRST
{
!MODULE[ModuleScienceExperiment] {}

Expand Down
Loading

0 comments on commit 6d513ff

Please sign in to comment.