Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisB3 committed Mar 12, 2019
1 parent 0df72b1 commit 42168a1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 13 additions & 2 deletions Engines.cfg → GameData/PartOverhaulIntegration/Engines.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//Valiant
@PART[restock-engine-125-valiant]{
@PART[restock-engine-125-valiant]:NEEDS[ReStockPlus]{
@MODULE[ModuleEnginesFX]{
UPGRADES
{
Expand Down Expand Up @@ -53,7 +53,7 @@
}

//Pug
@PART[restock-engine-125-pug]{
@PART[restock-engine-125-pug]:NEEDS[ReStockPlus]{
@MODULE[ModuleEnginesFX]{
UPGRADES
{
Expand Down Expand Up @@ -147,10 +147,19 @@
}
}
}
@MODULE[ModuleGimbal]{
@gimbalRange = 6
}
}

@PART[liquidEngine2]:NEEDS[ReStockPlus]{
@techRequired = generalRocketry
}

//Reliant
@PART[liquidEngine]{
@cost = 1500
@entryCost = 4000
@MODULE[ModuleEngines]{
@maxThrust = 275
!atmosphereCurve{}
Expand Down Expand Up @@ -194,6 +203,8 @@

//Terrier
@PART[liquidEngine3_v2]{
@cost = 550
@entryCost = 2000
@MODULE[ModuleEngines]{
@maxThrust = 75
!atmosphereCurve{}
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 5 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ The visual overhaul has since been overtaken by and included in the [Restock pro
### Dependencies

Required, not included:
- [ModuleManager](http://forum.kerbalspaceprogram.com/index.php?/topic/50533-121-module-manager-274-november-14th-better-late-than-never/)

Recommended, not required:
- [Restock](https://forum.kerbalspaceprogram.com/index.php?/topic/182679-161-restock-revamping-ksps-art/)
- [Restock+](https://forum.kerbalspaceprogram.com/index.php?/topic/182679-161-restock-revamping-ksps-art/)
- [ModuleManager](http://forum.kerbalspaceprogram.com/index.php?/topic/50533-121-module-manager-274-november-14th-better-late-than-never/)

If Restock+ is not installed, the Valiant and Pug engines will not be available.

### Installation

Expand Down

0 comments on commit 42168a1

Please sign in to comment.