-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version = 1.2.3.3 change = MicroKlaw: move from Utility to Coupling change = MicroKlaw: adjust cost from 4050 to 405 change = MicroKlaw: adjust entryCost from 8000 to 4400 change = MicroKlaw: adjust angularDrag from 4 to 1 change = MicroKlaw: adjust maxTemp from 3000 to 2000 change = MicroKlaw: add fuelCrossFeed = False change = MicroKlaw: adjust breakingForce from 1500 to 50 change = MicroKlaw: adjust breakingTorque from 1500 to 50 change = MicroKlaw: change title from 'Micro Klaw' to 'MicroKlaw' change = MicroKlaw: adjusted ModuleAnimateGeneric to reflect new part name change = MicroKlaw: add ModuleToggleCrossfeed (false) (techRequired = fuelSystems) change = MicroKlaw: ModuleGrappleNode nodeType was size2, corrected to size1 as per the stock "Advanced Grabbing Unit" change = MicroKlaw: stock Advanced Grabbing Unit has both 7 and 50 for crashTolerance; adjusting part to 50 change = ghost.cfg added for Stock-microLegRadial, microLegRadial-KSPWheel(+PART microLegRadial) change = ghost.cfg patch will be removed next update change = added ODFC (On Demand Fuel Cells) patch change = added 0.75 EC/s ODFC fuel cell to monoPod change = added 1.5 EC/s ODFC fuel cell to cycloPod change = added 4.45 EC/s ODFC fuel cell to panoPod change = ODFC production/consumption subject to balance pass (feedback desired)
- Loading branch information
1 parent
09e0deb
commit 18cdf90
Showing
13 changed files
with
356 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,6 +166,7 @@ PART | |
packetCeiling = 5 | ||
} | ||
// JSIAdvTransparentPod | ||
MODULE | ||
{ | ||
name = JSIAdvTransparentPod | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"NAME": "TransparentPods", | ||
"URL": "https://forum.kerbalspaceprogram.com/index.php?/topic/187495-ksp-173-transparent-command-pods-repressurized-v1231-23-aug-2019release/", | ||
"DOWNLOAD": "https://github.com/zer0Kerbal/TransparentPods/releases/latest", | ||
"GITHUB": { | ||
"USERNAME": "zer0Kerbal", | ||
"REPOSITORY": "TransparentPods" | ||
}, | ||
"VERSION": { | ||
"MAJOR": 1, | ||
"MINOR": 2, | ||
"PATCH": 3, | ||
"BUILD": 2 | ||
}, | ||
"KSP_VERSION_MIN": { | ||
"MAJOR": 1, | ||
"MINOR": 6, | ||
"PATCH": 1 | ||
} | ||
"NAME": "TransparentPods", | ||
"URL": "https://forum.kerbalspaceprogram.com/index.php?/topic/187495-*", | ||
"DOWNLOAD": "https://github.com/zer0Kerbal/TransparentPods/releases/latest", | ||
"GITHUB": { | ||
"USERNAME": "zer0Kerbal", | ||
"REPOSITORY": "TransparentPods" | ||
}, | ||
"VERSION": { | ||
"MAJOR": 1, | ||
"MINOR": 2, | ||
"PATCH": 3, | ||
"BUILD": 3 | ||
}, | ||
"KSP_VERSION_MIN": { | ||
"MAJOR": 1, | ||
"MINOR": 6, | ||
"PATCH": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// Ghost.cfg v1.0 | ||
// TransparentPods | ||
// created: 08 Oct 19 | ||
// updated: 15 Oct 19 | ||
|
||
// allows renaming part without damaging save games and not cluttering editor parts list | ||
@Part[microLegRadial]:NEEDS[TransparentPods]:FIRST | ||
{ | ||
@name = microLegRadial-KSPWheel | ||
|
||
!TechRequired = DELETE | ||
!entryCost = DELETE | ||
@category = none // -1 | ||
%TechHidden = True | ||
%entryCost = 0 | ||
// @cost = -1 | ||
} | ||
|
||
@Part[microLegRadial]:NEEDS[TransparentPods]:FIRST | ||
{ | ||
@name = Stock-microLegRadial | ||
|
||
!TechRequired = DELETE | ||
!entryCost = DELETE | ||
@category = none // -1 | ||
%TechHidden = True | ||
%entryCost = 0 | ||
// @cost = -1 | ||
} | ||
|
||
// CC BY-NC-SA-4.0 | ||
// zer0Kerbal |
Oops, something went wrong.