diff --git a/GameData/MiniSampleReturnCapsule/1.4.2.2.htm b/GameData/MiniSampleReturnCapsule/1.4.2.2.htm deleted file mode 100644 index 8ce948e..0000000 --- a/GameData/MiniSampleReturnCapsule/1.4.2.2.htm +++ /dev/null @@ -1,146 +0,0 @@ - - -
-Zippity Don't Cha
Download from CurseForge
<Zippity Don't Cha>
---
-- English
-- Brazilian Portuguese -(Português Brasil)- thank you soldanithiago!
-- your translation here
-HELP WANTED - See the README in the Localization folder for -instructions for adding or improving translations. GitHub push is the best way to contribute. -Additions and corrections welcome!
-
zer0Kerbal
*red box below is a link to forum post on how to get support*
- - - -Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date
<Scanning Rodger, Rodger>
+editionDownload only from CurseForge
msrc
in editors to find parts+++
+- English
+- Brazilian Portuguese +(Português Brasil)- ¡Gracias! soldanithiago!
+- your translation here
+HELP WANTED - See the README in the Localization folder or the +Quickstart Guide for instructions for adding or +improving translations. GitHub push is the best way to contribute. +Additions and corrections welcome!
+
red box below is a link to forum post on how to get support
+ + +Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date
+zer0Kerbal
Comment, click, like, share, up-vote, subscribe
+ + + + + + + diff --git a/GameData/MiniSampleReturnCapsule/Attributions.htm b/GameData/MiniSampleReturnCapsule/Attributions.htm index f8e03c4..acf664a 100644 --- a/GameData/MiniSampleReturnCapsule/Attributions.htm +++ b/GameData/MiniSampleReturnCapsule/Attributions.htm @@ -1,30 +1,29 @@ - +-
THIS FILE: CC BY-ND 4.0 by zer0Kerbal used with express +permission from zer0Kerbal
diff --git a/GameData/MiniSampleReturnCapsule/Compatibility/Kerbalism.cfg b/GameData/MiniSampleReturnCapsule/Compatibility/Kerbalism.cfg index 389f6c1..6756b66 100644 --- a/GameData/MiniSampleReturnCapsule/Compatibility/Kerbalism.cfg +++ b/GameData/MiniSampleReturnCapsule/Compatibility/Kerbalism.cfg @@ -1,12 +1,14 @@ -// Kerbalism.cfg v1.0.1.0 +// Kerbalism.cfg v1.0.2.0 // Mini Sample Return Capsule (MSRC) // created: 19 Jan 2022 -// updated: 03 Mar 2022 +// updated: 05 May 2023 // Thank you! Made by Breach Candy#6128 // AmanitaVerna // updated from an existing config by @zer0Kerbal +// THIS FILE: BSD 2-Clause License + //==========Tweakables==========\ @KERBALISM_HDD_SIZES:NEEDS[MiniSampleReturnCapsule,FeatureScience]:BEFORE[KerbalismDefault] { @@ -44,7 +46,7 @@ } //==========Add an antenna(Commtech 16S)==========\ -@part[msrc-parachute]:NEEDS[MiniSampleReturnCapsule]:FOR[KerbalismDefault] +@part[msrc-parachute]:NEEDS[MiniSampleReturnCapsule]:FOR[MiniSampleReturnCapsule] { @module[ModuleDataTransmitter] { @@ -59,6 +61,4 @@ } //==========Moving Parts to Science Category==========\ -@part[msrc-cargobay,msrc-parachute] {category = Science} - -// GPLv2 BY zer0Kerbal \ No newline at end of file +@part[msrc-cargobay,msrc-parachute] {@category = Science} \ No newline at end of file diff --git a/GameData/MiniSampleReturnCapsule/Compatibility/SCANSat.cfg b/GameData/MiniSampleReturnCapsule/Compatibility/SCANSat.cfg new file mode 100644 index 0000000..2d2fb55 --- /dev/null +++ b/GameData/MiniSampleReturnCapsule/Compatibility/SCANSat.cfg @@ -0,0 +1,31 @@ +// SCANsat.cfg v1.0.0.0 +// Mini Sample Return Capsule (MSRC) +// created: 05 May 2023 +// updated: + +@PART[msrc-parachute]:NEEDS[SCANSat,MiniSampleReturnCapsule]:FOR[MiniSampleReturnCapsule] +{ + + MODULE + { + name = SCANsat + sensorType = 32 + fov = 1 + min_alt = 0 + max_alt = 2000 + best_alt = 0 + power = 0.1 + scanName = BTDT Scan + RESOURCE + { + name = ElectricCharge + rate = 0.01 + } + } + + MODULE + { + name = SCANexperiment + experimentType = SCANsatBiomeAnomaly + } +} \ No newline at end of file diff --git a/GameData/MiniSampleReturnCapsule/Config/MiniSampleReturnCapsule.cfg b/GameData/MiniSampleReturnCapsule/Config/MiniSampleReturnCapsule.cfg new file mode 100644 index 0000000..8b2a00f --- /dev/null +++ b/GameData/MiniSampleReturnCapsule/Config/MiniSampleReturnCapsule.cfg @@ -0,0 +1,20 @@ +// MiniSampleReturnCapsule.cfg v1.0.0.0 +// Mini Sample Return Capsule (ABBV) +// created: 06 May 2023 +// updated: +// +// TEMPLATE: ModTags.md v1.1.1.0 +// created: 04 Oct 2022 +// updated: 16 Apr 2023 + +// THIS FILE: CC BY-ND 4.0 by zer0Kerbal + +// updates parts with MiniSampleReturnCapsule localization strings +@PART[msrc-parachute,msrc-cargobay]:NEEDS[MiniSampleReturnCapsule]:FOR[MiniSampleReturnCapsule] +{ + tmp00 = #MSRC-tags + tmp01 = #autoLOC_500950 + @tags = #$tags$ $tmp00$ $tmp01$ + !tmp00 = DELETE + !tmp01 = DELETE +} \ No newline at end of file diff --git a/GameData/MiniSampleReturnCapsule/Localization/en-us.cfg b/GameData/MiniSampleReturnCapsule/Localization/en-us.cfg index dc42fe6..4b39dbb 100644 --- a/GameData/MiniSampleReturnCapsule/Localization/en-us.cfg +++ b/GameData/MiniSampleReturnCapsule/Localization/en-us.cfg @@ -1,27 +1,39 @@ -// en-us.cfg v1.0.0.0 -// Mini Sample Return Capsule +// en-us.cfg v1.1.0.0 +// Mini Sample Return Capsule (MSRC) // created: 02 Aug 2021 -// updated: +// updated: 06 May 2023 + +// THIS FILE: +// BSD 2-Clause License by zer0Kerbal +// generated by: [zer0Kerbal](https://github.com/zer0Kerbal) +// translated by [zer0Kerbal](https://github.com/zer0Kerbal) Localization { en-us { + // Addon specific + #MSRC-name = Mini Sample Return Capsule + #MSRC-abbv = MSRC + #MSRC-tags = msrC mini sample return capsule + // #Mini Sample Return Capsule - #msrc-manu = Bluedog Design Bureau and Albert Kermin Industries + #MSRC-manu = Bluedog Design Bureau and Albert Kermin Industries - #msrc-para-titl = BDB/AKI-001EDL Sample Return Device - Reentry Segment - #msrc-para-desc = After Bill tried to return some vital samples to Kerbin by "tossing [it] out aft airlock", Werner asked the engineers at AKI and BDB to come up with a small, reliable sample return capsule. This is what they came up with instead. (This module contains the control circuits, altitude adjustment thrusters, radio beacon, and parachute. Don't forget it!) - #msrc-para-tags = bus contain heat hollow protect (stor thermt mini sample return capsule (para chute + #MSRC-para-titl = BDB/AKI-001EDL Sample Return Device - Reentry Segment + #MSRC-para-desc = After Bill tried to return some vital samples to Kerbin by "tossing [it] out aft airlock", Werner asked the engineers at AKI and BDB to come up with a small, reliable sample return capsule. This is what they came up with instead. (This module contains the control circuits, altitude adjustment thrusters, radio beacon, and parachute. Don't forget it!) + #MSRC-para-tags = (para chute - #msrc-cbay-titl = BDB/AKI-001EDL Sample Return Device - Descent Segment - #msrc-cbay-desc = After Bill tried to return some vital samples to Kerbin by "tossed (it) out aft airlock", Werner asked the engineers at AKI and BDB to come up with a small, reliable sample return capsule. This is what they came up with instead. (This is the heat shield and cargo bay module. Try toggling snap settings if parts won't attach to the interior correctly.) - #msrc-cbay-tags = bus contain heat hollow protect (stor thermt mini sample return capsule (cargo bay + #MSRC-cbay-titl = BDB/AKI-001EDL Sample Return Device - Descent Segment + #MSRC-cbay-desc = After Bill tried to return some vital samples to Kerbin by "tossed (it) out aft airlock", Werner asked the engineers at AKI and BDB to come up with a small, reliable sample return capsule. This is what they came up with instead. (This is the heat shield and cargo bay module. Try toggling snap settings if parts won't attach to the interior correctly.) + #MSRC-cbay-tags = (cargo bay - #msrc-cbay-togl = Toggle Cargobay - #msrc-cbay-open = Cargobay: Open - #msrc-cbay-clos = Cargobay: Close + #MSRC-cbay-togl = Toggle Cargobay + #MSRC-cbay-open = Cargobay: Open + #MSRC-cbay-clos = Cargobay: Close } } -// GPLv2 BY zer0Kerbal \ No newline at end of file +// #autoLOC_502058 = Open Doors +// #autoLOC_502059 = Close Doors +// #autoLOC_502060 = Toggle Doors \ No newline at end of file diff --git a/GameData/MiniSampleReturnCapsule/Localization/pt-br.cfg b/GameData/MiniSampleReturnCapsule/Localization/pt-br.cfg index f58f4c3..d5b2e00 100644 --- a/GameData/MiniSampleReturnCapsule/Localization/pt-br.cfg +++ b/GameData/MiniSampleReturnCapsule/Localization/pt-br.cfg @@ -1,27 +1,35 @@ -// pt-br.cfg v1.0.0.0 -// Mini Sample Return Capsule -// created: 02 Aug 2021 -// updated: +// pt-br.cfg v1.1.0.0 +// Mini Sample Return Capsule (MSRC) +// created: 01 Feb 2022 +// updated: 06 May 2023 + +// THIS FILE: +// BSD 2-Clause License by soldanithiago and zer0Kerbal +// generated by: [zer0Kerbal](https://github.com/zer0Kerbal) +// translated by [soldanithiago](https://github.com/soldanithiago) Localization { pt-br { + // Addon specific + #MSRC-name = Mini Cápsula de Retorno de Amostra + #MSRC-abbv = MSRC + #MSRC-tags = msrc mini sample return capsule cápsula retorno amostra + // #Mini Sample Return Capsule - #msrc-manu = Bluedog Design Bureau e Indústrias Albert Kermin + #MSRC-manu = Bluedog Design Bureau e Indústrias Albert Kermin - #msrc-para-titl = Dispositivo de Retorno de Amostras BDB/AKI-001EDL - Módulo de Reentrada - #msrc-para-desc = Depois que Bill tentou devolver algumas amostras importantes para Kerbin, "jogando-as para fora da saída de ar posterior", Werner pediu aos engenheiros das IAK e BDB que apresentassem uma cápsula de devolução de amostra pequena e confiável. Em vez disso, foi isso que eles criaram. (Este módulo contém os circuitos de controle, propulsores de ajuste de altitude, antena de rádio e paraquedas. Não se esqueça disso!) - #msrc-para-tags = bus contain heat hollow protect (stor thermt mini sample return capsule (para chute + #MSRC-para-titl = Dispositivo de Retorno de Amostras BDB/AKI-001EDL - Módulo de Reentrada + #MSRC-para-desc = Depois que Bill tentou devolver algumas amostras importantes para Kerbin, "jogando-as para fora da saída de ar posterior", Werner pediu aos engenheiros das IAK e BDB que apresentassem uma cápsula de devolução de amostra pequena e confiável. Em vez disso, foi isso que eles criaram. (Este módulo contém os circuitos de controle, propulsores de ajuste de altitude, antena de rádio e paraquedas. Não se esqueça disso!) + #MSRC-para-tags = (para chute - #msrc-cbay-titl = Dispositivo de Retorno de Amostras BDB/AKI-001EDL - Módulo de Descida - #msrc-cbay-desc = Depois que Bill tentou devolver algumas amostras importantes para Kerbin, "jogando-as para fora da saída de ar posterior", Werner pediu aos engenheiros das IAK e BDB que apresentassem uma cápsula de devolução de amostra pequena e confiável. Em vez disso, foi isso que eles criaram. (Este é o módulo de proteção térmica e compartimento de carga. Tente alternar as configurações de encaixe se as peças não encaixarem corretamente no interior.) - #msrc-cbay-tags = bus contain heat hollow protect (stor thermt mini sample return capsule (cargo bay + #MSRC-cbay-titl = Dispositivo de Retorno de Amostras BDB/AKI-001EDL - Módulo de Descida + #MSRC-cbay-desc = Depois que Bill tentou devolver algumas amostras importantes para Kerbin, "jogando-as para fora da saída de ar posterior", Werner pediu aos engenheiros das IAK e BDB que apresentassem uma cápsula de devolução de amostra pequena e confiável. Em vez disso, foi isso que eles criaram. (Este é o módulo de proteção térmica e compartimento de carga. Tente alternar as configurações de encaixe se as peças não encaixarem corretamente no interior.) + #MSRC-cbay-tags = (cargo bay - #msrc-cbay-togl = Alternar Compartimento de Carga - #msrc-cbay-open = Compartimento de Carga: Abrir - #msrc-cbay-clos = Compartimento de Carga: Fechar + #MSRC-cbay-togl = Alternar Compartimento de Carga + #MSRC-cbay-open = Compartimento de Carga: Abrir + #MSRC-cbay-clos = Compartimento de Carga: Fechar } -} - -// soldanithiago +} \ No newline at end of file diff --git a/GameData/MiniSampleReturnCapsule/Localization/quickstart.md b/GameData/MiniSampleReturnCapsule/Localization/quickstart.md index 5a1d0ec..6d84948 100644 --- a/GameData/MiniSampleReturnCapsule/Localization/quickstart.md +++ b/GameData/MiniSampleReturnCapsule/Localization/quickstart.md @@ -1,10 +1,25 @@ +--- +permalink: /Quickstart.html +title: Quickstart Guide +--- + + + ## Translation Guide If you want to help translate this mod, I greatly appreciate it! Follow this quick guide to get started. ### How to translate + To create a translation for your language, make a copy of the file *en_us.cfg* and name them accordingly to your language: + * *es-es.cfg* for Spanish * *es-mx.cfg* for Mexican Spanish * *ja.cfg* for Japanese @@ -12,6 +27,7 @@ them accordingly to your language: * *zh-cn.cfg* for Simplified Chinese *Again:* + * *es-es* for Spanish * *es-mx* for Mexican Spanish * *ja* for Japanese @@ -19,7 +35,11 @@ them accordingly to your language: * *zh-cn* for Simplified Chinese ### What not to translate + There are some characters that should not be translated into another language and be kept in the files as is + 1. the tags should not be replaced. Instead the tags in the new language should be appended. 2. control sequences like '\n', '\t' or similar. -3. HTML Tags like <b>...</b>, <i>...</i> or similar \ No newline at end of file +3. HTML Tags like `..., ...` or similar + + \ No newline at end of file diff --git a/GameData/MiniSampleReturnCapsule/Localization/readme.md b/GameData/MiniSampleReturnCapsule/Localization/readme.md index 167c79c..7ef2d52 100644 --- a/GameData/MiniSampleReturnCapsule/Localization/readme.md +++ b/GameData/MiniSampleReturnCapsule/Localization/readme.md @@ -1,7 +1,13 @@ - - - - +--- +permalink: /readme.html +title: Localization and Translation Readme +--- + + @@ -13,42 +19,46 @@ The 1.3 release of KSP introduces localization, which allows in-game text to be Unfortunately, I only speak English, and I maintain this mod for free. This means I cannot create my own translations, and I cannot pay a professional translation service to produce high quality translations. The best I can do on my own is to use Google Translate, which is of dubious value for the terse, idiomatic strings needed in a KSP mod's UI. Instead, I must rely on the expertise of you, the multilingual KSP mod user, to tell me what good translations look like for your language. If you would like to help in this effort, please keep reading to learn how the mod's language files are structured and how to submit translations for use by others. -Note: Even though you will appear to be editing the project's files, don't worry about making mistakes. Github will keep your changes separate from the main files until I have verified that they are OK to use. It is even possible for me to ask questions or request changes before your work is committed to the main files. - -## Languages Supported by Kerbal Space Program as of 1.12.2 -- [ ] [![American English][EN]][EN] [American English][EN]Two size zero (0.625m) parts that make up an autonomous return +capsule to stuff your experiments in for Kerbal Space Program.
+You should be all good! (check for latest version on CurseForge)
+To install, place the <MiniSampleReturnCapsule>
+folder inside your Kerbal Space Program's GameData folder:
<KSP_ROOT>/GameData/MiniSampleReturnCapsule
MiniSampleReturnCapsule/
folder
+into your KSP's GameData folder as follows:
+<PACKAGE>/MiniSampleReturnCapsule
-->
+<KSP_ROOT>/GameData
+<KSP_ROOT>/GameData/MiniSampleReturnCapsule
To install, place the GameData
folder inside your Kerbal
+Space Program folder:
<KSP_ROOT>/GameData/MiniSampleReturnCapsule
GameData
folder into your KSP's
+root folder as follows:
+<PACKAGE>/GameData
-->
+<KSP_ROOT>
+<KSP_ROOT>/GameData/MiniSampleReturnCapsule
<KSP_ROOT>
+ + [GameData]
+ + [MiniSampleReturnCapsule]
+ + [Assets]
+
+ ... + [Compatibility]
+
+ ... + [Config]
+
+ ... + [Localization]
+
+ ... + [Parts]
+
+ ... * #.#.#.#.htm
+ * Attributions.htm
+ * changelog.md
+ * ManualInstallation.htm
+ * MiniSampleReturnCapsule.version
+ * readme.htm
+ * SimpleBSD.txt
+
+ ... * ModuleManager.ConfigCache
+ * KSP.log
+ ...
THIS FILE: CC BY-ND 4.0 by zer0Kerbal used with express +permission from zer0Kerbal
diff --git a/GameData/MiniSampleReturnCapsule/ManualInstallation.md b/GameData/MiniSampleReturnCapsule/ManualInstallation.md deleted file mode 100644 index e71ff8d..0000000 --- a/GameData/MiniSampleReturnCapsule/ManualInstallation.md +++ /dev/null @@ -1,74 +0,0 @@ ---- -permalink: /ManualInstallation.html -title: ManualInstallation -description: the flat-pack Kiea instructions, written in Kerbalese, unusally present -# layout: bare -tags: installation,directions,page,kerbal,ksp,zer0Kerbal,zedK ---- - - - - - -# Mini Sample Return Capsule (MSRC) - -[Home](./index.md) - -Two size zero (0.625m) parts that make up an autonomous return capsule to stuff your experiments in for Kerbal Space Program. - -## Installation Instructions - -### Using CurseForge/OverWolf app or CKAN - -You should be all good! (check for latest version on CurseForge) - -### If Downloaded from CurseForge/OverWolf manual download - -To install, place the MiniSampleReturnCapsule folder inside your Kerbal Space Program's GameData folder: - -* **REMOVE ANY OLD VERSIONS OF THE PRODUCT BEFORE INSTALLING**, including any other fork: - * Delete `Two size zero (0.625m) parts that make up an autonomous return capsule to stuff your experiments in for Kerbal Space Program.
AlbertKermin
adopted with express permission and brought to you by KerbSimpleCo
+ +This mod adds two parts
for more details of feature +requests and known issues +-
- Discussions and news on this mod: See ChangeLog for more details of changes
+- Discussions or KSP Forums
-- Changelog Summary for more details of changes : See ChangeLog
-- Known Issues for more details of feature requests and known issues : -See forums for discussions and +news
+- GitHub Pages
+- Known Issues
-- GitHub Pages : See Pages
+title="GitHub Issues">Known Issues
Kottabos Gaming
+ Review by HELP WANTED - See the README in the Localization folder for
-instructions for adding or improving translations.
+ Use CurseForge/OverWolf App (currently does
-not install dependencies) 1
+
+
+
Kottabos Gaming
Youtube review by @Kottabos Gaming
- Support on Patreon.
-
+Cabin notes
@@ -121,129 +115,156 @@ Cabin notes
Help Wanted
-
-
-
-
Localization
-
-Help Wanted
+
+
+
-How to
-support this and other great mods by
-
-zer0Kerbal
Installation Directions
-
or 2
+Most recent releases only available via CurseForge/OverWolf +Website/App
+Either
parts, uncrewed
*red box below is a link to forum post on how to get support*
- - Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to datered box below is a link to forum post on how to get support
+ + +Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date
+CobaltWolf
- Models, textures,
Unity
-Deimos Rast
- Compatibility
-configssoldanithiago
- Brazilian
-Português translationzer0Kerbal
-Forum: Thread - Source: Thread - Source: GitHub
-
License:Disclaimer(s)
-All bundled mods are distributed under their own -licenses
-All art assets (textures, models, animations, sounds) are -distributed under their own licenses
CobaltWolf
CobaltWolf
and AlbertKermin
- +Forum: Thread - Download: Dropbox - +title="KSP Thread">Thread - Download: SpaceDock - Source: Dropbox
+title="SpaceDock">SpaceDock
License:
+++
+- +
All bundled mods are distributed under their own +licenses
- +
All assets, including but not limited to: animations, +models, sounds and textures are distributed under their own licenses.
- +
see Notices for more legal Mumbo Jumbo
zer0Kerbal
Comment, click, like, share, up-vote, subscribe
+++ + + + + - - - - - - - - - - - -Completely voluntary, absolutely amazing, and really does +help out a lot!
+
+and it is true.
Track progress: issues here and projects here +along with The Short +List
+ diff --git a/LICENSE b/LICENSE index 6aa308a..986a9c9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ BSD 2-Clause License Copyright (c) 2016, Matthew (CobaltWolf) Mlodzienski -Copyright (c) 2021, zer0Kerbal +Copyright (c) 2021, 2023 zer0Kerbal All rights reserved. diff --git a/MiniSampleReturnCapsule.version b/MiniSampleReturnCapsule.version index 0b2e19b..5f7f689 100644 --- a/MiniSampleReturnCapsule.version +++ b/MiniSampleReturnCapsule.version @@ -13,14 +13,14 @@ { "MAJOR" : 1, "MINOR" : 4, - "PATCH" : 2, - "BUILD" : 2 + "PATCH" : 3, + "BUILD" : 0 }, "KSP_VERSION" : { "MAJOR": 1, "MINOR": 12, - "PATCH": 3 + "PATCH": 5 }, "KSP_VERSION_MIN" : { diff --git a/SimpleBSD-2.txt b/SimpleBSD-2.txt index 6aa308a..986a9c9 100644 --- a/SimpleBSD-2.txt +++ b/SimpleBSD-2.txt @@ -1,7 +1,7 @@ BSD 2-Clause License Copyright (c) 2016, Matthew (CobaltWolf) Mlodzienski -Copyright (c) 2021, zer0Kerbal +Copyright (c) 2021, 2023 zer0Kerbal All rights reserved. diff --git a/changelog.md b/changelog.md index c61c127..054928a 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,34 @@ | spacedock | (https://spacedock.info/mod/831) | | ckan | MiniSampleReturnCapsule | +## Version 1.4.3.0-release - `Download only from CurseForge
red box below is a link to forum post on how to get support
+ + +Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date
+