diff --git a/ChangeLog.cfg b/ChangeLog.cfg index 0331b6b..3cbefd4 100644 --- a/ChangeLog.cfg +++ b/ChangeLog.cfg @@ -7,6 +7,30 @@ version = STATUS: RELEASE } VERSION + { + 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) + } + VERSION { version = 1.2.3.2 change = unplugging Val's kPod she left hidden under her seat in the CycloPod. (maxEC should have been 75 not 70) diff --git a/GameData/TransparentPods/ChangeLog.cfg b/GameData/TransparentPods/ChangeLog.cfg index 0331b6b..3cbefd4 100644 --- a/GameData/TransparentPods/ChangeLog.cfg +++ b/GameData/TransparentPods/ChangeLog.cfg @@ -7,6 +7,30 @@ version = STATUS: RELEASE } VERSION + { + 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) + } + VERSION { version = 1.2.3.2 change = unplugging Val's kPod she left hidden under her seat in the CycloPod. (maxEC should have been 75 not 70) diff --git a/GameData/TransparentPods/Parts/Command/cycloPod/cycloPod.cfg b/GameData/TransparentPods/Parts/Command/cycloPod/cycloPod.cfg index 20c3e45..71970c0 100644 --- a/GameData/TransparentPods/Parts/Command/cycloPod/cycloPod.cfg +++ b/GameData/TransparentPods/Parts/Command/cycloPod/cycloPod.cfg @@ -166,6 +166,7 @@ PART packetCeiling = 5 } +// JSIAdvTransparentPod MODULE { name = JSIAdvTransparentPod diff --git a/GameData/TransparentPods/Parts/Utility/microKlaw/microKlaw.cfg b/GameData/TransparentPods/Parts/Utility/microKlaw/microKlaw.cfg index 66f1da2..fb8658b 100644 --- a/GameData/TransparentPods/Parts/Utility/microKlaw/microKlaw.cfg +++ b/GameData/TransparentPods/Parts/Utility/microKlaw/microKlaw.cfg @@ -3,17 +3,16 @@ PART // --- general parameters --- name = microKlaw module = Part - author = nli2work + author = nli2work,zed'K // --- asset parameters --- - rescaleFactor = 1 - MODEL { model = TransparentPods/Parts/Utility/microKlaw/microKlaw texture = panoPod_DIF , TransparentPods/Spaces/panoPod_IVA/panoPod_DIF texture = panoPod_EMI , TransparentPods/Spaces/panoPod_IVA/panoPod_EMI } + rescaleFactor = 1 // --- node definitions --- node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0 @@ -21,11 +20,11 @@ PART // --- editor parameters --- TechRequired = spaceExploration - entryCost = 8000 - cost = 4050 - category = Utility + entryCost = 4400 + cost = 405 + category = Coupling subcategory = 0 - title = Micro Klaw + title = MicroKlaw manufacturer = Nohark's Pick n' Pull description = A tiny Grabbing Unit specifically designed for the Mono Pod. @@ -37,20 +36,30 @@ PART dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 - angularDrag = 4 - crashTolerance = 9 - breakingForce = 1500 - breakingTorque = 1500 - maxTemp = 3000 + angularDrag = 1 + crashTolerance = 50 // 9 - Advanced Grabbing Unit has both 7 and 50 + breakingForce = 50 + breakingTorque = 50 + maxTemp = 2000 + fuelCrossFeed = False + + bulkheadProfiles = size0, srf - bulkheadProfiles = srf, size0 + MODULE + { + name = ModuleToggleCrossfeed + crossfeedStatus = false + toggleEditor = true + toggleFlight = true + techRequired = fuelSystems + } MODULE { name = ModuleGrappleNode nodeTransformName = ArticulatedCap deployAnimationController = 1 - nodeType = size2 + nodeType = size1 // size2 captureRange = 0.05 captureMinFwdDot = 0.866 captureMaxRvel = 1 @@ -60,8 +69,8 @@ PART { name = ModuleAnimateGeneric animationName = microKlawToggle - startEventGUIName = Deploy Micro Klaw - endEventGUIName = Retract Micro Klaw - actionGUIName = Toggle Micro Klaw + startEventGUIName = Deploy MicroKlaw + endEventGUIName = Retract MicroKlaw + actionGUIName = Toggle MicroKlaw } } diff --git a/GameData/TransparentPods/README.md b/GameData/TransparentPods/README.md index a661db6..5feff31 100644 --- a/GameData/TransparentPods/README.md +++ b/GameData/TransparentPods/README.md @@ -1,44 +1,55 @@ + + + # Transparent Pods Repressurized #### Formerly known as Transparent Command Pods -![TransparentPodsRepressurized](https://img.shields.io/badge/KSP%20version-1.7.x-66ccff.svg?style=flat-square) -![TransparentPodsRepressurized](https://img.shields.io/badge/MOD%20version-1.2.3.2-orange.svg?style=flat-square) -![TransparentPodsRepressurized](https://img.shields.io/badge/CKAN-Indexed-brightgreen.svg) +![Mod Version](https://img.shields.io/github/v/release/zer0Kerbal/TransparentPods?include_prereleases) +![KSP 1.7.x](https://img.shields.io/badge/KSP%20version-1.7.x-66ccff.svg?style=flat-square) +![CKAN listed](https://img.shields.io/badge/CKAN-Indexed-brightgreen.svg) ![license CC 4.0 BY-NC-SA](https://img.shields.io/badge/license-CC--4.0--BY--SA-lightgrey) Continuation of Transparent Command Pods by (first by nli2work), now continued by *zer0Kerbal* with community support. -## Transparent Command Pod by nil2work v1.2.3.2 for KSP v1.7.x +## Transparent Command Pod by nil2work v1.2.3.3 for KSP v1.7.x ### Adds eight (8) parts to Kerbal Space Program ![Transparent Pods Repressurized](https://youtu.be/CB3N8tRPcRA "Transparent Pods Repressurized") -*See ChangeLog.txt for details of mod changes* +### Changelog Summary +*See ![ChangeLog](https://github.com/zer0Kerbal/TransparentPods/Changelog.cfg) for full details of mod changes* [![Watch the video](https://img.youtube.com/vi/mUntbQHC4-g/maxresdefault.jpg)](https://youtu.be/mUntbQHC4-g) Extract to your KSP GameData folder. ### Requires: - * Kerbal Space Program + * ![Kerbal Space Program](https://kerbalspaceprogram.com) v1.7.3, ***may*** work on earlier versions ### Recommends: #### *Kerbal enjoyment of Transparent Pods benefits from having these installed* - * ![ModuleManager](http://forum.kerbalspaceprogram.com/index.php?/topic/50533-105-module-manager-2618-january-17th-with-even-more-sha-and-less-bug) + * ![ModuleManager](http://forum.kerbalspaceprogram.com/index.php?/topic/50533-*) * JSI RPM 1.20.0 Required; be sure to use latest compatible DLLs provided by MOARdV++ - * ![RasterPropMonitor](https://forum.kerbalspaceprogram.com/index.php?/topic/105821-16x-rasterpropmonitor-development-stopped-v0306-29-december-2018) - * ![MOARdV's Avionics System](https://forum.kerbalspaceprogram.com/index.php?/topic/160856-wip-17x-moardvs-avionics-systems-mas-interactive-iva-v101-27-july-2019) - * ![JSI Advanced Transparent Pods](https://forum.kerbalspaceprogram.com/index.php?/topic/138433-17x-jsi-advanced-transparent-pods-) + * ![RasterPropMonitor](https://forum.kerbalspaceprogram.com/index.php?/topic/105821-*) + * ![MOARdV's Avionics System](https://forum.kerbalspaceprogram.com/index.php?/topic/160856-*) + * ![JSI Advanced Transparent Pods](https://forum.kerbalspaceprogram.com/index.php?/topic/138433-*) ### Suggests: - * ![AllYAll](http://forum.kerbalspaceprogram.com/index.php?/topic/155858-ksp-122-all) + * ![On Demand Fuel Cells (ODFC)](https://forum.kerbalspaceprogram.com/index.php?/topic/187625-*) + * ![AllYAll](http://forum.kerbalspaceprogram.com/index.php?/topic/155858-*) * ![KURS style docking camera ](https://github.com/linuxgurugamer/DockingCam) - * ![Orbital Utility Vehicle Updated](https://forum.kerbalspaceprogram.com/index.php?/topic/186920-173-orbital-utility-vehicle-aka-orbital-tug) - * ![Kerbal Attachment System (KAS)](http://forum.kerbalspaceprogram.com/index.php?/topic/142594-kerbal-attachment-system-kas) - * ![Kerbal Inventory System (KIS)](http://forum.kerbalspaceprogram.com/index.php?/topic/149848-kerbal-inventory-system-kis) + * ![Orbital Utility Vehicle Updated](https://forum.kerbalspaceprogram.com/index.php?/topic/186920-*) + * ![Kerbal Attachment System (KAS)](http://forum.kerbalspaceprogram.com/index.php?/topic/142594-*) + * ![Kerbal Inventory System (KIS)](http://forum.kerbalspaceprogram.com/index.php?/topic/149848-*) * ![InfernalRobotics-Next](https://forum.kerbalspaceprogram.com/index.php?/topic/184787-*) * ![Kerbal Joint Reinforcement-Next (KJR)](https://forum.kerbalspaceprogram.com/index.php?/topic/184206-*) - * ![B9 Part Switch]("http://forum.kerbalspaceprogram.com/index.php?showtopic=140541") + * ![B9 Part Switch](https://forum.kerbalspaceprogram.com/index.php?/topic/140541-*) * ![Kerbal ChangeLog](https://forum.kerbalspaceprogram.com/index.php?/topic/179207-*) - * ![RetroFuture Modernized](https://forum.kerbalspaceprogram.com/index.php?/topic/184628-16117-retrofuture-modernized/&tab=comments#comment-3602263) + * ![RetroFuture Modernized](https://forum.kerbalspaceprogram.com/index.php?/topic/184628-*) + + #### Tags + - mod, ksp, nli2work, zer0Kerbal, transparent, jsi, command, pod, leg, klaw, jplrepo ## License ![[CC 4.0 BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/)](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png "CC 4.0 BY-NC-SA") diff --git a/GameData/TransparentPods/README.txt b/GameData/TransparentPods/README.txt deleted file mode 100644 index a8c54de..0000000 --- a/GameData/TransparentPods/README.txt +++ /dev/null @@ -1,63 +0,0 @@ -# TransparentPods -#### Formerly known as Transparent Command Pods -![TransparentPods](https://img.shields.io/badge/KSP%20version-1.7.x-66ccff.svg?style=flat-square) -![TransparentPods](https://img.shields.io/badge/MOD%20version-1.2.3.0-orange.svg?style=flat-square) - -Continuation of Transparent Pods by (first by nli2work), now continued by *zer0Kerbal* with community support. - -## Transparent Command Pod by nil2work v1.2.3 for KSP v1.7.x -### Adds eight (8) parts to Kerbal Space Program - -*See ChangeLog.txt for details of mod changes* - -Extract to your KSP folder. - -### Requires: - * Kerbal Space Program - -### Recommends: -#### *Orbital Tug experience benefits from having these installed* - * ![ModuleManager](http://forum.kerbalspaceprogram.com/index.php?/topic/50533-105-module-manager-2618-january-17th-with-even-more-sha-and-less-bug/) - * JSI RPM 0.18.3 Required; be sure to use v0.9 compatible DLLs provided by MOARdV++ - * ![RasterPropMonitor](https://forum.kerbalspaceprogram.com/index.php?/topic/105821-16x-rasterpropmonitor-development-stopped-v0306-29-december-2018/) - * ![JSI Advanced Transparent Pods](https://forum.kerbalspaceprogram.com/index.php?/topic/138433-17x-jsi-advanced-transparent-pods-/) - -### Suggests: - * ![AllYAll](http://forum.kerbalspaceprogram.com/index.php?/topic/155858-ksp-122-all) - * ![KURS style docking camera ](https://github.com/linuxgurugamer/DockingCam) - * ![Kerbal Attachment System (KAS)]() - * ![Kerbal Inventory System (KIS)]() - * ![InfernalRobotics-Next]() - * ![Kerbal Joint Reinforcement-Next (KJR)]() - * ![B9 Part Switch]("http://forum.kerbalspaceprogram.com/index.php?showtopic=140541") - * ![Kerbal Change Log]() - -## License -![[CC 4.0 BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/)](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png "CC 4.0 BY-NC-SA") - -content licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. - -You may modify for personal use. You may redistribute content with attribution to original author nli2work, plus any other attribution where required. You must redistribute under identical license, CC-BY-NC-SA. - -https://creativecommons.org/licenses/by-nc-sa/4.0/ - -#### Parts: -+ 2.5m **Panopticon** Command Pod -+ 1.25m **Cyclops** Command Pod -+ 0.625m **Mono** Pressurized Command Chair -+ ~0.2m Micro Lander Leg; radial and ventral mount configurations -+ ~0.3m **Micro Klaw** Micro Advanced Grabber Unit. -+ Handrail -+ Handrail, short - -#### Known issues: - + Having multiple transparent pods in physics range is very resource intensive. Too many will crash the game. - + Flight HUD will render Black instead of Green in OpenGL mode. - + Lighting direction from Sun incorrect in IVA at some parts of day, due to Squad's funky IVA orientation setup. - + One of the stack nodes on Mono Pod will snap to, but not attach to other stack nodes, if the Mono Pod is not the root part. - + Micro lander legs clip into ground if retract/deployed while landed. same appears to happen with the smallest stock lander leg. - - Javascript is disabled. View full album - -Keep your Module Manager up to date - \ No newline at end of file diff --git a/GameData/TransparentPods/TransparentPods.version b/GameData/TransparentPods/TransparentPods.version index e762f97..c010a98 100644 --- a/GameData/TransparentPods/TransparentPods.version +++ b/GameData/TransparentPods/TransparentPods.version @@ -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 + } } diff --git a/GameData/TransparentPods/patches/Ghost.cfg b/GameData/TransparentPods/patches/Ghost.cfg new file mode 100644 index 0000000..9f384a8 --- /dev/null +++ b/GameData/TransparentPods/patches/Ghost.cfg @@ -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 \ No newline at end of file diff --git a/GameData/TransparentPods/patches/ODFC.cfg b/GameData/TransparentPods/patches/ODFC.cfg new file mode 100644 index 0000000..a6aa108 --- /dev/null +++ b/GameData/TransparentPods/patches/ODFC.cfg @@ -0,0 +1,157 @@ +// On Demand Fuel Cells Refueled v1.0 +// TransparentPods +// created: 21 Aug 19 +// updated: 15 Oct 19 + +// ***************** monoPod ***************** +@PART[monoPod]:NEEDS[ODFC,TransparentPods]:FOR[TransparentPods] +{ + @description ^= :$: <#569117>ODFC installed. : + @tags ^= :$: odfc demand fuel cell: + + MODULE,0 + { + name = ODFC + MODE + { + MaxEC = 0.75 + FUELS + { + MonoPropellant = 0.00045 + } + } + MODE + { + MaxEC = 0.75 + FUELS + { + LiquidFuel = 0.00050625000000 + Oxidizer = 0.00061875000000 + } + } + MODE + { + MaxEC = 0.75 + FUELS + { + LiquidFuel = 0.00003825 + IntakeAir = 0.00057375 + } + } + MODE:NEEDS[CommunityResourcePack] + { + MaxEC = 0.75 + FUELS + { + Hydrogen = 0.007677684 + Oxygen = 0.003863235 + } + BYPRODUCTS + { + Water = 0.00000621063244940 + } + } + } +} + +// ***************** cycloPod ***************** +@PART[cycloPod]:NEEDS[ODFC,TransparentPods]:FOR[TransparentPods] +{ + @description ^= :$: <#569117> ODFC installed. : + @tags ^= :$: odfc demand fuel cell: + + MODULE,0 + { + name = ODFC + MODE + { + MaxEC = 1.5 + FUELS + { + MonoPropellant = 0.0015 + } + } + MODE + { + MaxEC = 1.5 + FUELS + { + LiquidFuel = 0.0016875 + Oxidizer = 0.0020625 + } + } + MODE:NEEDS[CommunityResourcePack] + { + MaxEC = 1.5 + FUELS + { + Hydrogen = 0.025592281 + Oxygen = 0.2575489702471836 + } + BYPRODUCTS + { + Water = 0.00002070210816468 + } + } + MODE + { + MaxEC = 1.5 + FUELS + { + LiquidFuel = 0.0001275 + IntakeAir = 0.0019125 + } + } + } +} + +// ***************** panoPod ***************** +@PART[panoPod]:NEEDS[ODFC,TransparentPods]:FOR[TransparentPods] +{ + @description ^= :$: <#569117> ODFC installed. : + @tags ^= :$: odfc demand fuel cell: + + MODULE { + name = ODFC + MODE + { + MaxEC = 4.45 + FUELS + { + MonoPropellant = 0.00455 + } + } + MODE + { + MaxEC = 4.45 + FUELS { + LiquidFuel = 0.00500625 + Oxidizer = 0.00611875 + } + } + MODE:NEEDS[CommunityResourcePack] + { + MaxEC = 4.45 + FUELS + { + Hydrogen = 0.075923768 + Oxygen = 0.038203097 + } + BYPRODUCTS + { + Water = 0.00006141625422189 + } + } + MODE + { + MaxEC = 4.45 + FUELS { + LiquidFuel = 0.00037825 + IntakeAir = 0.00567375 + } + } + } +} + +// CC BY-NC-SA-4.0 +// zer0Kerbal diff --git a/README.md b/README.md index a661db6..5feff31 100644 --- a/README.md +++ b/README.md @@ -1,44 +1,55 @@ + + + # Transparent Pods Repressurized #### Formerly known as Transparent Command Pods -![TransparentPodsRepressurized](https://img.shields.io/badge/KSP%20version-1.7.x-66ccff.svg?style=flat-square) -![TransparentPodsRepressurized](https://img.shields.io/badge/MOD%20version-1.2.3.2-orange.svg?style=flat-square) -![TransparentPodsRepressurized](https://img.shields.io/badge/CKAN-Indexed-brightgreen.svg) +![Mod Version](https://img.shields.io/github/v/release/zer0Kerbal/TransparentPods?include_prereleases) +![KSP 1.7.x](https://img.shields.io/badge/KSP%20version-1.7.x-66ccff.svg?style=flat-square) +![CKAN listed](https://img.shields.io/badge/CKAN-Indexed-brightgreen.svg) ![license CC 4.0 BY-NC-SA](https://img.shields.io/badge/license-CC--4.0--BY--SA-lightgrey) Continuation of Transparent Command Pods by (first by nli2work), now continued by *zer0Kerbal* with community support. -## Transparent Command Pod by nil2work v1.2.3.2 for KSP v1.7.x +## Transparent Command Pod by nil2work v1.2.3.3 for KSP v1.7.x ### Adds eight (8) parts to Kerbal Space Program ![Transparent Pods Repressurized](https://youtu.be/CB3N8tRPcRA "Transparent Pods Repressurized") -*See ChangeLog.txt for details of mod changes* +### Changelog Summary +*See ![ChangeLog](https://github.com/zer0Kerbal/TransparentPods/Changelog.cfg) for full details of mod changes* [![Watch the video](https://img.youtube.com/vi/mUntbQHC4-g/maxresdefault.jpg)](https://youtu.be/mUntbQHC4-g) Extract to your KSP GameData folder. ### Requires: - * Kerbal Space Program + * ![Kerbal Space Program](https://kerbalspaceprogram.com) v1.7.3, ***may*** work on earlier versions ### Recommends: #### *Kerbal enjoyment of Transparent Pods benefits from having these installed* - * ![ModuleManager](http://forum.kerbalspaceprogram.com/index.php?/topic/50533-105-module-manager-2618-january-17th-with-even-more-sha-and-less-bug) + * ![ModuleManager](http://forum.kerbalspaceprogram.com/index.php?/topic/50533-*) * JSI RPM 1.20.0 Required; be sure to use latest compatible DLLs provided by MOARdV++ - * ![RasterPropMonitor](https://forum.kerbalspaceprogram.com/index.php?/topic/105821-16x-rasterpropmonitor-development-stopped-v0306-29-december-2018) - * ![MOARdV's Avionics System](https://forum.kerbalspaceprogram.com/index.php?/topic/160856-wip-17x-moardvs-avionics-systems-mas-interactive-iva-v101-27-july-2019) - * ![JSI Advanced Transparent Pods](https://forum.kerbalspaceprogram.com/index.php?/topic/138433-17x-jsi-advanced-transparent-pods-) + * ![RasterPropMonitor](https://forum.kerbalspaceprogram.com/index.php?/topic/105821-*) + * ![MOARdV's Avionics System](https://forum.kerbalspaceprogram.com/index.php?/topic/160856-*) + * ![JSI Advanced Transparent Pods](https://forum.kerbalspaceprogram.com/index.php?/topic/138433-*) ### Suggests: - * ![AllYAll](http://forum.kerbalspaceprogram.com/index.php?/topic/155858-ksp-122-all) + * ![On Demand Fuel Cells (ODFC)](https://forum.kerbalspaceprogram.com/index.php?/topic/187625-*) + * ![AllYAll](http://forum.kerbalspaceprogram.com/index.php?/topic/155858-*) * ![KURS style docking camera ](https://github.com/linuxgurugamer/DockingCam) - * ![Orbital Utility Vehicle Updated](https://forum.kerbalspaceprogram.com/index.php?/topic/186920-173-orbital-utility-vehicle-aka-orbital-tug) - * ![Kerbal Attachment System (KAS)](http://forum.kerbalspaceprogram.com/index.php?/topic/142594-kerbal-attachment-system-kas) - * ![Kerbal Inventory System (KIS)](http://forum.kerbalspaceprogram.com/index.php?/topic/149848-kerbal-inventory-system-kis) + * ![Orbital Utility Vehicle Updated](https://forum.kerbalspaceprogram.com/index.php?/topic/186920-*) + * ![Kerbal Attachment System (KAS)](http://forum.kerbalspaceprogram.com/index.php?/topic/142594-*) + * ![Kerbal Inventory System (KIS)](http://forum.kerbalspaceprogram.com/index.php?/topic/149848-*) * ![InfernalRobotics-Next](https://forum.kerbalspaceprogram.com/index.php?/topic/184787-*) * ![Kerbal Joint Reinforcement-Next (KJR)](https://forum.kerbalspaceprogram.com/index.php?/topic/184206-*) - * ![B9 Part Switch]("http://forum.kerbalspaceprogram.com/index.php?showtopic=140541") + * ![B9 Part Switch](https://forum.kerbalspaceprogram.com/index.php?/topic/140541-*) * ![Kerbal ChangeLog](https://forum.kerbalspaceprogram.com/index.php?/topic/179207-*) - * ![RetroFuture Modernized](https://forum.kerbalspaceprogram.com/index.php?/topic/184628-16117-retrofuture-modernized/&tab=comments#comment-3602263) + * ![RetroFuture Modernized](https://forum.kerbalspaceprogram.com/index.php?/topic/184628-*) + + #### Tags + - mod, ksp, nli2work, zer0Kerbal, transparent, jsi, command, pod, leg, klaw, jplrepo ## License ![[CC 4.0 BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/)](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png "CC 4.0 BY-NC-SA") diff --git a/TransparentPods.version b/TransparentPods.version index e762f97..c010a98 100644 --- a/TransparentPods.version +++ b/TransparentPods.version @@ -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 + } } diff --git a/GameData/TransparentPods/Parts/Utility/microLeg/KSPWheel-microLegRadial.cfg b/old/microLegRadial-KSPWheel.cfg.off similarity index 100% rename from GameData/TransparentPods/Parts/Utility/microLeg/KSPWheel-microLegRadial.cfg rename to old/microLegRadial-KSPWheel.cfg.off diff --git a/GameData/TransparentPods/Parts/Utility/microLeg/Stock-microLegRadial.cfg b/old/microLegRadial-Stock.cfg.off similarity index 97% rename from GameData/TransparentPods/Parts/Utility/microLeg/Stock-microLegRadial.cfg rename to old/microLegRadial-Stock.cfg.off index b1d04f2..ff6c88c 100644 --- a/GameData/TransparentPods/Parts/Utility/microLeg/Stock-microLegRadial.cfg +++ b/old/microLegRadial-Stock.cfg.off @@ -1,7 +1,7 @@ PART { // --- general parameters --- - name = Stock-microLegRadial + name = microLegRadial-Stock module = Part author = nli2work @@ -138,6 +138,6 @@ PART impactTolerance = 300 suspensionSpring = 10 suspensionDamper = 3 - suspensionOffset = 0, 0 , 0 + suspensionOffset = 0.0 // 0, 0 , 0 } } \ No newline at end of file