From 9cb8036cd71160407749a1818f3db1bfbe43fcf3 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 17:25:11 -0500 Subject: [PATCH 01/48] Update changelog.md --- changelog.md | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) diff --git a/changelog.md b/changelog.md index 338e1c9b..95848cd6 100644 --- a/changelog.md +++ b/changelog.md @@ -17,6 +17,88 @@ updated: 05 Mar 2022 | spacedock | (https://spacedock.info/mod/59) | | ckan | SimpleConstruction | +## Version 4.0.99.30-prerelease `` edition + +### This is PRE-RELEASE - and WILL break saves + +* 07 Aug 2022 +* Release for Kerbal Space Program [KSP 1.12.x] + +### Summary + +* [Launchpad.dll] 6.99.3 + * minimum KSP version: 1.12.x + +### Extraplanetary Launchpads 0.6.99.3 + +* Update + * [Launchpad.dll] 6.99.3 + * minimum KSP version: 1.12.x + * closes #144 - Update [Launchpad.dll] to v0.6.99.2 +* Combine ExtraplanetaryLaunchpads/ with SimpleConstruction/ + * only leaves the toolbar button icons in ExtraplanetaryLaunchpads/ +* closes #144 - Update [Launchpad.dll] to 0.6.99.2 + +* Changes from 6.99.1 from [taniwha](https://forum.kerbalspaceprogram.com/index.php?/profile/57176-*/)'s changelog for [Extraplanetary Launchpads](https://github.com/taniwha/Extraplanetary-Launchpads): + * Minimum KSP version is now 1.12 (might be able to use in 1.11). + * Check for missing flag textures. Fixes stuck UI (visible symptom is a white flag icon). + * Better consistency on the UI toggle button (maybe a bit small now, though). + * Update resource manager correctly on vessel switch. + * Don't interpolate single-point efficiency curves (fixes exception in converter module) + * Add ModuleCargoPart to most parts, but only if KIS is not installed (based on the assumption that if KIS is installed, its storage options are considered to be superior) + * Tweak the rocket builder's eject vectors, making exiting a "seat" less weird. + * UI strings localized (always were in the new UI, but not in a config file: they're now loaded). + * Add Brazilian Portuguese translation (many thanks to [@Steven Marinelli](https://forum.kerbalspaceprogram.com/index.php?/ profile/221885-steven-marinelli/)) + * Add agency localizations + * Add support for subdirectories. I had over 150 craft files in my VAB (1.9.1 save). This... makes a very welcome difference. + * Wait for work sinks (currently just the various pads) to become ready before doing catch-up. This prevents an NRE in the build control code that I was not able to reproduce myself. Many many thanks to [@Rodger](https://forum.kerbalspaceprogram.com/ index.php?/profile/153575-rodger/) (who ran into it) for his patience in testing (heavily modded JNSQ... load times are looooooong). + * Add support for stock inventory parts to the resource manager. This means that resources stored in tanks stored in cargo containers are now counted correctly (only one level deep, though, so tanks in containers in containers won't be counted properly (same as KIS)). This is the reason for abandoning older versions of KSP. + * As always, feedback and bug reports are welcome. Preferably github for the bug reports, and logs (KSP.log, make sure LOG_INSTANT_FLUSH in settings.cfg is True. Player.log accepted only if KSP actually crashes as it is normally an unreadable mess (and doesn't have timestamps)) or it didn't happen. + * While this is still in the .99 series, I would say that EL is pretty stable and can be considered late beta or even final pre-release. It's more I have a few more things I want to get in before going to 7.0. Many many thanks to everyone who as given feedback and bug reports, and for putting up with my absence (gallivanting between The Bubble and Colonia, mostly in a DBX, both above and below the galactic plane, and a lot of work done on QuakeForge). + +### ***EXPERIMENTAL*** + +* download only from GitHub [here](https://github.com/zer0Kerbal/SimpleConstruction/discussions/145) + * updates will be in same discussion as the download link +* NEW: + * Added recycler to "The Klaw" [GrapplingDevice] + * updates #40 - Stock Recycler + * adds a seperate mesh for the recycler + * mesh needs some placement and size tweaks +* Compatibility + * [Interstellar.cfg] v1.0.1.0 + * localize + * update patch + * [InterstellarFuelSwitch.cfg] v1.0.4.0 + * localize + * update patch + +### Localization + +* XPL + * Localization + * updated: + * en-us.cfg + * zh-cn.cfg + * added: + * pt-br.cfg +* corrected long standing typo: + * RocketParts --> Rocket Parts +* Move XPL dictionaries from EL to SCON +* updates #24 - Localization - Brazil Portuguese (Português Brasil) +* closes #39 - Adjust Localization to represent SimpleConstruction! +* updates #19 - Localization - Master + +### Status + +* Issues + * closes # - SimpleConstruction! (SCON) 4.0.99.30-prerelease `` edition + * closes # - 4.0.99.30 Verify Legal Mumbo Jumbo + * closes # - 4.0.99.30 Update Documentation + * closes # - 4.0.99.30 Update Social Media + +--- + ## Version 4.0.99.20-prerelease `` edition ### This is PRE-RELEASE - and WILL break saves From 0d1fe22ab3ba579adc2c97540d95405bf730a76a Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 17:25:13 -0500 Subject: [PATCH 02/48] Update B9TankTypes.cfg --- .../Compatibility/B9PartSwitch/B9TankTypes.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/GameData/SimpleConstruction/Compatibility/B9PartSwitch/B9TankTypes.cfg b/GameData/SimpleConstruction/Compatibility/B9PartSwitch/B9TankTypes.cfg index 32dc5b1e..26505a63 100644 --- a/GameData/SimpleConstruction/Compatibility/B9PartSwitch/B9TankTypes.cfg +++ b/GameData/SimpleConstruction/Compatibility/B9PartSwitch/B9TankTypes.cfg @@ -48,6 +48,7 @@ B9_TANK_TYPE:NEEDS[B9PartSwitch,Launchpad,SimpleConstruction] B9_TANK_TYPE:NEEDS[B9PartSwitch,Launchpad,SimpleConstruction] { name = SCCombo + title = SCCombo tankMass = 0.0005 tankCost = 15 percentFilled = 100 From e97b43f353f58c0fe0cd50d3fc570275de8f5269 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 17:25:15 -0500 Subject: [PATCH 03/48] Update XPL-en-us.cfg --- GameData/SimpleConstruction/Localization/XPL-en-us.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GameData/SimpleConstruction/Localization/XPL-en-us.cfg b/GameData/SimpleConstruction/Localization/XPL-en-us.cfg index d2336e3a..9c7f5c38 100644 --- a/GameData/SimpleConstruction/Localization/XPL-en-us.cfg +++ b/GameData/SimpleConstruction/Localization/XPL-en-us.cfg @@ -5,10 +5,10 @@ Localization #EL_Agency_title = Kairyuu Shipping #EL_Agency_desc = Kairyuu Shipping started out as a pizza delivery kerbal with delusions of grandeur. However, behind everyone's backs he managed to acquire a fleet of bicycles and kerbals to ride them. One thing led to another and eventually that pizza delivery kerbal got involved in mining and constructions. He now wishes to corner the space freight market by being the the foundation of every space station and base. - #EL_ConverterName_MetalOre = Metal Ore - #EL_ConverterName_PartProduction = Part Production - #EL_ConverterName_Smelter = Smelter - #EL_ConverterName_ScrapMetalRemelter = Scrap Metal Remelter + #EL-name_MetalOre = Metal Ore + #EL-name_PartProduction = Part Production + #EL-name_Smelter = Smelter + #EL-name_ScrapMetalRemelter = Scrap Metal Remelter #EL_EventGUIName_OpenPad = Open Pad #EL_EventGUIName_ClosePad = Close Pad From 8592caa89a8a81eaf26cd1110d2d012639c67dd1 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 17:26:30 -0500 Subject: [PATCH 04/48] Update mod.json --- json/mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/mod.json b/json/mod.json index 33186e04..c8828550 100644 --- a/json/mod.json +++ b/json/mod.json @@ -2,7 +2,7 @@ "schemaVersion": 1, "label": "SimpleConstruction!", "labelColor": "BADA55", - "message": "4.0.99.20", + "message": "4.0.99.30", "color": "darkgreen", "style": "plastic" } From e373706bcc6ad96e948ddc4d5cf19fb95bf1f9f2 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 17:26:33 -0500 Subject: [PATCH 05/48] Update SimpleConstruction.version --- SimpleConstruction.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleConstruction.version b/SimpleConstruction.version index f46c2f6e..5cc82788 100644 --- a/SimpleConstruction.version +++ b/SimpleConstruction.version @@ -13,7 +13,7 @@ "MAJOR" : 4, "MINOR" : 0, "PATCH" : 99, - "BUILD" : 20 + "BUILD" : 30 }, "KSP_VERSION" : { From b8f46945482d2b5ec4b96d968666dbbeb544cc8d Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 17:38:54 -0500 Subject: [PATCH 06/48] Update changelog.md --- changelog.md | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/changelog.md b/changelog.md index 95848cd6..61e514e1 100644 --- a/changelog.md +++ b/changelog.md @@ -37,24 +37,19 @@ updated: 05 Mar 2022 * closes #144 - Update [Launchpad.dll] to v0.6.99.2 * Combine ExtraplanetaryLaunchpads/ with SimpleConstruction/ * only leaves the toolbar button icons in ExtraplanetaryLaunchpads/ -* closes #144 - Update [Launchpad.dll] to 0.6.99.2 +* closes #156 - Update [Launchpad.dll] to 0.6.99.3 -* Changes from 6.99.1 from [taniwha](https://forum.kerbalspaceprogram.com/index.php?/profile/57176-*/)'s changelog for [Extraplanetary Launchpads](https://github.com/taniwha/Extraplanetary-Launchpads): +* Changes from 6.99.2 from [taniwha](https://forum.kerbalspaceprogram.com/index.php?/profile/57176-*/)'s changelog for [Extraplanetary Launchpads](https://github.com/taniwha/Extraplanetary-Launchpads): * Minimum KSP version is now 1.12 (might be able to use in 1.11). - * Check for missing flag textures. Fixes stuck UI (visible symptom is a white flag icon). - * Better consistency on the UI toggle button (maybe a bit small now, though). - * Update resource manager correctly on vessel switch. - * Don't interpolate single-point efficiency curves (fixes exception in converter module) - * Add ModuleCargoPart to most parts, but only if KIS is not installed (based on the assumption that if KIS is installed, its storage options are considered to be superior) - * Tweak the rocket builder's eject vectors, making exiting a "seat" less weird. - * UI strings localized (always were in the new UI, but not in a config file: they're now loaded). - * Add Brazilian Portuguese translation (many thanks to [@Steven Marinelli](https://forum.kerbalspaceprogram.com/index.php?/ profile/221885-steven-marinelli/)) - * Add agency localizations - * Add support for subdirectories. I had over 150 craft files in my VAB (1.9.1 save). This... makes a very welcome difference. - * Wait for work sinks (currently just the various pads) to become ready before doing catch-up. This prevents an NRE in the build control code that I was not able to reproduce myself. Many many thanks to [@Rodger](https://forum.kerbalspaceprogram.com/ index.php?/profile/153575-rodger/) (who ran into it) for his patience in testing (heavily modded JNSQ... load times are looooooong). - * Add support for stock inventory parts to the resource manager. This means that resources stored in tanks stored in cargo containers are now counted correctly (only one level deep, though, so tanks in containers in containers won't be counted properly (same as KIS)). This is the reason for abandoning older versions of KSP. * As always, feedback and bug reports are welcome. Preferably github for the bug reports, and logs (KSP.log, make sure LOG_INSTANT_FLUSH in settings.cfg is True. Player.log accepted only if KSP actually crashes as it is normally an unreadable mess (and doesn't have timestamps)) or it didn't happen. - * While this is still in the .99 series, I would say that EL is pretty stable and can be considered late beta or even final pre-release. It's more I have a few more things I want to get in before going to 7.0. Many many thanks to everyone who as given feedback and bug reports, and for putting up with my absence (gallivanting between The Bubble and Colonia, mostly in a DBX, both above and below the galactic plane, and a lot of work done on QuakeForge). + * While this is still in the .99 series, I would say that EL is pretty stable and can be considered late beta or even final pre-release. It's more I have a few more things I want to get in before going to 7.0. Many many thanks to everyone who as given feedback and bug reports, and for putting up with my absence. + * Fix hiding EL's launch clamp (Louis Bach) + * Fix incorrect vertical offset (5m) for survey builds + * Fix inconsistent directory tree indentation + * Japanese translation (Yark-Aki). Only partial due to the PR being before I did a release with the UI localization. + * Survey stake CoM put underground (@zer0Kerbal, @Robin Patenall), and some tweaks to make it have the correct height offset for the build. Thanks to @Rodger for initial testing of the PR. + * Allow survey station when KIS is not installed. + * Patch Kerbal inventory mass limit to include the Kerbal's mass (ModuleInventoryPart massLimit is TOTAL mass, not just inventory mass), allowing kerbals to pick up stakes after they've been placed. ### ***EXPERIMENTAL*** @@ -65,7 +60,10 @@ updated: 05 Mar 2022 * updates #40 - Stock Recycler * adds a seperate mesh for the recycler * mesh needs some placement and size tweaks -* Compatibility + +### Compatibility 4.0.99.30 + +* Update * [Interstellar.cfg] v1.0.1.0 * localize * update patch From 58d1a4e445df8be5b4c8091f8d82d112e34dad9a Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 17:38:59 -0500 Subject: [PATCH 07/48] Delete 4.0.99.20.htm --- GameData/SimpleConstruction/4.0.99.20.htm | 288 ---------------------- 1 file changed, 288 deletions(-) delete mode 100644 GameData/SimpleConstruction/4.0.99.20.htm diff --git a/GameData/SimpleConstruction/4.0.99.20.htm b/GameData/SimpleConstruction/4.0.99.20.htm deleted file mode 100644 index 7cf5a6b9..00000000 --- a/GameData/SimpleConstruction/4.0.99.20.htm +++ /dev/null @@ -1,288 +0,0 @@ - - -


-KSP version License
- Pages

-

Version -4.0.99.20-prerelease <New Launchpad> edition

-

This is PRE-RELEASE -- and WILL break saves

-

meaning things have changed, including file names - so delete -GameData/ExtraplanetaryLaunchpads and -GameData/SimpleConstruction folders - THEN install new -version

-
    -
  • 19 Jul 2022
  • -
  • Release for Kerbal Space Program [KSP 1.12.x]
  • -
-

-DO A CLEAN INSTALL:
DELETE EXISTING INSTALLATION THEN RE-INSTALL

Download from CurseForge

- -

Summary

-
    -
  • [Launchpad.dll] 6.99.2 -
      -
    • minimum KSP version: 1.12.x
    • -
  • -
-

Changes

-

Extraplanetary Launchpads -0.6.99.2

-
    -
  • Update

    -
      -
    • [Launchpad.dll] 6.99.2 -
        -
      • minimum KSP version: 1.12.x
      • -
      • closes #144 - Update [Launchpad.dll] to v0.6.99.2
      • -
    • -
  • -
  • Combine ExtraplanetaryLaunchpads/ with SimpleConstruction/

    -
      -
    • only leaves the toolbar button icons in -ExtraplanetaryLaunchpads/
    • -
  • -
  • closes #144 - Update [Launchpad.dll] to 0.6.99.2

  • -
  • Changes from 6.99.1 from taniwha's -changelog for Extraplanetary -Launchpads:

    -
      -
    • Minimum KSP version is now 1.12 (might be able to use in 1.11).
    • -
    • Check for missing flag textures. Fixes stuck UI (visible symptom is -a white flag icon).
    • -
    • Better consistency on the UI toggle button (maybe a bit small now, -though).
    • -
    • Update resource manager correctly on vessel switch.
    • -
    • Don't interpolate single-point efficiency curves (fixes exception in -converter module)
    • -
    • Add ModuleCargoPart to most parts, but only if KIS is not installed -(based on the assumption that if KIS is installed, its storage options -are considered to be superior)
    • -
    • Tweak the rocket builder's eject vectors, making exiting a "seat" -less weird.
    • -
    • UI strings localized (always were in the new UI, but not in a config -file: they're now loaded).
    • -
    • Add Brazilian Portuguese translation (many thanks to [@Steven -Marinelli](https://forum.kerbalspaceprogram.com/index.php?/ -profile/221885-steven-marinelli/))
    • -
    • Add agency localizations
    • -
    • Add support for subdirectories. I had over 150 craft files in my VAB -(1.9.1 save). This... makes a very welcome difference.
    • -
    • Wait for work sinks (currently just the various pads) to become -ready before doing catch-up. This prevents an NRE in the build control -code that I was not able to reproduce myself. Many many thanks to -[@Rodger](https://forum.kerbalspaceprogram.com/ -index.php?/profile/153575-rodger/) (who ran into it) for his patience in -testing (heavily modded JNSQ... load times are looooooong).
    • -
    • Add support for stock inventory parts to the resource manager. This -means that resources stored in tanks stored in cargo containers are now -counted correctly (only one level deep, though, so tanks in containers -in containers won't be counted properly (same as KIS)). This is the -reason for abandoning older versions of KSP.
    • -
    • As always, feedback and bug reports are welcome. Preferably github -for the bug reports, and logs (KSP.log, make sure LOG_INSTANT_FLUSH in -settings.cfg is True. Player.log accepted only if KSP actually crashes -as it is normally an unreadable mess (and doesn't have timestamps)) or -it didn't happen.
    • -
    • While this is still in the .99 series, I would say that EL is pretty -stable and can be considered late beta or even final pre-release. It's -more I have a few more things I want to get in before going to 7.0. Many -many thanks to everyone who as given feedback and bug reports, and for -putting up with my absence (gallivanting between The Bubble and Colonia, -mostly in a DBX, both above and below the galactic plane, and a lot of -work done on QuakeForge).
    • -
  • -
-

EXPERIMENTAL

-
    -
  • download only from GitHub here -
      -
    • updates will be in same discussion as the download link
    • -
  • -
  • NEW: -
      -
    • Added recycler to "The Klaw" [GrapplingDevice]
    • -
    • updates #40 - Stock Recycler
    • -
    • adds a seperate mesh for the recycler
    • -
    • mesh needs some placement and size tweaks
    • -
  • -
  • Compatibility -
      -
    • [Interstellar.cfg] v1.0.1.0 -
        -
      • localize
      • -
      • update patch
      • -
    • -
    • [InterstellarFuelSwitch.cfg] v1.0.4.0 -
        -
      • localize
      • -
      • update patch
      • -
    • -
  • -
-

Localization

-
    -
  • XPL -
      -
    • Localization -
        -
      • updated: -
          -
        • en-us.cfg
        • -
        • zh-cn.cfg
        • -
      • -
      • added: -
          -
        • pt-br.cfg
        • -
      • -
    • -
  • -
  • corrected long standing typo: -
      -
    • RocketParts --> Rocket Parts
    • -
  • -
  • Move XPL dictionaries from EL to SCON
  • -
  • updates #24 - Localization - Brazil Portuguese (Português Brasil) -<pt-br.cfg>
  • -
  • closes #39 - Adjust Localization to represent -SimpleConstruction!
  • -
  • updates #19 - Localization - Master
  • -
-

Status

-
    -
  • Issues -
      -
    • closes #139 - SimpleConstruction! (SCON) 4.0.99.20-prerelease -<New Launchpad> edition
    • -
    • closes #140 - 4.0.99.20 Verify Legal Mumbo Jumbo
    • -
    • closes #141 - 4.0.99.20 Update Documentation
    • -
    • closes #142 - 4.0.99.20 Update Social Media
    • -
  • -
-
-

See More

-
    -
  • Changelog Summary for more details of changes : See ChangeLog
  • -
  • Discussions and news on this mod : See Discussions or KSP Forums
  • -
  • Known Issues for more details of feature requests and known issues : -See Known Issues
  • -
  • GitHub Pages : See Pages
  • -
-

Localization

-

SimpleConstruction! (SCON)

-
-
    -
  • English English
  • -
  • Dutch Dutch - courtesy of GitHub user: x13x54
  • -
  • Français French (Français) - courtesy of -GitHub user: izeau (Jean Dupouy)!
  • -
  • German German (Deutsch)
  • -
  • Chinese Chinese (简体中文)
  • -
  • 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!

-
-

Extraplanetary -Launchpads

-
-
    -
  • English English
  • -
  • Chinese Chinese (简体中文)
  • -
  • your translation here
  • -
-

Kindly help out taniwha and help translate? See above -for instructions. Github -Repo

-
-
-

red box below is a link to forum post on how to get support

- -

How to get support

-

Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date

-
- -
-

How to -support this and other great mods by zer0Kerbal

-

Support Patreon Github Sponsor Buy zer0Kerbal a snack

- From 887709a72c3081cea89822797959faee64e259c7 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 17:39:49 -0500 Subject: [PATCH 08/48] Update InterstellarFuelSwitch.cfg --- .../Compatibility/InterstellarFuelSwitch.cfg | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/GameData/SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg b/GameData/SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg index efe1a0c3..464fc933 100644 --- a/GameData/SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg +++ b/GameData/SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg @@ -1,16 +1,21 @@ -// InterstellarFuelSwitch.cfg v1.0.3.0 +// InterstellarFuelSwitch.cfg v1.0.4.0 // SimpleConstruction! (SCON) // created: 2020 Apr 20 -// updated: 14 Mar 2022 +// updated: 15 Jul 2022 + +// this file: CC BY-SA 4.0 by zer0Kerbal @PART[*]:HAS[@RESOURCE[Ore],#category[FuelTank],!MODULE[InterstellarFuelSwitch],!MODULE[ProceduralPart]]:NEEDS[InterstellarFuelSwitch,LaunchPad,SimpleConstruction,!B9PartSwitch]:FOR[SimpleConstruction] { MODULE { + tmpM = #EL_Metal-name // Metal + tmpO = #autoLOC_501007 // Ore + tmpR = #EL_RocketParts-name // Rocket Parts + name = InterstellarFuelSwitch - resourceNames = Ore;Metal;RocketParts + resourceNames = #$tmpO$;$tmpM$;$tmpR$ resourceAmounts = #$../RESOURCE[Ore]/maxAmount$;$../RESOURCE[Ore]/maxAmount$;$../RESOURCE[Ore]/maxAmount$ - @resourceAmounts[2,;] *= 2 tankMass = #$../mass$ basePartMass = 0.0 displayCurrentTankCost = true @@ -18,7 +23,10 @@ availableInFlight = true availableInEditor = true showInfo = true + + -tmpM = DELETE + -tmpO = DELETE + -tmpR = DELETE } + -RESOURCE[ORE] {} } - -// this file: CC BY-SA 4.0 by zer0Kerbal \ No newline at end of file From 89b6ccafb774e2673d1d1a908257a6750b1a4002 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 17:39:52 -0500 Subject: [PATCH 09/48] Update Interstellar.cfg --- .../Compatibility/Interstellar.cfg | 59 ++++--------------- 1 file changed, 12 insertions(+), 47 deletions(-) diff --git a/GameData/SimpleConstruction/Compatibility/Interstellar.cfg b/GameData/SimpleConstruction/Compatibility/Interstellar.cfg index ff0d45c8..e4544f1c 100644 --- a/GameData/SimpleConstruction/Compatibility/Interstellar.cfg +++ b/GameData/SimpleConstruction/Compatibility/Interstellar.cfg @@ -1,59 +1,24 @@ -// Interstellar.cfg v1.0.0.1 +// Interstellar.cfg v1.0.1.0 // SimpleConstruction! (SCON) // created: 04 Jul 2022 -// updated: 06 Jul 2022 +// updated: 15 Jul 2022 // this file: CC BY-SA 4.0 by zer0Kerbal - // need to factor in metal which has a volume of 1 instead of ore's 5 and rocketparts's 5 -@PART[RadialOreTank]:NEEDS[Interstellar,Launchpad,SimpleConstruction]:LAST[SimpleConstruction] -{ - @MODULE[InterstellarFuelSwitch] - { - @tankSwitchNames = #$tankSwitchNames$;Metal;RocketParts - @resourceGui = #$resourceGui$;Metal;RocketParts - @resourceNames = #$resourceNames$;Metal;RocketParts - @resourceAmounts = #$resourceAmounts$;75;75 - @fuelTankCounter += 2 - } -} - -@PART[SmallTank]:NEEDS[Interstellar,Launchpad,SimpleConstruction]:LAST[SimpleConstruction] +@PART[RadialOreTank,SmallTank,LargeTank]:NEEDS[Interstellar,Launchpad,SimpleConstruction]:LAST[SimpleConstruction] { @MODULE[InterstellarFuelSwitch] { - @tankSwitchNames = #$tankSwitchNames$;Metal;RocketParts - @resourceGui = #$resourceGui$;Metal;RocketParts - @resourceNames = #$resourceNames$;Metal;RocketParts - @resourceAmounts = #$resourceAmounts$;300;300 + tmpM = #EL_Metal-name // Metal + tmpR = #EL_RocketParts-name // Rocket Parts + @tankSwitchNames = #$tankSwitchNames$;$tmpM$;$tmpR$ + @resourceGui = #$resourceGui$;$tmpM$;$tmpR$ + @resourceNames = #$resourceNames$;$tmpM$;$tmpR$ + @resourceAmounts = #$resourceAmounts$;$../RESOURCE[Ore]/maxAmount$;$../RESOURCE[Ore]/maxAmount$ @fuelTankCounter += 2 + !tmpM = DELETE + !tmpR = DELETE } -} - -@PART[LargeTank]:NEEDS[Interstellar,Launchpad,SimpleConstruction]:LAST[SimpleConstruction] -{ - @MODULE[InterstellarFuelSwitch] - { - @tankSwitchNames = #$tankSwitchNames$;Metal;RocketParts - @resourceGui = #$resourceGui$;Metal;RocketParts - @resourceNames = #$resourceNames$;Metal;RocketParts - @resourceAmounts = #$resourceAmounts$;1500;1500 - @fuelTankCounter += 2 - } -} - -// #SimpleConstruction_RocketParts_displayname -// #SimpleConstruction_Metal_displayname - - // MODULE - // { - // name = InterstellarFuelSwitch - // tankSwitchNames = Ore;Alumina;Aluminium;Boron;Monazite;Minerals;Regolith - // resourceGui = Ore;Alumina;Aluminium;Boron;Monazite;Minerals;Regolith - // resourceNames = Ore;Alumina;Aluminium;Boron;Monazite;Minerals;Regolith - // resourceAmounts = 75;75;75;75;75;75;75 - // hasGUI = true - // availableInFlight = true - // availableInEditor = true \ No newline at end of file +} \ No newline at end of file From 13741408ca9547831ee41081ff661fbc88a8d1c5 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:19:48 -0500 Subject: [PATCH 10/48] Update changelog.md --- changelog.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 61e514e1..f4100811 100644 --- a/changelog.md +++ b/changelog.md @@ -64,12 +64,17 @@ updated: 05 Mar 2022 ### Compatibility 4.0.99.30 * Update - * [Interstellar.cfg] v1.0.1.0 + * v1.0.1.0 * localize * update patch - * [InterstellarFuelSwitch.cfg] v1.0.4.0 + * v1.0.4.0 * localize * update patch + * v4.1.0.0 + * add + * recycler recipes + * transfer recipes + * header ### Localization From a4e0828d0aaada5a648f6bc67a939e9c1a43fddb Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:19:51 -0500 Subject: [PATCH 11/48] Update Recipes.cfg --- .../SimpleConstruction/Config/Recipes.cfg | 96 ++++++++++++++++++- 1 file changed, 92 insertions(+), 4 deletions(-) diff --git a/GameData/SimpleConstruction/Config/Recipes.cfg b/GameData/SimpleConstruction/Config/Recipes.cfg index b6c27f6f..8d07f3bd 100644 --- a/GameData/SimpleConstruction/Config/Recipes.cfg +++ b/GameData/SimpleConstruction/Config/Recipes.cfg @@ -1,3 +1,10 @@ +// Recipes.cfg v4.1.0.0 +// SimpleConstruction! (SCON) +// created: 2013 +// updated: 07 Aug 2022 + +// this file: CC BY-SA 4.0 by zer0Kerbal + EL_ResourceRates { default = 5 @@ -9,6 +16,27 @@ EL_ResourceRates Ore = 8 } +// EL_RecycleRecipe:NEEDS[!NotSoSimpleConstruction] +// { +// name = LiquidFuel +// Resources +// { +// LiquidFuel = 0.8 +// loss = 0.2 +// } +// } + +// EL_RecycleRecipe:NEEDS[!NotSoSimpleConstruction] +// { +// name = XenonGas +// Resources +// { +// XenonGas = 0.8 +// loss = 0.2 +// } +// } + +// Ablator EL_ResourceRecipe { name = Ablator @@ -17,7 +45,27 @@ EL_ResourceRecipe RocketParts = 1 } } +// experimental +EL_TransferRecipe +{ + name = Ablator + Resources + { + Ablator = 1 + } +} + +EL_RecycleRecipe:NEEDS[!NotSoSimpleConstruction] +{ + name = Ablator + Resources + { + Metal = 8 + loss = 2 + } +} +// SolidFuel EL_ResourceRecipe { name = SolidFuel @@ -27,6 +75,27 @@ EL_ResourceRecipe } } +// experimental +EL_TransferRecipe +{ + name = SolidFuel + Resources + { + SolidFuel = 1 + } +} + +EL_RecycleRecipe:NEEDS[!NotSoSimpleConstruction] +{ + name = SolidFuel + Resources + { + Metal = 8 + loss = 2 + } +} + +// RocketParts EL_TransferRecipe { name = RocketParts @@ -36,7 +105,7 @@ EL_TransferRecipe } } -EL_RecycleRecipe +EL_RecycleRecipe:NEEDS[!NotSoSimpleConstruction] { name = RocketParts Resources @@ -46,6 +115,7 @@ EL_RecycleRecipe } } +// EVA Propellant EL_ResourceRecipe { name = EVA Propellant @@ -54,6 +124,26 @@ EL_ResourceRecipe } } +EL_TransferRecipe +{ + name = EVA Propellant + Resources + { + MonoPropellant = 1 + } +} + +EL_RecycleRecipe:NEEDS[!NotSoSimpleConstruction] +{ + name = MonoPropellant + Resources + { + MonoPropellant = 0.8 + loss = 0.2 + } +} + +// LFOMix EL_ResourceRecipe { name = LFOMix @@ -63,11 +153,9 @@ EL_ResourceRecipe } } - EL_ResourceLink { name = RocketFuel resource = LiquidFuel resource = Oxidizer -} - +} \ No newline at end of file From 0402ed550b7e85dc0925c28ff1e81bd1cd6c81c4 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:19:53 -0500 Subject: [PATCH 12/48] Update Resources.cfg --- .../SimpleConstruction/Config/Resources.cfg | 81 ++++++++++--------- 1 file changed, 43 insertions(+), 38 deletions(-) diff --git a/GameData/SimpleConstruction/Config/Resources.cfg b/GameData/SimpleConstruction/Config/Resources.cfg index 139dd892..62fa793c 100644 --- a/GameData/SimpleConstruction/Config/Resources.cfg +++ b/GameData/SimpleConstruction/Config/Resources.cfg @@ -1,7 +1,7 @@ -// Resources.cfg v1.0.4.0 +// Resources.cfg v1.0.5.0 // SimpleConstruction! (SCON) // created: -// updated: 15 Jul 2022 +// updated: 07 Aug 2022 // *********** REFERENCE // name = Ore @@ -16,6 +16,10 @@ // unitCost = 1.5 // volume = 5 +// ore * metalore * metal = rocketparts +// 0.02 * 1.056 * 9.36 = 19.76832/unit +//These densities work on the assumption that 1m^3 holds 200u of resource. + @RESOURCE_DEFINITION[Ore]:NEEDS[Launchpad,SimpleConstruction] { @color = 169,169,169 @@ -23,17 +27,44 @@ } // if CommunityResourcePack is installed, update Resources -@RESOURCE_DEFINITION[RocketParts]:NEEDS[CommunityResourcePack,Launchpad,SimpleConstruction] -{ - !displayName {} - displayName = #EL_RocketParts-name - !abbreviation {} - abbreviation = #SCON-RocketParts-abbv +// @RESOURCE_DEFINITION[RocketParts]:NEEDS[CommunityResourcePack,Launchpad,SimpleConstruction] +// { +// !displayName {} +// displayName = #EL_RocketParts-name +// !abbreviation {} +// abbreviation = #SCON-RocketParts-abbv - // Add missing items +// // Add missing items +// %hsp = 450 +// %color = 192,192,192 +// %RESOURCE_DRAIN_DEFINITION +// { +// %isDrainable = true +// %showDrainFX = true +// %drainFXPriority = 9 +// %drainForceISP = 5 +// %drainFXDefinition = particlesDraining +// } +// @ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/RocketParts +// } + +/// installed only if CommunityResourcePack not installed +// RESOURCE_DEFINITION:NEEDS[Launchpad,SimpleConstruction,!CommunityResourcePack] +RESOURCE_DEFINITION:NEEDS[Launchpad,SimpleConstruction] +{ + name:NEEDS[!CommunityResourcePack] = RocketParts + %displayName = #EL_RocketParts-name + %abbreviation = #SCON-RocketParts-abbv %hsp = 450 - %color = 192,192,192 - %RESOURCE_DRAIN_DEFINITION + %density = 0.0025 + %unitCost = 1.5 + %flowMode = ALL_VESSEL + %transfer = PUMP + %isTweakable = true + %isVisible = true + %volume = 5 + %color = 192,192,192 + @RESOURCE_DRAIN_DEFINITION { %isDrainable = true %showDrainFX = true @@ -41,33 +72,7 @@ %drainForceISP = 5 %drainFXDefinition = particlesDraining } - @ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/RocketParts -} - -/// installed only if CommunityResourcePack not installed -RESOURCE_DEFINITION:NEEDS[Launchpad,SimpleConstruction,!CommunityResourcePack] -{ - name = RocketParts - displayName = #EL_RocketParts-name - abbreviation = #SCON-RocketParts-abbv - hsp = 450 - density = 0.0025 - unitCost = 1.5 - flowMode = ALL_VESSEL - transfer = PUMP - isTweakable = true - isVisible = true - volume = 5 - color = 192,192,192 - RESOURCE_DRAIN_DEFINITION - { - isDrainable = true - showDrainFX = true - drainFXPriority = 9 - drainForceISP = 5 - drainFXDefinition = particlesDraining - } - ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/RocketParts + %ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/RocketParts } /// ALWAYS INSTALLED (Only in SimpleConstruction!) From 21b94de27785e2f06922a356c57733beea451b93 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:19:56 -0500 Subject: [PATCH 13/48] Update SeatTasks.cfg --- GameData/SimpleConstruction/Config/SeatTasks.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GameData/SimpleConstruction/Config/SeatTasks.cfg b/GameData/SimpleConstruction/Config/SeatTasks.cfg index f384b62f..1bbe2100 100644 --- a/GameData/SimpleConstruction/Config/SeatTasks.cfg +++ b/GameData/SimpleConstruction/Config/SeatTasks.cfg @@ -12,5 +12,4 @@ KSExpSeatMap } } -// GPLv2 -// zer0Kerbal \ No newline at end of file +// GPL-2.0 by zer0Kerbal \ No newline at end of file From 8100dff09161a8a5a234323a7d0be5ef2f4ccd2f Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:19:58 -0500 Subject: [PATCH 14/48] Update de.cfg --- GameData/SimpleConstruction/Localization/de.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Localization/de.cfg b/GameData/SimpleConstruction/Localization/de.cfg index f538b654..e8637a86 100644 --- a/GameData/SimpleConstruction/Localization/de.cfg +++ b/GameData/SimpleConstruction/Localization/de.cfg @@ -24,7 +24,7 @@ Localization #SCON-Karbonite-StartActionName = Karbonite Refining: Start #SCON-Karbonite-StopActionName = Karbonite Refining: Stop - #SCON_Karbonite-name = Karbonite + #SCON-Karbonite-name = Karbonite // KerbalPlanetaryBaseSystems #KBPS-Storage-Ore-titl = K&K X1200 Ore Storage From 54d9e195ff77c13f4b6535cf399c2c4add09b4ac Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:20:01 -0500 Subject: [PATCH 15/48] Update en-us.cfg --- GameData/SimpleConstruction/Localization/en-us.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Localization/en-us.cfg b/GameData/SimpleConstruction/Localization/en-us.cfg index db02ccad..002a658c 100644 --- a/GameData/SimpleConstruction/Localization/en-us.cfg +++ b/GameData/SimpleConstruction/Localization/en-us.cfg @@ -21,7 +21,7 @@ Localization #SCON-Karbonite-StartActionName = Karbonite Refining: Start #SCON-Karbonite-StopActionName = Karbonite Refining: Stop - #SCON_Karbonite-name = Karbonite + #SCON-Karbonite-name = Karbonite // KerbalPlanetaryBaseSystems #KBPS-Storage-Ore-titl = K&K X1200 Ore Storage From 14a8ca18f117b788a45259c87ac71cc59293a920 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:20:04 -0500 Subject: [PATCH 16/48] Update fr-fr.cfg --- GameData/SimpleConstruction/Localization/fr-fr.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Localization/fr-fr.cfg b/GameData/SimpleConstruction/Localization/fr-fr.cfg index 92a1b403..50ef3f1d 100644 --- a/GameData/SimpleConstruction/Localization/fr-fr.cfg +++ b/GameData/SimpleConstruction/Localization/fr-fr.cfg @@ -27,7 +27,7 @@ Localization #SCON-Karbonite-StartActionName = Démarrer le raffinage de Karbonite #SCON-Karbonite-StopActionName = Arrêter le raffinage de Karbonite - #SCON_Karbonite-name = Karbonite + #SCON-Karbonite-name = Karbonite // KerbalPlanetaryBaseSystems #KBPS-Storage-Ore-titl = Stockage de minerai K&K X1200 From d78e245a49205a58db2d3c9afc2ae1c3a57def54 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:20:07 -0500 Subject: [PATCH 17/48] Update nl-nl.cfg --- GameData/SimpleConstruction/Localization/nl-nl.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Localization/nl-nl.cfg b/GameData/SimpleConstruction/Localization/nl-nl.cfg index 8582b5ad..126b2fba 100644 --- a/GameData/SimpleConstruction/Localization/nl-nl.cfg +++ b/GameData/SimpleConstruction/Localization/nl-nl.cfg @@ -24,7 +24,7 @@ Localization #SCON-Karbonite-StartActionName = Karboniet Raffinage: Start #SCON-Karbonite-StopActionName = Karboniet Raffinage: Stop - #SCON_Karbonite-name = Karboniet + #SCON-Karbonite-name = Karboniet // KerbalPlanetaryBaseSystems #KBPS-Storage-Ore-titl = K&K X1200 Erts Opslag From 1d2eabf4f8070d71d24d59c059a140fbed48593c Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:20:09 -0500 Subject: [PATCH 18/48] Update zh-cn.cfg --- GameData/SimpleConstruction/Localization/zh-cn.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Localization/zh-cn.cfg b/GameData/SimpleConstruction/Localization/zh-cn.cfg index 57ce4a01..e0e52676 100644 --- a/GameData/SimpleConstruction/Localization/zh-cn.cfg +++ b/GameData/SimpleConstruction/Localization/zh-cn.cfg @@ -24,7 +24,7 @@ Localization #SCON-Karbonite-StartActionName = Karbonite Refining: Start #SCON-Karbonite-StopActionName = Karbonite Refining: Stop - #SCON_Karbonite-name = Karbonite + #SCON-Karbonite-name = Karbonite // KerbalPlanetaryBaseSystems #KBPS-Storage-Ore-titl = K&K X1200 Ore Storage From 01f9f31f58c1a6e0f388c258b2f37de37016c529 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:20:11 -0500 Subject: [PATCH 19/48] Update EL.version --- GameData/SimpleConstruction/Plugins/EL.version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GameData/SimpleConstruction/Plugins/EL.version b/GameData/SimpleConstruction/Plugins/EL.version index eba072e1..d7fbd0c1 100644 --- a/GameData/SimpleConstruction/Plugins/EL.version +++ b/GameData/SimpleConstruction/Plugins/EL.version @@ -1,11 +1,11 @@ { "NAME": "ExtraplanetaryLaunchpads", "URL": "http://taniwha.org/~bill/ExtraplanetaryLaunchpads.version", - "DOWNLOAD": "http://taniwha.org/~bill/ExtraplanetaryLaunchpads_v6.99.2.zip", + "DOWNLOAD": "http://taniwha.org/~bill/ExtraplanetaryLaunchpads_v6.99.3.zip", "VERSION": { "MAJOR": 6, "MINOR": 99, - "PATCH": 2, + "PATCH": 3, "BUILD": 0 }, "KSP_VERSION_MIN": { From c2733d860f337067e03fa212ccd443f90822d230 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:22:26 -0500 Subject: [PATCH 20/48] Create plaque.png --- .../ExtraplanetaryLaunchpads/Textures/plaque.png | Bin 0 -> 1750 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 GameData/ExtraplanetaryLaunchpads/Textures/plaque.png diff --git a/GameData/ExtraplanetaryLaunchpads/Textures/plaque.png b/GameData/ExtraplanetaryLaunchpads/Textures/plaque.png new file mode 100644 index 0000000000000000000000000000000000000000..820fcda7b6fb3aa052f0478d1fe7b3532f77848e GIT binary patch literal 1750 zcmeHI`#TeQ82_RO8!E&&p^G>QCznujYOUjvOQ}_p%iN8zWoA2xR8G01qLFA(8jVm( zy3DP|Etf5qY-TQ<&APZ#(adz#`Stt@=Xu`G`+1)CdEe)GpZ9s+&zpY4%LS?iQv(1% z-CU7Aa!&b)b;@$z>>Si3Csl$gnh1bK^G_(W;~$2~gZlA@PQ@R?hsTqH;=%x#Ot!?v zMiWDV2w|4^xQN1;eJ}u&L)?%Dj#KVT58^!xNQUk6Z)cs{)eU4sGEqy^T6Z)Ex=&mF`k*DcRHX@BCH=oW4 z=4?h~hSnA-`kVs}Cc#pwOPqAr91e}IUV9mI|3fE8nU9S+SEFE1~r z5BSBu1vwq#Hi$HDg?%S4donxomFI422|XMPIge@xt-y!zP6aqC7QguD+27qNn#VR< zFSG{tTDD)~51~*f^YZd##JwBd{WZQOEyC@phmLxsBJR!JO3V@~&XxKwzJLI-DNayZ z?axZEfMs3N)YPn&oQIwcEGYf+w6AXsm&^S{@Ekuj;S{E7G77!YTx3NW$x+a|+`E;2 zu32B6US<_g=ip#(pJ(xdi*{5s>EUu0T~D6mRqZ!^Po$jJ&C2ZI>)ue@TG#6U_*LK0H}5n9lm7=Wy{;JT7kyK#W4p30_pSU ziCxXsTR0d?VA5h?2G=))!Q7z`$Ro;+H}=<7S69EX3-|0e+#F>tR{eNqZ;IDP2Uu3y zYx~?tTc;1OhWCbM;D(1O8Bk!~XOn-|&7@nf;I*SwfsJ=-V+4}cu^e_d3bSf}F#-yp zq@;xJXBh!cg)>REc6O+%?IM0(kByDZQ=@#%;@9ZNg7AjE!jRk`y|&>*i_}Q)L5cFt zF}ovFO=omd#f^>*x1}qI2f#DVRChPzybSM?x%v#Rqzhjc{FMM&&irrxnSi5$hvP=) zqU$At4_1;J+Z|76Z&#u!Y9U%^8%ZS6XeT}kg|OCplmK<9ui!`SQ%v8H&fBv41wQ? zVSbDI)MMg#^h5Hf>><`y_Y`H*9F0hr8hqlqcBzefn>VTBa(y$Yv24siWd<~?xuKNe zy3L0-G*pg?JddN1;^S@CTsjblbqLt0+nB&%uPrX0$fqu-N1R*vKA)78m6iM$TKV#& zW6$X5>WkZ6S_M~Q9% z4v!xb&r^`tvmWmJ``DpfOG7M0kP`1CtBVoTgIY&oI#S3Ps5t2&l}e8>j+Ya7hoF;3RtS6Zb(N4JLS5I`##4z z-|Wyna`tl5uU)fCcm{*P7k-hH!(gze=D!JSp`A}>kwV=A?9enlAcPNqakeWCr7eyD zv*3M%l0jGgzfw7)Y|R?JucJiBFV(NvIcW!IUUZdGHrC)ZLY48LAjtLye`7zr3YBTtgu6TU~qq&8pwHwVICn OCjqxZUdSp0=HfqqFf(`n literal 0 HcmV?d00001 From 059ee03c2df64c2d12802bf884d1f715d2438245 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:32:31 -0500 Subject: [PATCH 21/48] Update changelog.md --- changelog.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/changelog.md b/changelog.md index f4100811..be1f6c8c 100644 --- a/changelog.md +++ b/changelog.md @@ -75,20 +75,25 @@ updated: 05 Mar 2022 * recycler recipes * transfer recipes * header + * v1.0.1.0 + * update locations + * from ExtraplanetaryLaunchpads/Texture to SimpleConstruction/Texture folders + * icon_filter_n + * icon_filter_s ### Localization -* XPL +* SCON * Localization * updated: - * en-us.cfg - * zh-cn.cfg - * added: - * pt-br.cfg -* corrected long standing typo: - * RocketParts --> Rocket Parts -* Move XPL dictionaries from EL to SCON -* updates #24 - Localization - Brazil Portuguese (Português Brasil) + * v1.2.3.0 + * v1.0.2.0 + * v1.0.2.0 + * v1.0.2.0 + * v1.0.2.0 + * corrected long standing typo: + * #SCON_Karbonite-name -> #SCON-Karbonite-name +* closes #24 - Localization - Brazil Portuguese (Português Brasil) * closes #39 - Adjust Localization to represent SimpleConstruction! * updates #19 - Localization - Master From e2aab22d661f009fa6ddcaafde135148b783ad2d Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:32:33 -0500 Subject: [PATCH 22/48] Delete icon_filter_n.png --- .../Textures/icon_filter_n.png | Bin 1117 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 GameData/ExtraplanetaryLaunchpads/Textures/icon_filter_n.png diff --git a/GameData/ExtraplanetaryLaunchpads/Textures/icon_filter_n.png b/GameData/ExtraplanetaryLaunchpads/Textures/icon_filter_n.png deleted file mode 100644 index 9cbfe6f396beec68ae77a1905439ca71715d8ab7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1117 zcmV-j1fu(iP)7Ttyhif3y2uvb$-z+r(_PHY+xJu%fF$8!T}Tmf%5AtO!!I_Totj7SV&K z2;S6_2XBI)f&@GW7DV)5K}xeEutJg^Yyzf)CcA8E)|zZzlV*GPX56>0Z{NO+f*<^u z+1Z)z`_Ih(&3ps@v#C9fiRjWjzM;!qU2hP=6wnX6;A-0hz6Bl!7J;&Ew=^QIzApj~ z0q^_x-UYUSTR{XOz%cNZ9$*0Q8gK-N0)0Rnu=Q_)cYw3Nh^IZO`zAEpq+86=MpQ{7XB#uHg*=aIcTk6mq6)g(NWqthfa>O!J!!!jr%oK*r;6 z8^{9}L->g339lOwDqw)l0*WJtmfsPsfRn)C5Pl32hCqTlPdPul4BX=r+z_x4;db(4 zu+NC5k8lDqVr{nqAa_VuF~&?sqx^qk%2kH-Wt)yYAqTlN^Is5%Sjedt_8Sh$ANE3^ z&jJp1K_G}ow*(ZBvVbeV(?ETXf%i%v4*VU_fe#`&usgsV#A|MSbn;^ZM}eYY`X_P{ zRy(i`BGAnWSjeZpVOXC7o}hW7wL>=qf=~c{HB3M*pj9NrS_)tuRs(iGzXb3g@Fuh- ziyt9bQ8Ive7y<;0w}DrIPmx==Wv?p02f(|)m&onbVw01Ti}`$hXlZF_Wps4(fKuw8 zpmTF`)qFl*URzsRnVOpN(||&@`7-dmY4oPc=Ya2kSAczZlshvsbKbV??P9U`b1W8X zq*AG2jdZD0IsdU+KoCeK%KZ#_`rff-A{0KCFUyv8g+ei}W z05`_R$8!@C6Q_W+v9Ymd>h=1yN~N-x%jJ&OYPH2ep>R5xOx{{pSh#}ZeaDcTvIxAS zC(~k`-iAkk&wxjPtNs1`n Date: Sun, 7 Aug 2022 18:32:35 -0500 Subject: [PATCH 23/48] Delete icon_filter_s.png --- .../Textures/icon_filter_s.png | Bin 1549 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 GameData/ExtraplanetaryLaunchpads/Textures/icon_filter_s.png diff --git a/GameData/ExtraplanetaryLaunchpads/Textures/icon_filter_s.png b/GameData/ExtraplanetaryLaunchpads/Textures/icon_filter_s.png deleted file mode 100644 index e71b37e44c7eb9b039cb52bb2e7b890108211c8a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1549 zcmV+o2J-odP)IU5wOFUD6oM1}at%6JxwQG=&h$gAhVu z3^CECqQa985)z{Fs3{nX5hSKGA$`z@5id!j36NfBx7+O&_coVvd|;-|ZnwJ&FMi3F zvwP0>edjm-bN1{R;D0uHz#PG8z4_c}ne&;W1|!aS5Wvfxz6=q4$vKY!_=||B62t)&c!0|G*82}T2T?s${&;sD7li)f43<1~zKm?!y@B@&Y?;-$E)3kT| ze*fE}qoWUd`yH171RP(1E;Y$%XNc&F(!u%p`8oiha*0>3UhNbFVKV^4VzIpd&QzE~ z0gwS;lv4lzp5UB+>-Y%($mjF&?c28l_)q#G@9ys2>lTSbB74?~^LQBdR4fZ{9l%SD z9|sUJ3_~(aQ^0CzMF3(j7#whm)YaAXj*N^vv{tOg!vK8c05}m999IB@Y}*zJg@Rb_ zX$~AX&>+k57H^$hyLN4_K?MmwqXSa}(8W1FYgyK3iA3Tw0Eu%>Jv}{#lF8($WHNc` z{Q2`eZV^!w>q@1xZCkDpKmyS0=1Bl<0@winXV0E(x^?T8AAofD@Zk?TIyzK0@XD1d zi%vZ9`MkS%SIjUBSFKvi-IxW5h%5)f=X5Ru5YL@EcNf6jl0*>z;_-NUX+^)^AL;As z3yzPEXKRFL0x;!0$<_miRLi<_>C$ttSZq*L)yKX4$z<|!CX<=luwlcA8UX;{Pj?Rx zfO=F}ySBDAe_vnUQO4M+Bb+ftZEbC@9y@mI(Q0)(9&iByC^_ZI`GpG?Ui0~Uk1)ni zYMgT-BKgRXBZsQh@%TD-)2OIn1GTre?{Ft8rvLynH8sU*spXi@4fNNN#5pf&%K;D( z-3Nf|2G-S*#26DCfK>{3`tAonkT~ZdMNvdS5Nb(U^Zwuk@cDc-0mS2RRRYkub?a7f zdV0E6>a{>t0P5@OtJV@lkp>3`BNBkyCr_Sy{@}rbxd)uMXpD#`91d3n*tBVrzq7OR zABl)^>2$iav9WQ=w(W}7C})F}1>u~poGF^7$<+XchlhJ~T|XfKfU2sg{{H@!iHV7Y zN=bqscz1e{iK4gy*U->VQ2|v|rH+mcRnxR3$w|JrfB*i|larHQGsY^Zu%-fDbu>+@ z2rx7>v_n7_$Qd1DnUk$Nye)c4rb%6jzP8>Y&OJG&eT~qS0t~BoaBY z0ssKAERXc}_g`LESU58`HV?T?**;bJNC`TUESOy=Fu z(b3Nfg@RdH!0-3(P9zdfH8wW>noK4i^BzdLuK#%F&YdSiq0kg#?9+1a@p$|hUDpf2 zU~q_tc##4CpeV{k##raRefwS?8yov7o6Q!y4fJ_C{-K>yji%D|JJmP_V13Yp1HJq$tX6A}V^Q zRcl2=jB|cGo6Sx|qtOpGZru3W{QUg&R4O%l^XAP*mX?-YSXx?2q*AH4&*z&~6y@i| z#l>fHx!mu`WO9!rNlG*t{UHplRA%I-S-dkw{k8b&_RyJ!5RnG|l&Y zKHoVas`!ewrg6@dTrT&9WmyxP^DHkh##m{eWt!$6rfI&%IoGPyulenmb1nkd3ZS2J zz8%1NBGPd0BD(-!7QhY5vMx)Kbd88=x}5$C^NuOyb@WWW00000NkvXXu0mjfMN8S1 From 79282cf1d3b6b6e9df1de61a01e6043dd1d64a90 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:32:38 -0500 Subject: [PATCH 24/48] Update CommunityCategoryKit.cfg --- .../Compatibility/CommunityCategoryKit.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/GameData/SimpleConstruction/Compatibility/CommunityCategoryKit.cfg b/GameData/SimpleConstruction/Compatibility/CommunityCategoryKit.cfg index a8725fe6..38b0479f 100644 --- a/GameData/SimpleConstruction/Compatibility/CommunityCategoryKit.cfg +++ b/GameData/SimpleConstruction/Compatibility/CommunityCategoryKit.cfg @@ -1,7 +1,7 @@ -// CommunityCategoryKit.cfg v1.0.0.1 +// CommunityCategoryKit.cfg v1.0.1.0 // SimpleConstruction! (SCON) // created: -// updated: 14 Mar 2022 +// updated: 07 Aug 2022 // add category with all tagged parts @CCKExtraFilterConfig:NEEDS[CCK] @@ -10,9 +10,9 @@ { name = SimpleConstruction! tag = cck-sc - normalIcon = ExtraplanetaryLaunchpads/Textures/icon_filter_n - selectedIcon = ExtraplanetaryLaunchpads/Textures/icon_filter_s - usedByMod = SimpleConstruction! + normalIcon = SimpleConstruction/Textures/icon_filter_n + selectedIcon = SimpleConstruction/Textures/icon_filter_s + usedByMod = SimpleConstruction } } From 4697b67c3f761361aa5e13282bcd854fb5e35898 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:33:09 -0500 Subject: [PATCH 25/48] Update de.cfg --- GameData/SimpleConstruction/Localization/de.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GameData/SimpleConstruction/Localization/de.cfg b/GameData/SimpleConstruction/Localization/de.cfg index e8637a86..7ce995e9 100644 --- a/GameData/SimpleConstruction/Localization/de.cfg +++ b/GameData/SimpleConstruction/Localization/de.cfg @@ -1,7 +1,7 @@ -// de.cfg v1.0.1.0 +// de.cfg v1.0.2.0 // SimpleConstruction! (SCON) // created: 13 Sep 2021 -// updated: 15 Jul 2022 +// updated: 107 Aug 2022 Localization { From 621db58530c99cfa53cc09c069ad49709a8bda29 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:33:11 -0500 Subject: [PATCH 26/48] Update en-us.cfg --- GameData/SimpleConstruction/Localization/en-us.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/GameData/SimpleConstruction/Localization/en-us.cfg b/GameData/SimpleConstruction/Localization/en-us.cfg index 002a658c..54341371 100644 --- a/GameData/SimpleConstruction/Localization/en-us.cfg +++ b/GameData/SimpleConstruction/Localization/en-us.cfg @@ -1,7 +1,9 @@ -// en-us.cfg v1.2.2.0 +// en-us.cfg v1.2.3.0 // SimpleConstruction! (SCON) // created: 2020 Apr 20 -// updated: 15 Jul 2022 +// updated: 07 Aug 2022 + +// CC BY-SA 4.0 by zer0Kerbal Localization { @@ -38,4 +40,3 @@ Localization } } -// CC BY-SA 4.0 by zer0Kerbal From 449cb21ca594a2dc4f9a35b662370ef91eb05c28 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:33:13 -0500 Subject: [PATCH 27/48] Update fr-fr.cfg --- GameData/SimpleConstruction/Localization/fr-fr.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GameData/SimpleConstruction/Localization/fr-fr.cfg b/GameData/SimpleConstruction/Localization/fr-fr.cfg index 50ef3f1d..8e4c6b7a 100644 --- a/GameData/SimpleConstruction/Localization/fr-fr.cfg +++ b/GameData/SimpleConstruction/Localization/fr-fr.cfg @@ -1,7 +1,7 @@ -// fr-fr.cfg v1.0.0.0 +// fr-fr.cfg v1.0.2.0 // SimpleConstruction! (SCON) -// created: 2022 Jul 7 -// updated: +// created: 07 Jul 2022 +// updated: 07 Aug 2022 // this file provided by [izeau (Jean Dupouy)](https://github.com/izeau) // this file: CC BY-SA 4.0 by zer0Kerbal From 79dc0a5b812e5bb71ff3588985910514de10de08 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:33:15 -0500 Subject: [PATCH 28/48] Update nl-nl.cfg --- GameData/SimpleConstruction/Localization/nl-nl.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GameData/SimpleConstruction/Localization/nl-nl.cfg b/GameData/SimpleConstruction/Localization/nl-nl.cfg index 126b2fba..0939dbf3 100644 --- a/GameData/SimpleConstruction/Localization/nl-nl.cfg +++ b/GameData/SimpleConstruction/Localization/nl-nl.cfg @@ -1,7 +1,7 @@ -// nl-nl.cfg v1.0.1.0 +// nl-nl.cfg v1.0.2.0 // SimpleConstruction! (SCON) -// created: 2022 Apr 13 -// updated: 15 Jul 2022 +// created: 13 Apr 2022 +// updated: 07 Aug 2022 Localization { From 7ecb85074beb81c10a0e7a6e45838156f194d438 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:33:17 -0500 Subject: [PATCH 29/48] Update zh-cn.cfg --- GameData/SimpleConstruction/Localization/zh-cn.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GameData/SimpleConstruction/Localization/zh-cn.cfg b/GameData/SimpleConstruction/Localization/zh-cn.cfg index e0e52676..80600716 100644 --- a/GameData/SimpleConstruction/Localization/zh-cn.cfg +++ b/GameData/SimpleConstruction/Localization/zh-cn.cfg @@ -1,7 +1,7 @@ -// zh-ch.cfg v1.0.1.0 +// zh-ch.cfg v1.0.2.0 // SimpleConstruction! (SCON) // created: 01 Dec 2021 -// updated: 15 Jul 2022 +// updated: 07 Aug 2022 Localization { From d529c4a51248e5674e0f667f8910c59de2aae36f Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:33:20 -0500 Subject: [PATCH 30/48] Update plaque.png --- .../SimpleConstruction/Textures/plaque.png | Bin 1744 -> 1750 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/GameData/SimpleConstruction/Textures/plaque.png b/GameData/SimpleConstruction/Textures/plaque.png index 1fef1319b57bd3c6ddd934596943bcbc4b9d11a5..820fcda7b6fb3aa052f0478d1fe7b3532f77848e 100644 GIT binary patch literal 1750 zcmeHI`#TeQ82_RO8!E&&p^G>QCznujYOUjvOQ}_p%iN8zWoA2xR8G01qLFA(8jVm( zy3DP|Etf5qY-TQ<&APZ#(adz#`Stt@=Xu`G`+1)CdEe)GpZ9s+&zpY4%LS?iQv(1% z-CU7Aa!&b)b;@$z>>Si3Csl$gnh1bK^G_(W;~$2~gZlA@PQ@R?hsTqH;=%x#Ot!?v zMiWDV2w|4^xQN1;eJ}u&L)?%Dj#KVT58^!xNQUk6Z)cs{)eU4sGEqy^T6Z)Ex=&mF`k*DcRHX@BCH=oW4 z=4?h~hSnA-`kVs}Cc#pwOPqAr91e}IUV9mI|3fE8nU9S+SEFE1~r z5BSBu1vwq#Hi$HDg?%S4donxomFI422|XMPIge@xt-y!zP6aqC7QguD+27qNn#VR< zFSG{tTDD)~51~*f^YZd##JwBd{WZQOEyC@phmLxsBJR!JO3V@~&XxKwzJLI-DNayZ z?axZEfMs3N)YPn&oQIwcEGYf+w6AXsm&^S{@Ekuj;S{E7G77!YTx3NW$x+a|+`E;2 zu32B6US<_g=ip#(pJ(xdi*{5s>EUu0T~D6mRqZ!^Po$jJ&C2ZI>)ue@TG#6U_*LK0H}5n9lm7=Wy{;JT7kyK#W4p30_pSU ziCxXsTR0d?VA5h?2G=))!Q7z`$Ro;+H}=<7S69EX3-|0e+#F>tR{eNqZ;IDP2Uu3y zYx~?tTc;1OhWCbM;D(1O8Bk!~XOn-|&7@nf;I*SwfsJ=-V+4}cu^e_d3bSf}F#-yp zq@;xJXBh!cg)>REc6O+%?IM0(kByDZQ=@#%;@9ZNg7AjE!jRk`y|&>*i_}Q)L5cFt zF}ovFO=omd#f^>*x1}qI2f#DVRChPzybSM?x%v#Rqzhjc{FMM&&irrxnSi5$hvP=) zqU$At4_1;J+Z|76Z&#u!Y9U%^8%ZS6XeT}kg|OCplmK<9ui!`SQ%v8H&fBv41wQ? zVSbDI)MMg#^h5Hf>><`y_Y`H*9F0hr8hqlqcBzefn>VTBa(y$Yv24siWd<~?xuKNe zy3L0-G*pg?JddN1;^S@CTsjblbqLt0+nB&%uPrX0$fqu-N1R*vKA)78m6iM$TKV#& zW6$X5>WkZ6S_M~Q9% z4v!xb&r^`tvmWmJ``DpfOG7M0kP`1CtBVoTgIY&oI#S3Ps5t2&l}e8>j+Ya7hoF;3RtS6Zb(N4JLS5I`##4z z-|Wyna`tl5uU)fCcm{*P7k-hH!(gze=D!JSp`A}>kwV=A?9enlAcPNqakeWCr7eyD zv*3M%l0jGgzfw7)Y|R?JucJiBFV(NvIcW!IUUZdGHrC)ZLY48LAjtLye`7zr3YBTtgu6TU~qq&8pwHwVICn OCjqxZUdSp0=HfqqFf(`n literal 1744 zcmd^A{WsHl9RCbOO!AP{m+0x#&2i>oDMYF(*3ycwtd$8Xp}E;i39FlGm8662=4ss; zwlKnW=lS7YqlvP6J+$T_-Nn-Dc>ri%!#VPofo@h!c+ylZe-4eIB0S1f7{*dloY$stX^r ze`r&ZXj0(F?!e&q#}RIfhJDZOvcU}7@6*Ew&i52^G^%lIY)lvI*COk{o1|=?Lb+*w zl*k@~8Bs38jpz9X1Z*sb@PZ&{YgYI_HguVS?SKpowl!Z`i4!_d0db-%TH%eTo$k7l z2j{vc%;Rh_AuAN>)SMc!v6H=Mj*gBFOh{PbggHuVVqON|>LNL#@YgeYsX!FXh%6bL zk!oveOGcz=!IlujA-zwOo1DajEX_}`G|P&GLSdQ?zK$Byvr}B0zc0N#Y``D4NhO85 z@*A#B_Lbk0%jMNR2?dUKyq*T=uC?r|yritY5b;t@Y(S++8w^Wpb}>n4aVK5rfhg8t z*4Nk1rEl|I5p-ll@Kahs=rco2JNHKQ4GmVgZhenZ znOJ^V!Q%zmn$rn{Uh4-VKA8o--wLVSK*CrwwzXjmn1tn7mg&yL!otGu2FYv-3yW-* zD_=egUgwLW6qn|8D-b{N&LYaRz~a)(RiHq^Se z(JNzGZ?&$j@E9InZA4D<_Zk@)!Hm-ui4iCchx1nFogVj1@R&3HNq6?smu-}aiq9o} z0^>i78=tPQuI&#lo~bW7)Y{s5!+JVft4MXeu%O_ZO8t=YRhZ~x4+&hY^lBO0YXpuf0R9#za(!pVcFlk?N6uE+dTFlw;5$;k>?WL++T%jfgaCajyIiK~brA30JwG8@1P zX`(9!nSOxfxz&(s1duKEqNx7v8M5fe#~1X8K$$%yd0<&{(n7@E!By8_>&drO&m}h! zo;n)bZn+3|<~A+NS*SOo8Xtol2(CmTDXpth3SO@ib;NxhP@+=3w(*8%IyyRfS0w$w zRt9wwlZVq5rj<428Z%I3ag|8a!=TaJtbSW`X8Yj3X|E^cbiuFAmB(8(hJqpI&JV*a zx9v#PwDGIqqN7LoRaI3<>Xqf}$cq;RxRVW>g73wCf-#|QtQ}-!m1JY4zpTYI2l^>D z6mog&?A*A#B@Yguz_j4z;j&MYlTn|>#!gx5r~JDRkBwBCYhvm24wwKCR?!c;ckNq4 zuJU-?9#)#~5=$u)i+e@UHO_1)yln_j6@swUWl;NGRk#cp35J&U0N zKvvA}D4`oMvxaJWAhr*sSv1v7LKE8HuZJ`8wwwqLAP|H_e14EI%ToYZSVV@FpL+Gq zi8zsus5R4g=v;urh5&eZc?E8~HM@t&05koKUmTxhxSHMjt2)C^EFG-Z*LIGA8Ec3IC2>8S$c?k<3C*jBK`mX From 1a79a8ee86727c745cae1cc9c250975776080744 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 20:48:13 -0500 Subject: [PATCH 31/48] Update changelog.md --- changelog.md | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/changelog.md b/changelog.md index be1f6c8c..52d10ec7 100644 --- a/changelog.md +++ b/changelog.md @@ -17,7 +17,7 @@ updated: 05 Mar 2022 | spacedock | (https://spacedock.info/mod/59) | | ckan | SimpleConstruction | -## Version 4.0.99.30-prerelease `` edition +## Version 4.0.99.30-prerelease `` edition ### This is PRE-RELEASE - and WILL break saves @@ -28,16 +28,19 @@ updated: 05 Mar 2022 * [Launchpad.dll] 6.99.3 * minimum KSP version: 1.12.x +* Compatability patches updated + * Interstellar + * InterstellarFuelSwitch ### Extraplanetary Launchpads 0.6.99.3 * Update * [Launchpad.dll] 6.99.3 * minimum KSP version: 1.12.x - * closes #144 - Update [Launchpad.dll] to v0.6.99.2 + * closes #144 - Update [Launchpad.dll] to v0.6.99.3 * Combine ExtraplanetaryLaunchpads/ with SimpleConstruction/ * only leaves the toolbar button icons in ExtraplanetaryLaunchpads/ -* closes #156 - Update [Launchpad.dll] to 0.6.99.3 +* closes #154 - Update [Launchpad.dll] to 0.6.99.3 * Changes from 6.99.2 from [taniwha](https://forum.kerbalspaceprogram.com/index.php?/profile/57176-*/)'s changelog for [Extraplanetary Launchpads](https://github.com/taniwha/Extraplanetary-Launchpads): * Minimum KSP version is now 1.12 (might be able to use in 1.11). @@ -58,7 +61,7 @@ updated: 05 Mar 2022 * NEW: * Added recycler to "The Klaw" [GrapplingDevice] * updates #40 - Stock Recycler - * adds a seperate mesh for the recycler + * adds a separate mesh for the recycler * mesh needs some placement and size tweaks ### Compatibility 4.0.99.30 @@ -83,16 +86,15 @@ updated: 05 Mar 2022 ### Localization -* SCON - * Localization - * updated: - * v1.2.3.0 - * v1.0.2.0 - * v1.0.2.0 - * v1.0.2.0 - * v1.0.2.0 - * corrected long standing typo: - * #SCON_Karbonite-name -> #SCON-Karbonite-name +* Localization + * updated: + * v1.2.3.0 + * v1.0.2.0 + * v1.0.2.0 + * v1.0.2.0 + * v1.0.2.0 +* corrected long standing typo: + * #SCON_Karbonite-name -> #SCON-Karbonite-name * closes #24 - Localization - Brazil Portuguese (Português Brasil) * closes #39 - Adjust Localization to represent SimpleConstruction! * updates #19 - Localization - Master @@ -100,10 +102,10 @@ updated: 05 Mar 2022 ### Status * Issues - * closes # - SimpleConstruction! (SCON) 4.0.99.30-prerelease `` edition - * closes # - 4.0.99.30 Verify Legal Mumbo Jumbo - * closes # - 4.0.99.30 Update Documentation - * closes # - 4.0.99.30 Update Social Media + * closes #150 - SimpleConstruction! (SCON) 4.0.99.30-prerelease `` edition + * closes #151 - 4.0.99.30 Verify Legal Mumbo Jumbo + * closes #152 - 4.0.99.30 Update Documentation + * closes #153 - 4.0.99.30 Update Social Media --- @@ -153,7 +155,7 @@ updated: 05 Mar 2022 * NEW: * Added recycler to "The Klaw" [GrapplingDevice] * updates #40 - Stock Recycler - * adds a seperate mesh for the recycler + * adds a separate mesh for the recycler * mesh needs some placement and size tweaks * Compatibility * [Interstellar.cfg] v1.0.1.0 From af68e51d71b64b61ca0c9ccca90fa372f1b9fb5c Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 20:48:15 -0500 Subject: [PATCH 32/48] Update changelog.md --- docs/changelog.md | 94 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 93 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index c1308f77..afcf9da4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -32,6 +32,98 @@ updated: 05 Mar 2022 | spacedock | (https://spacedock.info/mod/59) | | ckan | SimpleConstruction | +## Version 4.0.99.30-prerelease `` edition + +### This is PRE-RELEASE - and WILL break saves + +* 07 Aug 2022 +* Release for Kerbal Space Program [KSP 1.12.x] + +### Summary + +* [Launchpad.dll] 6.99.3 + * minimum KSP version: 1.12.x +* Compatability patches updated + * Interstellar + * InterstellarFuelSwitch + +### Extraplanetary Launchpads 0.6.99.3 + +* Update + * [Launchpad.dll] 6.99.3 + * minimum KSP version: 1.12.x + * closes #144 - Update [Launchpad.dll] to v0.6.99.3 +* Combine ExtraplanetaryLaunchpads/ with SimpleConstruction/ + * only leaves the toolbar button icons in ExtraplanetaryLaunchpads/ +* closes #156 - Update [Launchpad.dll] to 0.6.99.3 + +* Changes from 6.99.2 from [taniwha](https://forum.kerbalspaceprogram.com/index.php?/profile/57176-*/)'s changelog for [Extraplanetary Launchpads](https://github.com/taniwha/Extraplanetary-Launchpads): + * Minimum KSP version is now 1.12 (might be able to use in 1.11). + * As always, feedback and bug reports are welcome. Preferably github for the bug reports, and logs (KSP.log, make sure LOG_INSTANT_FLUSH in settings.cfg is True. Player.log accepted only if KSP actually crashes as it is normally an unreadable mess (and doesn't have timestamps)) or it didn't happen. + * While this is still in the .99 series, I would say that EL is pretty stable and can be considered late beta or even final pre-release. It's more I have a few more things I want to get in before going to 7.0. Many many thanks to everyone who as given feedback and bug reports, and for putting up with my absence. + * Fix hiding EL's launch clamp (Louis Bach) + * Fix incorrect vertical offset (5m) for survey builds + * Fix inconsistent directory tree indentation + * Japanese translation (Yark-Aki). Only partial due to the PR being before I did a release with the UI localization. + * Survey stake CoM put underground (@zer0Kerbal, @Robin Patenall), and some tweaks to make it have the correct height offset for the build. Thanks to @Rodger for initial testing of the PR. + * Allow survey station when KIS is not installed. + * Patch Kerbal inventory mass limit to include the Kerbal's mass (ModuleInventoryPart massLimit is TOTAL mass, not just inventory mass), allowing kerbals to pick up stakes after they've been placed. + +### ***EXPERIMENTAL*** + +* download only from GitHub [here](https://github.com/zer0Kerbal/SimpleConstruction/discussions/145) + * updates will be in same discussion as the download link +* NEW: + * Added recycler to "The Klaw" [GrapplingDevice] + * updates #40 - Stock Recycler + * adds a separate mesh for the recycler + * mesh needs some placement and size tweaks + +### Compatibility 4.0.99.30 + +* Update + * v1.0.1.0 + * localize + * update patch + * v1.0.4.0 + * localize + * update patch + * v4.1.0.0 + * add + * recycler recipes + * transfer recipes + * header + * v1.0.1.0 + * update locations + * from ExtraplanetaryLaunchpads/Texture to SimpleConstruction/Texture folders + * icon_filter_n + * icon_filter_s + +### Localization + +* Localization + * updated: + * v1.2.3.0 + * v1.0.2.0 + * v1.0.2.0 + * v1.0.2.0 + * v1.0.2.0 +* corrected long standing typo: + * #SCON_Karbonite-name -> #SCON-Karbonite-name +* closes #24 - Localization - Brazil Portuguese (Português Brasil) +* closes #39 - Adjust Localization to represent SimpleConstruction! +* updates #19 - Localization - Master + +### Status + +* Issues + * closes #150 - SimpleConstruction! (SCON) 4.0.99.30-prerelease `` edition + * closes #151 - 4.0.99.30 Verify Legal Mumbo Jumbo + * closes #152 - 4.0.99.30 Update Documentation + * closes #153 - 4.0.99.30 Update Social Media + +--- + ## Version 4.0.99.20-prerelease `` edition ### This is PRE-RELEASE - and WILL break saves @@ -78,7 +170,7 @@ updated: 05 Mar 2022 * NEW: * Added recycler to "The Klaw" [GrapplingDevice] * updates #40 - Stock Recycler - * adds a seperate mesh for the recycler + * adds a separate mesh for the recycler * mesh needs some placement and size tweaks * Compatibility * [Interstellar.cfg] v1.0.1.0 From 7a9fcedcd7eecabd0eab80c189d67b0dabb3038c Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 20:48:17 -0500 Subject: [PATCH 33/48] Update 4.0.99.20.md --- docs/ReleaseNotes/4.0.99.20.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes/4.0.99.20.md b/docs/ReleaseNotes/4.0.99.20.md index 7efaf290..3d23da5a 100644 --- a/docs/ReleaseNotes/4.0.99.20.md +++ b/docs/ReleaseNotes/4.0.99.20.md @@ -68,7 +68,7 @@ meaning things have changed, including file names - so delete `GameData/Extrapla * NEW: * Added recycler to "The Klaw" [GrapplingDevice] * updates #40 - Stock Recycler - * adds a seperate mesh for the recycler + * adds a separate mesh for the recycler * mesh needs some placement and size tweaks * Compatibility * [Interstellar.cfg] v1.0.1.0 From bf31a1ee416126ff12b08ab4fb425613bd3a1f67 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 20:48:20 -0500 Subject: [PATCH 34/48] Create 4.0.99.30.md --- docs/ReleaseNotes/4.0.99.30.md | 199 +++++++++++++++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 docs/ReleaseNotes/4.0.99.30.md diff --git a/docs/ReleaseNotes/4.0.99.30.md b/docs/ReleaseNotes/4.0.99.30.md new file mode 100644 index 00000000..ae29df9f --- /dev/null +++ b/docs/ReleaseNotes/4.0.99.30.md @@ -0,0 +1,199 @@ +--- +permalink: /4.0.99.30.html +title: Release Notes - version 4.0.99.30 +description: Version Release Notes +tags: SimpleConstruction!,scon,launchpad,extraplanetary,release-notes,kerbal,ksp,zer0Kerbal,zedK,taniwha +layout: page +--- + + + +[![SimpleConstruction! Version][MOD:shd:stat]][MOD:forum] +[![KSP version][KSP:shd:stat]][KSP:url] [![License][LIC:shd]][LIC:url] +![AVC .version files][AVCVAL:shd] [![Pages][MOD:pages:shd]][MOD:pages] + +# Version 4.0.99.30-prerelease `` edition + +## This is PRE-RELEASE - and WILL break saves + +meaning things have changed, including file names - so delete `GameData/ExtraplanetaryLaunchpads` and `GameData/SimpleConstruction` folders - THEN install new version + +* 07 Aug 2022 +* Release for Kerbal Space Program [KSP 1.12.x] + +

+DO A CLEAN INSTALL:
DELETE EXISTING INSTALLATION THEN RE-INSTALL

Download from CurseForge

+ +### Summary + +* [Launchpad.dll] 6.99.2 + * minimum KSP version: 1.12.x + +## Changes + +### Extraplanetary Launchpads 0.6.99.2 + +* Update + * [Launchpad.dll] 6.99.2 + * minimum KSP version: 1.12.x + * closes #144 - Update [Launchpad.dll] to v0.6.99.2 +* Combine ExtraplanetaryLaunchpads/ with SimpleConstruction/ + * only leaves the toolbar button icons in ExtraplanetaryLaunchpads/ +* closes #144 - Update [Launchpad.dll] to 0.6.99.2 + +* Changes from 6.99.1 from [taniwha](https://forum.kerbalspaceprogram.com/index.php?/profile/57176-*/)'s changelog for [Extraplanetary Launchpads](https://github.com/taniwha/Extraplanetary-Launchpads): + * Minimum KSP version is now 1.12 (might be able to use in 1.11). + * Check for missing flag textures. Fixes stuck UI (visible symptom is a white flag icon). + * Better consistency on the UI toggle button (maybe a bit small now, though). + * Update resource manager correctly on vessel switch. + * Don't interpolate single-point efficiency curves (fixes exception in converter module) + * Add ModuleCargoPart to most parts, but only if KIS is not installed (based on the assumption that if KIS is installed, its storage options are considered to be superior) + * Tweak the rocket builder's eject vectors, making exiting a "seat" less weird. + * UI strings localized (always were in the new UI, but not in a config file: they're now loaded). + * Add Brazilian Portuguese translation (many thanks to [@Steven Marinelli](https://forum.kerbalspaceprogram.com/index.php?/ profile/221885-steven-marinelli/)) + * Add agency localizations + * Add support for subdirectories. I had over 150 craft files in my VAB (1.9.1 save). This... makes a very welcome difference. + * Wait for work sinks (currently just the various pads) to become ready before doing catch-up. This prevents an NRE in the build control code that I was not able to reproduce myself. Many many thanks to [@Rodger](https://forum.kerbalspaceprogram.com/ index.php?/profile/153575-rodger/) (who ran into it) for his patience in testing (heavily modded JNSQ... load times are looooooong). + * Add support for stock inventory parts to the resource manager. This means that resources stored in tanks stored in cargo containers are now counted correctly (only one level deep, though, so tanks in containers in containers won't be counted properly (same as KIS)). This is the reason for abandoning older versions of KSP. + * As always, feedback and bug reports are welcome. Preferably github for the bug reports, and logs (KSP.log, make sure LOG_INSTANT_FLUSH in settings.cfg is True. Player.log accepted only if KSP actually crashes as it is normally an unreadable mess (and doesn't have timestamps)) or it didn't happen. + * While this is still in the .99 series, I would say that EL is pretty stable and can be considered late beta or even final pre-release. It's more I have a few more things I want to get in before going to 7.0. Many many thanks to everyone who as given feedback and bug reports, and for putting up with my absence (gallivanting between The Bubble and Colonia, mostly in a DBX, both above and below the galactic plane, and a lot of work done on QuakeForge). + +### ***EXPERIMENTAL*** + +* download only from GitHub [here](https://github.com/zer0Kerbal/SimpleConstruction/discussions/145) + * updates will be in same discussion as the download link +* NEW: + * Added recycler to "The Klaw" [GrapplingDevice] + * updates #40 - Stock Recycler + * adds a separate mesh for the recycler + * mesh needs some placement and size tweaks +* Compatibility + * [Interstellar.cfg] v1.0.1.0 + * localize + * update patch + * [InterstellarFuelSwitch.cfg] v1.0.4.0 + * localize + * update patch + +### Localization + +* XPL + * Localization + * updated: + * en-us.cfg + * zh-cn.cfg + * added: + * pt-br.cfg +* corrected long standing typo: + * RocketParts --> Rocket Parts +* Move XPL dictionaries from EL to SCON +* updates #24 - Localization - Brazil Portuguese (Português Brasil) +* closes #39 - Adjust Localization to represent SimpleConstruction! +* updates #19 - Localization - Master + +### Status + +* Issues + * closes #139 - SimpleConstruction! (SCON) 4.0.99.30-prerelease `` edition + * closes #140 - 4.0.99.30 Verify Legal Mumbo Jumbo + * closes #141 - 4.0.99.30 Update Documentation + * closes #142 - 4.0.99.30 Update Social Media + +--- + +## See More + +* Changelog Summary for more details of changes : See [ChangeLog][MOD:chlog] +* Discussions and news on this mod : See [Discussions][MOD:discu] or [KSP Forums][MOD:forum] +* Known Issues for more details of feature requests and known issues : See [Known Issues][MOD:issue] +* GitHub Pages : See [Pages][MOD:pages] + +### Localization + +#### SimpleConstruction! (SCON) + +>* ![English][EN] English +>* ![Dutch][NL] Dutch - courtesy of GitHub user: [x13x54][x13x54] +>* ![Français][FR] French (Français) - courtesy of GitHub user: [izeau (Jean Dupouy)][izeau]! +>* ![German][DE] German (Deutsch) +>* ![Chinese][CN] Chinese (简体中文) +>* ***your translation here*** +> +> HELP WANTED - See the [README in the Localization folder][lreadme] or the [Quickstart Guide][qstart] for instructions for adding or improving translations. [GitHub][GitHub:url] push is the best way to contribute. *Additions and corrections welcome!* + +#### [Extraplanetary Launchpads](https://github.com/taniwha/Extraplanetary-Launchpads) + +>* ![English][EN] English +>* ![Chinese][CN] Chinese (简体中文) +>* ***your translation here*** +> +>Kindly help out [`taniwha`][taniwha] and help translate? See above for instructions. [Github Repo](https://github.com/taniwha/Extraplanetary-Launchpads) + +
+

red box below is a link to forum post on how to get support

+ +

How to get support

+

Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date

+
+ +--- + +### How to support this and other great mods by [`zer0Kerbal`][zer0Kerbal] + +[![Support][PAYPAL:img]][PAYPAL:url] [![Patreon][PATREON:img]][PATREON:url] [![Github Sponsor][GSPONS:img]][GSPONS:url] [![Buy zer0Kerbal a snack][BMCC:img]][BMCC:url] + +[MOD:chlog]: https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/Changelog.cfg "Changelog" +[MOD:discu]: https://github.com/zer0Kerbal/SimpleConstruction/discussions "Discussions" +[MOD:issue]: https://github.com/zer0Kerbal/SimpleConstruction/issues "GitHub Issues" +[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/191424-*/ "SimpleConstruction! forum thread" +[MOD:licns]: https://github.com/zer0Kerbal/SimpleConstruction/blob/master/LICENSE +[MOD:pages]: https://zer0kerbal.github.io/SimpleConstruction "GitHub.io Pages" +[MOD:pages:shd]: https://img.shields.io/badge/GitHub-Pages-white?style=plastic&labelColor=9cf&logoColor=181717&logo=github/ "GitHub IO" + +[MOD:shd:stat]: https://img.shields.io/badge/SimpleConstruction!%20(SCON)-4.0.99.30--prerelease-BADA55.svg?style=plastic&labelColor=darkgreen "4.0.99.30-prerelease" + +[CRSFG:url]: https://www.curseforge.com/kerbal/ksp-mods/sc/files/ "Curseforge" +[GITHUB:url]: https://github.com/zer0Kerbal/SimpleConstruction/ "GitHub" + +[KSP:url]: http://kerbalspaceprogram.com/ "Kerbal Space Program" +[KSP:shd:stat]: https://img.shields.io/badge/KSP-1.12.3-blue.svg?style=plastic&logo=data:image/webp;base64,UklGRpAGAABXRUJQVlA4TIQGAAAvH8AHEE0obNsGDakwXkT/Q4chj76jn1yYjSRjH6H+6xQqRUkkSc5ckHD+NUUVhx4+RNu2bTTl/3OTVhD6H8u6fF8dDYm40CK7N0CjAxK52rYtjfQRAvGNjbu7V+vuLp2fwhzA6gG4li6de+nuO+4uJBlkwoTA//90kENgtZZs27ZpO2Oufa5vbNsq2Sw6qaa9r3n/kZJTex/wSrFt27o62kuSJNuqrdTa1+/7uLu7uzQZAk0mRN/mAz2CAbi723vvy5WztxxIAAiw+dh2bdvWZJuT12y1bdu2bdu2bbs3AQABlsED+y50lDqLE4pf/Uxe8KO77HFes9hvxu1p3O2Q09LVg0NVjo7Z5U6AvwBSOfivKdQTujOnXNG8hzNhqYSMMHJ+MwWWyTSjNUoP1jWHp1ZNmgB8TMH3Tl33mvoVb8uIj3umyIJLsAmYoCIqUCVMCN5WrW78Qi+AkeaGOkWFk3QbRmIWHpIZSURXDxhJVlJiYZ6kLEgeEjIRCBmxebhCTWlTJNaXLystGysVToPOAFJJjqSPNOXftSVbXPQjxrzVaFNzXvBonWJlonIVTJabAfjZ0Jxufl5GPntEHKjB7PIXtg6eYHywJn3hTdijjXUain94KjfCfg1hm³AZRR4N16VMXBrsDVYDCjOIMmGFsAab8rdY7+kIw0BgtRgL1DKJeuNZdQ9f5RAGGfOQfZxexj7t37RkjNp4rPDIHOJVyPBF+XHKsnQk4SWRBl8Wot74WtkBqidQggbyj2vW1WEFG6JfUZ8UxhVzOmAUdKTYZ3yxR2QwIIAQdA9YgiRBZWyCguiOER9y9IauiyGqR0EayVLiEVwmXmF5+Z2jfohj8i1q8ybRahCBAXZBCBUqLgAACQFzp5M/o5wzCDcCJZEOF9EzggM7NEd18c1Q85gPBldtg6mwB1N+hzyTSFp5jWM+WpCRBEBAjIaUxJI80o3s6vDYJ7gNXuAUfOacvsLvLhNIMaMwh8GccsXjtuiK+wkxZ/kVdOCzoCeAOn+N7H1rU1YT35MgAWY9yD5wMWI7j7G976bSh8LxDx2jI3IJRAnJ+RQQIU7gABnLd3vKSyMAd71mq7HgV3AJ+Sxh5Bz5O0z/gbTiNT8DxQssrrv7Uyx9Y7q6BQVUoIGonF/FfoC/RqwVHlviCRSABDvLaCUfZlz1cNENn6adNTz+AF8v8KWQAFL+QMkpCthFkpvvq7+2/to6AIBhyvPdrUr3g1XwBEJPMeP/98SxWWvs3nHIhgNnsY1RWVyw+Guh5IZLgj9WzPi/iEk9gPPGLAni3aRlsqlGQ9jP4z9Q/s/xi3dw486abm6Bqi2l3qu9e9tQsdVMdG4zbVYqp5wJcBSA2W6sNmkwxuNk+nw3r4MFi/4EkTAhiRFk70jkqNDiWbDK65OLIn0s0wD/ucAp3XwVSsSNBAqjFUIXwFE0MihZQ6utQYV2oR+tShO7Ad6bswY3xd7qe0VrVxK9ZjueQy4TPnF8MCQGjoxSugSFgFMV4LiVwgsn/i+gXZ2FzplAduxnn0/OlW0uqf+M64MRPqzwrl+PnpKQSaXS49Ui7n2/ctFtHtAtiprzxq6WniwESvW5yUG1Xx6/8Hx8NKELwKZK15pV/EvXvm9ZMlx0aKUO98iUPaWvst/n8ZbOmkvGhcOQRWf5zj9dk9cfpad5oHN3Rns/wsuvy2puxz1Ziu96Q7/SOWoROzvNzFo5Z5+1BDej3OjQ/XymEkW9jr0em5g5SdX8VC2gf9xJb/RWCC5bIKWDgWcYf+K9Kje3zbQBh/F448wMLoICeUyJ330nXlPmawiRT/sblG4vWrbErgQaMzYbZcwbhSaNrwH+Tqa04jqrd3JZTvwbFxHFSVMAv5UZdEq+tQUupcis/5+MZNsxk9b8TPa7cMqdzzrh9FtD5v+vPACvJy7nDT69IP/Yx6EywGdTFsD5iU7bqkovJogzTjQm³iFTyp4jV4bjVKdcnv5/JrhokmpnGAIA4D/AXYCfVgoBXnrDkCqqCHRG529HeYB51Jy1z6nlW/gnVmzyxmVHxnQrxXxelcI0yN85udPl+//t2rzKzA+oluPTNjp6qY1PVduFVdo8ya+8E6p8KOZR+bLj6Vju9oi5dar0erTS8Z1x3/IITU3vyDRLiZWBZVH6CbqURTeLptD3pEPIR4W4QlHfTnRJzZBRJ8MlI8LmmEXLAdAxsqIYbSDGTt65GfF0cUL6aQQ=&labelColor=black/ "Kerbal Space Program" +[LIC:url]: https://www.gnu.org/licenses/gpl-3.0-standalone.html "GPLv3" +[LIC:shd]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/license.json "GPLv3" +[AVCVAL:shd]: https://github.com/zer0Kerbal/SimpleConstruction/workflows/Validate%20AVC%20.version%20files/badge.svg +[PAYPAL:img]: https://img.shields.io/badge/Buy%20me%20some%20-Ore-00457C?style=for-the-badge&logo=paypal&labelColor=FFDD00 "PayPal" +[PAYPAL:url]: https://www.paypal.com/donate?hosted_button_id=DC22YHMEJREKL "PayPal" +[PATREON:img]: https://img.shields.io/badge/Patreon%20-be%20a%20Patron-FF424D?style=for-the-badge&logo=patreon "Patreon" +[PATREON:url]: https://www.patreon.com/bePatron?u=23390503 "Patreon" +[GSPONS:img]: https://img.shields.io/badge/Github%20-Sponsor-EA4AAA?style=for-the-badge&logo=githubsponsors "Github Sponsors" +[GSPONS:url]: https://github.com/sponsors/zer0Kerbal "Github Sponsors" +[BMCC:img]: https://img.shields.io/badge/Buy%20Me%20a%20-Snack!-FFDD00?style=for-the-badge&logo=buymeacoffee "Buy Me A Snack" +[BMCC:url]: https://buymeacoffee.com/zer0Kerbal "Buy Me A Snack" +[lreadme]: https://github.com/zer0Kerbal/zer0Kerbal/blob/master/Localization/readme.md "Localization Readme" +[qstart]: https://github.com/zer0Kerbal/zer0Kerbal/blob/master/Localization/quickstart.md "Quickstart" +[EN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/EN.png "English" +[BR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/BR.png "Português Brasil" +[CN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/CH.png "中文" +[DE]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/DE.png "Deutsch" +[ES]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/ES.png "Español" +[FR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/FR.png "Français" +[IT]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/IT.png "Italiano" +[JA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/JA.png "日本語" +[KO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/KO.png "한국어" +[MX]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/MX.png "Mexicano Español" +[NL]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/NL.png "Dutch" +[NO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/NO.png "Norsk" +[PO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/PO.png "Polski" +[RU]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/RU.png "Русский" +[SW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/SW.png "Svenska" +[TR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/TR.png "Türk" +[TW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/TW.png "国语" + +[taniwha]: https://forum.kerbalspaceprogram.com/index.php?/profile/57176-*/ "Taniwha" +[x13x54]: https://github.com/x13x54 "GitHub: x13x54" +[izeau]: https://github.com/izeau "GitHub: izeau" +[zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-*/ "zer0Kerbal" + + \ No newline at end of file From eecfc36d438172bfcb25837d5ac834a0fe2dfb17 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 20:48:22 -0500 Subject: [PATCH 35/48] Create 4.0.99.30.htm --- GameData/SimpleConstruction/4.0.99.30.htm | 288 ++++++++++++++++++++++ 1 file changed, 288 insertions(+) create mode 100644 GameData/SimpleConstruction/4.0.99.30.htm diff --git a/GameData/SimpleConstruction/4.0.99.30.htm b/GameData/SimpleConstruction/4.0.99.30.htm new file mode 100644 index 00000000..cec6d523 --- /dev/null +++ b/GameData/SimpleConstruction/4.0.99.30.htm @@ -0,0 +1,288 @@ + + +


+KSP version License
+ Pages

+

Version +4.0.99.30-prerelease <Launchpad 30> edition

+

This is PRE-RELEASE +- and WILL break saves

+

meaning things have changed, including file names - so delete +GameData/ExtraplanetaryLaunchpads and +GameData/SimpleConstruction folders - THEN install new +version

+
    +
  • 07 Aug 2022
  • +
  • Release for Kerbal Space Program [KSP 1.12.x]
  • +
+

+DO A CLEAN INSTALL:
DELETE EXISTING INSTALLATION THEN RE-INSTALL

Download from CurseForge

+ +

Summary

+
    +
  • [Launchpad.dll] 6.99.2 +
      +
    • minimum KSP version: 1.12.x
    • +
  • +
+

Changes

+

Extraplanetary Launchpads +0.6.99.2

+
    +
  • Update

    +
      +
    • [Launchpad.dll] 6.99.2 +
        +
      • minimum KSP version: 1.12.x
      • +
      • closes #144 - Update [Launchpad.dll] to v0.6.99.2
      • +
    • +
  • +
  • Combine ExtraplanetaryLaunchpads/ with SimpleConstruction/

    +
      +
    • only leaves the toolbar button icons in +ExtraplanetaryLaunchpads/
    • +
  • +
  • closes #144 - Update [Launchpad.dll] to 0.6.99.2

  • +
  • Changes from 6.99.1 from taniwha's +changelog for Extraplanetary +Launchpads:

    +
      +
    • Minimum KSP version is now 1.12 (might be able to use in 1.11).
    • +
    • Check for missing flag textures. Fixes stuck UI (visible symptom is +a white flag icon).
    • +
    • Better consistency on the UI toggle button (maybe a bit small now, +though).
    • +
    • Update resource manager correctly on vessel switch.
    • +
    • Don't interpolate single-point efficiency curves (fixes exception in +converter module)
    • +
    • Add ModuleCargoPart to most parts, but only if KIS is not installed +(based on the assumption that if KIS is installed, its storage options +are considered to be superior)
    • +
    • Tweak the rocket builder's eject vectors, making exiting a "seat" +less weird.
    • +
    • UI strings localized (always were in the new UI, but not in a config +file: they're now loaded).
    • +
    • Add Brazilian Portuguese translation (many thanks to [@Steven +Marinelli](https://forum.kerbalspaceprogram.com/index.php?/ +profile/221885-steven-marinelli/))
    • +
    • Add agency localizations
    • +
    • Add support for subdirectories. I had over 150 craft files in my VAB +(1.9.1 save). This... makes a very welcome difference.
    • +
    • Wait for work sinks (currently just the various pads) to become +ready before doing catch-up. This prevents an NRE in the build control +code that I was not able to reproduce myself. Many many thanks to +[@Rodger](https://forum.kerbalspaceprogram.com/ +index.php?/profile/153575-rodger/) (who ran into it) for his patience in +testing (heavily modded JNSQ... load times are looooooong).
    • +
    • Add support for stock inventory parts to the resource manager. This +means that resources stored in tanks stored in cargo containers are now +counted correctly (only one level deep, though, so tanks in containers +in containers won't be counted properly (same as KIS)). This is the +reason for abandoning older versions of KSP.
    • +
    • As always, feedback and bug reports are welcome. Preferably github +for the bug reports, and logs (KSP.log, make sure LOG_INSTANT_FLUSH in +settings.cfg is True. Player.log accepted only if KSP actually crashes +as it is normally an unreadable mess (and doesn't have timestamps)) or +it didn't happen.
    • +
    • While this is still in the .99 series, I would say that EL is pretty +stable and can be considered late beta or even final pre-release. It's +more I have a few more things I want to get in before going to 7.0. Many +many thanks to everyone who as given feedback and bug reports, and for +putting up with my absence (gallivanting between The Bubble and Colonia, +mostly in a DBX, both above and below the galactic plane, and a lot of +work done on QuakeForge).
    • +
  • +
+

EXPERIMENTAL

+
    +
  • download only from GitHub here +
      +
    • updates will be in same discussion as the download link
    • +
  • +
  • NEW: +
      +
    • Added recycler to "The Klaw" [GrapplingDevice]
    • +
    • updates #40 - Stock Recycler
    • +
    • adds a separate mesh for the recycler
    • +
    • mesh needs some placement and size tweaks
    • +
  • +
  • Compatibility +
      +
    • [Interstellar.cfg] v1.0.1.0 +
        +
      • localize
      • +
      • update patch
      • +
    • +
    • [InterstellarFuelSwitch.cfg] v1.0.4.0 +
        +
      • localize
      • +
      • update patch
      • +
    • +
  • +
+

Localization

+
    +
  • XPL +
      +
    • Localization +
        +
      • updated: +
          +
        • en-us.cfg
        • +
        • zh-cn.cfg
        • +
      • +
      • added: +
          +
        • pt-br.cfg
        • +
      • +
    • +
  • +
  • corrected long standing typo: +
      +
    • RocketParts --> Rocket Parts
    • +
  • +
  • Move XPL dictionaries from EL to SCON
  • +
  • updates #24 - Localization - Brazil Portuguese (Português Brasil) +<pt-br.cfg>
  • +
  • closes #39 - Adjust Localization to represent +SimpleConstruction!
  • +
  • updates #19 - Localization - Master
  • +
+

Status

+
    +
  • Issues +
      +
    • closes #139 - SimpleConstruction! (SCON) 4.0.99.30-prerelease +<New Launchpad> edition
    • +
    • closes #140 - 4.0.99.30 Verify Legal Mumbo Jumbo
    • +
    • closes #141 - 4.0.99.30 Update Documentation
    • +
    • closes #142 - 4.0.99.30 Update Social Media
    • +
  • +
+
+

See More

+
    +
  • Changelog Summary for more details of changes : See ChangeLog
  • +
  • Discussions and news on this mod : See Discussions or KSP Forums
  • +
  • Known Issues for more details of feature requests and known issues : +See Known Issues
  • +
  • GitHub Pages : See Pages
  • +
+

Localization

+

SimpleConstruction! (SCON)

+
+
    +
  • English English
  • +
  • Dutch Dutch - courtesy of GitHub user: x13x54
  • +
  • Français French (Français) - courtesy of +GitHub user: izeau (Jean Dupouy)!
  • +
  • German German (Deutsch)
  • +
  • Chinese Chinese (简体中文)
  • +
  • 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!

+
+

Extraplanetary +Launchpads

+
+
    +
  • English English
  • +
  • Chinese Chinese (简体中文)
  • +
  • your translation here
  • +
+

Kindly help out taniwha and help translate? See above +for instructions. Github +Repo

+
+
+

red box below is a link to forum post on how to get support

+ +

How to get support

+

Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date

+
+ +
+

How to +support this and other great mods by zer0Kerbal

+

Support Patreon Github Sponsor Buy zer0Kerbal a snack

+ From 7d9abdca5a9d8322a05eb914222886b5ac6036b1 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 20:48:24 -0500 Subject: [PATCH 36/48] Update changelog.md --- GameData/SimpleConstruction/changelog.md | 94 +++++++++++++++++++++++- 1 file changed, 93 insertions(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/changelog.md b/GameData/SimpleConstruction/changelog.md index 338e1c9b..eb93bd7c 100644 --- a/GameData/SimpleConstruction/changelog.md +++ b/GameData/SimpleConstruction/changelog.md @@ -17,6 +17,98 @@ updated: 05 Mar 2022 | spacedock | (https://spacedock.info/mod/59) | | ckan | SimpleConstruction | +## Version 4.0.99.30-prerelease `` edition + +### This is PRE-RELEASE - and WILL break saves + +* 07 Aug 2022 +* Release for Kerbal Space Program [KSP 1.12.x] + +### Summary + +* [Launchpad.dll] 6.99.3 + * minimum KSP version: 1.12.x +* Compatability patches updated + * Interstellar + * InterstellarFuelSwitch + +### Extraplanetary Launchpads 0.6.99.3 + +* Update + * [Launchpad.dll] 6.99.3 + * minimum KSP version: 1.12.x + * closes #144 - Update [Launchpad.dll] to v0.6.99.3 +* Combine ExtraplanetaryLaunchpads/ with SimpleConstruction/ + * only leaves the toolbar button icons in ExtraplanetaryLaunchpads/ +* closes #156 - Update [Launchpad.dll] to 0.6.99.3 + +* Changes from 6.99.2 from [taniwha](https://forum.kerbalspaceprogram.com/index.php?/profile/57176-*/)'s changelog for [Extraplanetary Launchpads](https://github.com/taniwha/Extraplanetary-Launchpads): + * Minimum KSP version is now 1.12 (might be able to use in 1.11). + * As always, feedback and bug reports are welcome. Preferably github for the bug reports, and logs (KSP.log, make sure LOG_INSTANT_FLUSH in settings.cfg is True. Player.log accepted only if KSP actually crashes as it is normally an unreadable mess (and doesn't have timestamps)) or it didn't happen. + * While this is still in the .99 series, I would say that EL is pretty stable and can be considered late beta or even final pre-release. It's more I have a few more things I want to get in before going to 7.0. Many many thanks to everyone who as given feedback and bug reports, and for putting up with my absence. + * Fix hiding EL's launch clamp (Louis Bach) + * Fix incorrect vertical offset (5m) for survey builds + * Fix inconsistent directory tree indentation + * Japanese translation (Yark-Aki). Only partial due to the PR being before I did a release with the UI localization. + * Survey stake CoM put underground (@zer0Kerbal, @Robin Patenall), and some tweaks to make it have the correct height offset for the build. Thanks to @Rodger for initial testing of the PR. + * Allow survey station when KIS is not installed. + * Patch Kerbal inventory mass limit to include the Kerbal's mass (ModuleInventoryPart massLimit is TOTAL mass, not just inventory mass), allowing kerbals to pick up stakes after they've been placed. + +### ***EXPERIMENTAL*** + +* download only from GitHub [here](https://github.com/zer0Kerbal/SimpleConstruction/discussions/145) + * updates will be in same discussion as the download link +* NEW: + * Added recycler to "The Klaw" [GrapplingDevice] + * updates #40 - Stock Recycler + * adds a separate mesh for the recycler + * mesh needs some placement and size tweaks + +### Compatibility 4.0.99.30 + +* Update + * v1.0.1.0 + * localize + * update patch + * v1.0.4.0 + * localize + * update patch + * v4.1.0.0 + * add + * recycler recipes + * transfer recipes + * header + * v1.0.1.0 + * update locations + * from ExtraplanetaryLaunchpads/Texture to SimpleConstruction/Texture folders + * icon_filter_n + * icon_filter_s + +### Localization + +* Localization + * updated: + * v1.2.3.0 + * v1.0.2.0 + * v1.0.2.0 + * v1.0.2.0 + * v1.0.2.0 +* corrected long standing typo: + * #SCON_Karbonite-name -> #SCON-Karbonite-name +* closes #24 - Localization - Brazil Portuguese (Português Brasil) +* closes #39 - Adjust Localization to represent SimpleConstruction! +* updates #19 - Localization - Master + +### Status + +* Issues + * closes #150 - SimpleConstruction! (SCON) 4.0.99.30-prerelease `` edition + * closes #151 - 4.0.99.30 Verify Legal Mumbo Jumbo + * closes #152 - 4.0.99.30 Update Documentation + * closes #153 - 4.0.99.30 Update Social Media + +--- + ## Version 4.0.99.20-prerelease `` edition ### This is PRE-RELEASE - and WILL break saves @@ -63,7 +155,7 @@ updated: 05 Mar 2022 * NEW: * Added recycler to "The Klaw" [GrapplingDevice] * updates #40 - Stock Recycler - * adds a seperate mesh for the recycler + * adds a separate mesh for the recycler * mesh needs some placement and size tweaks * Compatibility * [Interstellar.cfg] v1.0.1.0 From 0d62d77a508e4c325d2423e4eeab53aa7acab2c1 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 20:48:27 -0500 Subject: [PATCH 37/48] Update Interstellar.cfg --- GameData/SimpleConstruction/Compatibility/Interstellar.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Compatibility/Interstellar.cfg b/GameData/SimpleConstruction/Compatibility/Interstellar.cfg index e4544f1c..554c7f7d 100644 --- a/GameData/SimpleConstruction/Compatibility/Interstellar.cfg +++ b/GameData/SimpleConstruction/Compatibility/Interstellar.cfg @@ -7,7 +7,7 @@ // need to factor in metal which has a volume of 1 instead of ore's 5 and rocketparts's 5 -@PART[RadialOreTank,SmallTank,LargeTank]:NEEDS[Interstellar,Launchpad,SimpleConstruction]:LAST[SimpleConstruction] +@PART[RadialOreTank,SmallTank,LargeTank]//:NEEDS[Interstellar,Launchpad,SimpleConstruction]:LAST[SimpleConstruction] { @MODULE[InterstellarFuelSwitch] { From e923fbf051f755463b2d71e5be74165941b5000a Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 20:48:29 -0500 Subject: [PATCH 38/48] Update InterstellarFuelSwitch.cfg --- .../SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg b/GameData/SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg index 464fc933..1446cdf8 100644 --- a/GameData/SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg +++ b/GameData/SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg @@ -5,7 +5,7 @@ // this file: CC BY-SA 4.0 by zer0Kerbal -@PART[*]:HAS[@RESOURCE[Ore],#category[FuelTank],!MODULE[InterstellarFuelSwitch],!MODULE[ProceduralPart]]:NEEDS[InterstellarFuelSwitch,LaunchPad,SimpleConstruction,!B9PartSwitch]:FOR[SimpleConstruction] +@PART[*]:HAS[@RESOURCE[Ore],#category[FuelTank],!MODULE[InterstellarFuelSwitch],!MODULE[ProceduralPart]]//:NEEDS[InterstellarFuelSwitch,LaunchPad,SimpleConstruction,!B9PartSwitch]:FOR[SimpleConstruction] { MODULE { From 3d906500cfb34b54a30ed99ed185f367723855aa Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 20:48:32 -0500 Subject: [PATCH 39/48] Update readme.htm --- GameData/SimpleConstruction/readme.htm | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/GameData/SimpleConstruction/readme.htm b/GameData/SimpleConstruction/readme.htm index 0d273ea1..d4f7cfc7 100644 --- a/GameData/SimpleConstruction/readme.htm +++ b/GameData/SimpleConstruction/readme.htm @@ -538,20 +538,19 @@

How to -

    -
  1. this isn't a mod. ;P

    this isn't a mod. ;P↩︎

  2. -
  3. may work on -other versions (YMMV)

    may work on other versions +(YMMV)↩︎

  4. -
  5. Be Kind: Lithobrake, not -jakebrake! Keep your Module Manager up to date!↩︎

  6. -
  7. the license was changed around this -time.

    Be Kind: Lithobrake, not jakebrake! Keep your Module +Manager up to date!↩︎

  8. +
  9. the license was changed around this time.↩︎

From 213c88313012f6f702bac74b74aa81a41ccc642b Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 20:48:34 -0500 Subject: [PATCH 40/48] Update SimpleConstruction.version --- GameData/SimpleConstruction/SimpleConstruction.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/SimpleConstruction.version b/GameData/SimpleConstruction/SimpleConstruction.version index f46c2f6e..5cc82788 100644 --- a/GameData/SimpleConstruction/SimpleConstruction.version +++ b/GameData/SimpleConstruction/SimpleConstruction.version @@ -13,7 +13,7 @@ "MAJOR" : 4, "MINOR" : 0, "PATCH" : 99, - "BUILD" : 20 + "BUILD" : 30 }, "KSP_VERSION" : { From 39505e28280d7ea96b51a9a385dcea42855872c6 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 21:12:35 -0500 Subject: [PATCH 41/48] Update changelog.md --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index afcf9da4..40866aae 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -55,7 +55,7 @@ updated: 05 Mar 2022 * closes #144 - Update [Launchpad.dll] to v0.6.99.3 * Combine ExtraplanetaryLaunchpads/ with SimpleConstruction/ * only leaves the toolbar button icons in ExtraplanetaryLaunchpads/ -* closes #156 - Update [Launchpad.dll] to 0.6.99.3 +* closes #154 - Update [Launchpad.dll] to 0.6.99.3 * Changes from 6.99.2 from [taniwha](https://forum.kerbalspaceprogram.com/index.php?/profile/57176-*/)'s changelog for [Extraplanetary Launchpads](https://github.com/taniwha/Extraplanetary-Launchpads): * Minimum KSP version is now 1.12 (might be able to use in 1.11). From 5668fee8ce63dae01f232d38529f40f1167d0790 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 21:12:37 -0500 Subject: [PATCH 42/48] Update 4.0.99.30.md --- docs/ReleaseNotes/4.0.99.30.md | 84 +++++++++++++++++++--------------- 1 file changed, 46 insertions(+), 38 deletions(-) diff --git a/docs/ReleaseNotes/4.0.99.30.md b/docs/ReleaseNotes/4.0.99.30.md index ae29df9f..67dda88f 100644 --- a/docs/ReleaseNotes/4.0.99.30.md +++ b/docs/ReleaseNotes/4.0.99.30.md @@ -29,37 +29,33 @@ meaning things have changed, including file names - so delete `GameData/Extrapla ### Summary -* [Launchpad.dll] 6.99.2 +* [Launchpad.dll] 6.99.3 * minimum KSP version: 1.12.x +* Compatability patches updated + * Interstellar + * InterstellarFuelSwitch -## Changes - -### Extraplanetary Launchpads 0.6.99.2 +### Extraplanetary Launchpads 0.6.99.3 * Update - * [Launchpad.dll] 6.99.2 + * [Launchpad.dll] 6.99.3 * minimum KSP version: 1.12.x - * closes #144 - Update [Launchpad.dll] to v0.6.99.2 + * closes #144 - Update [Launchpad.dll] to v0.6.99.3 * Combine ExtraplanetaryLaunchpads/ with SimpleConstruction/ * only leaves the toolbar button icons in ExtraplanetaryLaunchpads/ -* closes #144 - Update [Launchpad.dll] to 0.6.99.2 +* closes #156 - Update [Launchpad.dll] to 0.6.99.3 -* Changes from 6.99.1 from [taniwha](https://forum.kerbalspaceprogram.com/index.php?/profile/57176-*/)'s changelog for [Extraplanetary Launchpads](https://github.com/taniwha/Extraplanetary-Launchpads): +* Changes from 6.99.2 from [taniwha](https://forum.kerbalspaceprogram.com/index.php?/profile/57176-*/)'s changelog for [Extraplanetary Launchpads](https://github.com/taniwha/Extraplanetary-Launchpads): * Minimum KSP version is now 1.12 (might be able to use in 1.11). - * Check for missing flag textures. Fixes stuck UI (visible symptom is a white flag icon). - * Better consistency on the UI toggle button (maybe a bit small now, though). - * Update resource manager correctly on vessel switch. - * Don't interpolate single-point efficiency curves (fixes exception in converter module) - * Add ModuleCargoPart to most parts, but only if KIS is not installed (based on the assumption that if KIS is installed, its storage options are considered to be superior) - * Tweak the rocket builder's eject vectors, making exiting a "seat" less weird. - * UI strings localized (always were in the new UI, but not in a config file: they're now loaded). - * Add Brazilian Portuguese translation (many thanks to [@Steven Marinelli](https://forum.kerbalspaceprogram.com/index.php?/ profile/221885-steven-marinelli/)) - * Add agency localizations - * Add support for subdirectories. I had over 150 craft files in my VAB (1.9.1 save). This... makes a very welcome difference. - * Wait for work sinks (currently just the various pads) to become ready before doing catch-up. This prevents an NRE in the build control code that I was not able to reproduce myself. Many many thanks to [@Rodger](https://forum.kerbalspaceprogram.com/ index.php?/profile/153575-rodger/) (who ran into it) for his patience in testing (heavily modded JNSQ... load times are looooooong). - * Add support for stock inventory parts to the resource manager. This means that resources stored in tanks stored in cargo containers are now counted correctly (only one level deep, though, so tanks in containers in containers won't be counted properly (same as KIS)). This is the reason for abandoning older versions of KSP. * As always, feedback and bug reports are welcome. Preferably github for the bug reports, and logs (KSP.log, make sure LOG_INSTANT_FLUSH in settings.cfg is True. Player.log accepted only if KSP actually crashes as it is normally an unreadable mess (and doesn't have timestamps)) or it didn't happen. - * While this is still in the .99 series, I would say that EL is pretty stable and can be considered late beta or even final pre-release. It's more I have a few more things I want to get in before going to 7.0. Many many thanks to everyone who as given feedback and bug reports, and for putting up with my absence (gallivanting between The Bubble and Colonia, mostly in a DBX, both above and below the galactic plane, and a lot of work done on QuakeForge). + * While this is still in the .99 series, I would say that EL is pretty stable and can be considered late beta or even final pre-release. It's more I have a few more things I want to get in before going to 7.0. Many many thanks to everyone who as given feedback and bug reports, and for putting up with my absence. + * Fix hiding EL's launch clamp (Louis Bach) + * Fix incorrect vertical offset (5m) for survey builds + * Fix inconsistent directory tree indentation + * Japanese translation (Yark-Aki). Only partial due to the PR being before I did a release with the UI localization. + * Survey stake CoM put underground (@zer0Kerbal, @Robin Patenall), and some tweaks to make it have the correct height offset for the build. Thanks to @Rodger for initial testing of the PR. + * Allow survey station when KIS is not installed. + * Patch Kerbal inventory mass limit to include the Kerbal's mass (ModuleInventoryPart massLimit is TOTAL mass, not just inventory mass), allowing kerbals to pick up stakes after they've been placed. ### ***EXPERIMENTAL*** @@ -70,37 +66,49 @@ meaning things have changed, including file names - so delete `GameData/Extrapla * updates #40 - Stock Recycler * adds a separate mesh for the recycler * mesh needs some placement and size tweaks -* Compatibility - * [Interstellar.cfg] v1.0.1.0 + +### Compatibility 4.0.99.30 + +* Update + * v1.0.1.0 * localize * update patch - * [InterstellarFuelSwitch.cfg] v1.0.4.0 + * v1.0.4.0 * localize * update patch + * v4.1.0.0 + * add + * recycler recipes + * transfer recipes + * header + * v1.0.1.0 + * update locations + * from ExtraplanetaryLaunchpads/Texture to SimpleConstruction/Texture folders + * icon_filter_n + * icon_filter_s ### Localization -* XPL - * Localization - * updated: - * en-us.cfg - * zh-cn.cfg - * added: - * pt-br.cfg +* Localization + * updated: + * v1.2.3.0 + * v1.0.2.0 + * v1.0.2.0 + * v1.0.2.0 + * v1.0.2.0 * corrected long standing typo: - * RocketParts --> Rocket Parts -* Move XPL dictionaries from EL to SCON -* updates #24 - Localization - Brazil Portuguese (Português Brasil) + * #SCON_Karbonite-name -> #SCON-Karbonite-name +* closes #24 - Localization - Brazil Portuguese (Português Brasil) * closes #39 - Adjust Localization to represent SimpleConstruction! * updates #19 - Localization - Master ### Status * Issues - * closes #139 - SimpleConstruction! (SCON) 4.0.99.30-prerelease `` edition - * closes #140 - 4.0.99.30 Verify Legal Mumbo Jumbo - * closes #141 - 4.0.99.30 Update Documentation - * closes #142 - 4.0.99.30 Update Social Media + * closes #150 - SimpleConstruction! (SCON) 4.0.99.30-prerelease `` edition + * closes #151 - 4.0.99.30 Verify Legal Mumbo Jumbo + * closes #152 - 4.0.99.30 Update Documentation + * closes #153 - 4.0.99.30 Update Social Media --- From 6a0f1dd90edb183855c733aae8df1e34c96faf7f Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 21:12:39 -0500 Subject: [PATCH 43/48] Update 4.0.99.30.htm --- GameData/SimpleConstruction/4.0.99.30.htm | 126 +++++++++++----------- 1 file changed, 62 insertions(+), 64 deletions(-) diff --git a/GameData/SimpleConstruction/4.0.99.30.htm b/GameData/SimpleConstruction/4.0.99.30.htm index cec6d523..82f34c88 100644 --- a/GameData/SimpleConstruction/4.0.99.30.htm +++ b/GameData/SimpleConstruction/4.0.99.30.htm @@ -41,21 +41,25 @@

This is PRE-RELEASE

Summary

    -
  • [Launchpad.dll] 6.99.2 +
  • [Launchpad.dll] 6.99.3
    • minimum KSP version: 1.12.x
  • +
  • Compatability patches updated +
      +
    • Interstellar
    • +
    • InterstellarFuelSwitch
    • +
-

Changes

-

Extraplanetary Launchpads -0.6.99.2

+

Extraplanetary Launchpads +0.6.99.3

  • Update

      -
    • [Launchpad.dll] 6.99.2 +
    • [Launchpad.dll] 6.99.3
      • minimum KSP version: 1.12.x
      • -
      • closes #144 - Update [Launchpad.dll] to v0.6.99.2
      • +
      • closes #144 - Update [Launchpad.dll] to v0.6.99.3
  • Combine ExtraplanetaryLaunchpads/ with SimpleConstruction/

    @@ -63,47 +67,14 @@

    Extraplanetary Launchpads
  • only leaves the toolbar button icons in ExtraplanetaryLaunchpads/
-
  • closes #144 - Update [Launchpad.dll] to 0.6.99.2

  • -
  • Changes from 6.99.1 from

    closes #156 - Update [Launchpad.dll] to 0.6.99.3

  • +
  • Changes from 6.99.2 from taniwha's changelog for Extraplanetary Launchpads:

    • Minimum KSP version is now 1.12 (might be able to use in 1.11).
    • -
    • Check for missing flag textures. Fixes stuck UI (visible symptom is -a white flag icon).
    • -
    • Better consistency on the UI toggle button (maybe a bit small now, -though).
    • -
    • Update resource manager correctly on vessel switch.
    • -
    • Don't interpolate single-point efficiency curves (fixes exception in -converter module)
    • -
    • Add ModuleCargoPart to most parts, but only if KIS is not installed -(based on the assumption that if KIS is installed, its storage options -are considered to be superior)
    • -
    • Tweak the rocket builder's eject vectors, making exiting a "seat" -less weird.
    • -
    • UI strings localized (always were in the new UI, but not in a config -file: they're now loaded).
    • -
    • Add Brazilian Portuguese translation (many thanks to [@Steven -Marinelli](https://forum.kerbalspaceprogram.com/index.php?/ -profile/221885-steven-marinelli/))
    • -
    • Add agency localizations
    • -
    • Add support for subdirectories. I had over 150 craft files in my VAB -(1.9.1 save). This... makes a very welcome difference.
    • -
    • Wait for work sinks (currently just the various pads) to become -ready before doing catch-up. This prevents an NRE in the build control -code that I was not able to reproduce myself. Many many thanks to -[@Rodger](https://forum.kerbalspaceprogram.com/ -index.php?/profile/153575-rodger/) (who ran into it) for his patience in -testing (heavily modded JNSQ... load times are looooooong).
    • -
    • Add support for stock inventory parts to the resource manager. This -means that resources stored in tanks stored in cargo containers are now -counted correctly (only one level deep, though, so tanks in containers -in containers won't be counted properly (same as KIS)). This is the -reason for abandoning older versions of KSP.
    • As always, feedback and bug reports are welcome. Preferably github for the bug reports, and logs (KSP.log, make sure LOG_INSTANT_FLUSH in settings.cfg is True. Player.log accepted only if KSP actually crashes @@ -113,9 +84,19 @@

      Extraplanetary Launchpads stable and can be considered late beta or even final pre-release. It's more I have a few more things I want to get in before going to 7.0. Many many thanks to everyone who as given feedback and bug reports, and for -putting up with my absence (gallivanting between The Bubble and Colonia, -mostly in a DBX, both above and below the galactic plane, and a lot of -work done on QuakeForge).

    • +putting up with my absence. +
    • Fix hiding EL's launch clamp (Louis Bach)
    • +
    • Fix incorrect vertical offset (5m) for survey builds
    • +
    • Fix inconsistent directory tree indentation
    • +
    • Japanese translation (Yark-Aki). Only partial due to the PR being +before I did a release with the UI localization.
    • +
    • Survey stake CoM put underground (@zer0Kerbal, @Robin Patenall), and +some tweaks to make it have the correct height offset for the build. +Thanks to @Rodger for initial testing of the PR.
    • +
    • Allow survey station when KIS is not installed.
    • +
    • Patch Kerbal inventory mass limit to include the Kerbal's mass +(ModuleInventoryPart massLimit is TOTAL mass, not just inventory mass), +allowing kerbals to pick up stakes after they've been placed.
  • EXPERIMENTAL

    @@ -132,43 +113,60 @@

    EXPERIMENTAL

  • adds a separate mesh for the recycler
  • mesh needs some placement and size tweaks
  • -
  • Compatibility + +

    Compatibility 4.0.99.30

    +
      +
    • Update
        -
      • [Interstellar.cfg] v1.0.1.0 +
      • <Interstellar.cfg> v1.0.1.0
        • localize
        • update patch
      • -
      • [InterstellarFuelSwitch.cfg] v1.0.4.0 +
      • <InterstellarFuelSwitch.cfg> v1.0.4.0
        • localize
        • update patch
      • +
      • <Recipes.cfg> v4.1.0.0 +
          +
        • add +
            +
          • recycler recipes
          • +
          • transfer recipes
          • +
          • header
          • +
        • +
      • +
      • <CommunityCategoryKit.cfg> v1.0.1.0 +
          +
        • update locations +
            +
          • from ExtraplanetaryLaunchpads/Texture to SimpleConstruction/Texture +folders
          • +
          • icon_filter_n
          • +
          • icon_filter_s
          • +
        • +

    Localization

      -
    • XPL -
      • Localization
        • updated:
            -
          • en-us.cfg
          • -
          • zh-cn.cfg
          • -
        • -
        • added: -
            -
          • pt-br.cfg
          • -
        • +
        • <en-us.cfg> v1.2.3.0
        • +
        • <pt-br.cfg> v1.0.2.0
        • +
        • <de.cfg> v1.0.2.0
        • +
        • <nl-nl.cfg> v1.0.2.0
        • +
        • <zh-cn.cfg> v1.0.2.0
    • corrected long standing typo:
        -
      • RocketParts --> Rocket Parts
      • +
      • #SCON_Karbonite-name -> #SCON-Karbonite-name
    • -
    • Move XPL dictionaries from EL to SCON
    • -
    • updates #24 - Localization - Brazil Portuguese (Português Brasil) +
    • closes #24 - Localization - Brazil Portuguese (Português Brasil) <pt-br.cfg>
    • closes #39 - Adjust Localization to represent SimpleConstruction!
    • @@ -178,11 +176,11 @@

      Status

      • Issues
          -
        • closes #139 - SimpleConstruction! (SCON) 4.0.99.30-prerelease -<New Launchpad> edition
        • -
        • closes #140 - 4.0.99.30 Verify Legal Mumbo Jumbo
        • -
        • closes #141 - 4.0.99.30 Update Documentation
        • -
        • closes #142 - 4.0.99.30 Update Social Media
        • +
        • closes #150 - SimpleConstruction! (SCON) 4.0.99.30-prerelease +<Launchpad 30> edition
        • +
        • closes #151 - 4.0.99.30 Verify Legal Mumbo Jumbo
        • +
        • closes #152 - 4.0.99.30 Update Documentation
        • +
        • closes #153 - 4.0.99.30 Update Social Media

      From 5ebe952ea600412cd3742e544b707bb6f192549a Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 21:12:42 -0500 Subject: [PATCH 44/48] Update readme.htm --- GameData/SimpleConstruction/readme.htm | 217 +++++++++++++++---------- 1 file changed, 135 insertions(+), 82 deletions(-) diff --git a/GameData/SimpleConstruction/readme.htm b/GameData/SimpleConstruction/readme.htm index d4f7cfc7..35b64f1f 100644 --- a/GameData/SimpleConstruction/readme.htm +++ b/GameData/SimpleConstruction/readme.htm @@ -1,7 +1,7 @@ - +updated: 31 Jul 2022 --> @@ -9,14 +9,14 @@ href="https://forum.kerbalspaceprogram.com/index.php?/topic/191424-*/" title="Mod Forum Thread"> KSP version License
      +title="GPL-3.0" alt="License" />
      CKAN
      -Pages

      @@ -40,19 +40,21 @@

      SimpleConstruction! (SCON)

      This mod aims to provide simple craft building capability in flight mode with stock parts and streamlined IRSU mining for Kerbal Space Program.

      -

      Author +

      By zer0Kerbal, adopted from EricWi, then previously from RealGecko; originally by zer0Kerbal, originally by MatterBeam

      +title="MatterBeam">MatterBeam and then by RealGecko; then previously from EricWi
  • adopted with express permission and brought to you by KerbSimpleCo

    +SimpleConstruction! Hero +
    @@ -64,12 +66,11 @@

    SimpleConstruction! (SCON)

    StoreMetal-->ScienceLab ScienceLab-->StoreRP((RocketParts Tank))--> Workshop Workshop-->Profit -
    -

    SC Flag SimpleConstruction!

    -

    Description

    +SimpleConstruction! Hero + +

    Preamble by MatterBeam

    After testing out Extraplanetary Launchpads and Roverdude's MK/OKS, Features


    See More


    Documentation

    -

    remember - this is the FULL manual and not written for -SimpleConstruction! remember - this is the FULL Extraplanetary Launchpads -PDF Manual

    +PDF Manual manual and not written specifically for +SimpleConstruction!

    +

    Youtube review by Kottabos Gaming

    Kottabo Talks @@ -122,20 +130,13 @@

    Kottabo Talks

    Kottabos talks SimpleConstruction

    -
    - Embedded Kottabo Youtube Video - -
    -

    Cabin notes

    +

    Help Wanted

    +
    +
      +
    • Compatibility patches
    • +
    • Testing of experimental features: +
        +
      • A config that turns a STOCK part (Klaw) into a recycler
      • +
      • discussion and download on GitHub
      • +
    • +
    • Contracts for these glorious parts
    • +
    • Variant Textures
    • +
    • Converting from FireSpitter to Stock and/or KSPWheel
    • +
    • Model updates to Unity 2019
    • +
    • Marketing Images and Videos such as hero shots, animated gifs, short +highlight
    • +
    • Have a request? Glad to have them, kindly submit through GitHub.
    • +
    +

    Localizations

    SimpleConstruction! (SCON)

    • English English
    • Dutch Dutch -courtesy of GitHub user: x13x54
    • Français French (Français) - courtesy of GitHub user: izeau (Jean Dupouy)!
    • German German (Deutsch)
    • Chinese Chinese (简体中文)
    • your translation here
    @@ -192,29 +214,41 @@

    • English English
    • Chinese Chinese (简体中文)
    • +
    • Português Brasil Brazilian (Português +Brasil) - courtesy of Steven Marinelli
    • your translation here
    -

    Kindly help out Kindly help translate Extraplanetary Launchpads by taniwha and help translate? See above -for instructions. taniwha See above for instructions. Github Repo


    -

    Installation Directions

    -

    Use 1 CurseForge/OverWolf App -(currently does not install dependencies)

    +

    Installation Directions 1

    +

    Use CurseForge/OverWolf App (currently does +not install dependencies)

    CurseForge/OverWolf App +

    Whilst I agree CKAN is a great mod for those that can't use zip +tools. I take no part, nor am I interested in maintaining the CKAN mod +metadata for my mods. Please don't ask me about it but refer to the CKAN +mod thread if you are having issues with CKAN or the metadata it +maintains. Beware, CKAN can really mess up though it tries +very, very, very hard not to.

    or Tags

  • parts, plugin, config, flags, convenience, editor, resources, crewed, uncrewed
  • -
    +title="Notices">Notices.md for more legal mumbo jumbo

    Maintainer (2) - EricWI

    @@ -477,43 +509,35 @@

    Original (0) - Author:


    -

    Mining Ore

    -

    -

    Refining Ore to Metal

    -

    Refining Ore to Metal

    -

    Printing Rocketparts from -Metal

    -

    -

    Building Rockets

    -

    -

    Finalize build (PROFIT!)

    -

    -

    How to -support this and other great mods by DONATIONS: +How to support this and other great mods by zer0Kerbal

    +
    +

    Completely voluntary, absolutely amazing, and really does +help me out a lot! +cybutekcybutek +creator of + +Kerbal Engineer

    +

    Support Github Sponsor Patreon Buy zer0Kerbal a snack

    -
    +

    and it is true.

    @@ -532,10 +556,39 @@

    How to - - + + +

    Connect with me

    +

    Track progress: issues here and projects here along +with The Short +List

    +
    +

    zer0Kerbal | kerbalspaceprogram.com +zer0Kerbal | CurseForge +zer0Kerbal | reddit +zer0Kerbal | Patreon +zer0Kerbal | YouTube +zer0Kerbal | Twitch +zer0Kerbal | PayPal +zer0Kerbal | Buy Me a Coffee +zer0Kerbal | Twitter

    +
    Date: Sun, 7 Aug 2022 22:30:44 -0500 Subject: [PATCH 45/48] Update Interstellar.cfg --- GameData/SimpleConstruction/Compatibility/Interstellar.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Compatibility/Interstellar.cfg b/GameData/SimpleConstruction/Compatibility/Interstellar.cfg index 554c7f7d..e4544f1c 100644 --- a/GameData/SimpleConstruction/Compatibility/Interstellar.cfg +++ b/GameData/SimpleConstruction/Compatibility/Interstellar.cfg @@ -7,7 +7,7 @@ // need to factor in metal which has a volume of 1 instead of ore's 5 and rocketparts's 5 -@PART[RadialOreTank,SmallTank,LargeTank]//:NEEDS[Interstellar,Launchpad,SimpleConstruction]:LAST[SimpleConstruction] +@PART[RadialOreTank,SmallTank,LargeTank]:NEEDS[Interstellar,Launchpad,SimpleConstruction]:LAST[SimpleConstruction] { @MODULE[InterstellarFuelSwitch] { From 0e3917d96891bd73b0ebde37f46700e7235e9bfb Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 22:30:46 -0500 Subject: [PATCH 46/48] Update InterstellarFuelSwitch.cfg --- .../Compatibility/InterstellarFuelSwitch.cfg | 22 ++++++------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/GameData/SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg b/GameData/SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg index 1446cdf8..7acbd3af 100644 --- a/GameData/SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg +++ b/GameData/SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg @@ -1,21 +1,16 @@ -// InterstellarFuelSwitch.cfg v1.0.4.0 +// InterstellarFuelSwitch.cfg v1.0.3.0 // SimpleConstruction! (SCON) // created: 2020 Apr 20 -// updated: 15 Jul 2022 +// updated: 14 Mar 2022 -// this file: CC BY-SA 4.0 by zer0Kerbal - -@PART[*]:HAS[@RESOURCE[Ore],#category[FuelTank],!MODULE[InterstellarFuelSwitch],!MODULE[ProceduralPart]]//:NEEDS[InterstellarFuelSwitch,LaunchPad,SimpleConstruction,!B9PartSwitch]:FOR[SimpleConstruction] +@PART[*]:HAS[@RESOURCE[Ore],#category[FuelTank],!MODULE[InterstellarFuelSwitch],!MODULE[ProceduralPart]]:NEEDS[InterstellarFuelSwitch,LaunchPad,SimpleConstruction,!B9PartSwitch]:FOR[SimpleConstruction] { MODULE { - tmpM = #EL_Metal-name // Metal - tmpO = #autoLOC_501007 // Ore - tmpR = #EL_RocketParts-name // Rocket Parts - name = InterstellarFuelSwitch - resourceNames = #$tmpO$;$tmpM$;$tmpR$ + resourceNames = Ore;Metal;RocketParts resourceAmounts = #$../RESOURCE[Ore]/maxAmount$;$../RESOURCE[Ore]/maxAmount$;$../RESOURCE[Ore]/maxAmount$ + // @resourceAmounts[2,;] *= 2 tankMass = #$../mass$ basePartMass = 0.0 displayCurrentTankCost = true @@ -23,10 +18,7 @@ availableInFlight = true availableInEditor = true showInfo = true - - -tmpM = DELETE - -tmpO = DELETE - -tmpR = DELETE } - -RESOURCE[ORE] {} } + +// this file: CC BY-SA 4.0 by zer0Kerbal \ No newline at end of file From fceba2e87a89fb5bd209e1f9493485ee47c85844 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 22:33:17 -0500 Subject: [PATCH 47/48] Update ManualInstallation.md --- docs/ManualInstallation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ManualInstallation.md b/docs/ManualInstallation.md index 8e547c7b..ced52b1b 100644 --- a/docs/ManualInstallation.md +++ b/docs/ManualInstallation.md @@ -85,7 +85,7 @@ To install, place the GameData folder inside your Kerbal Space Program folder: ... * #.#.#.#.htm * changelog.md - * GPLv3.txt + * GPL-3.0.txt * readme.htm * SimpleConstruction.version ... From 25c6a62bba709167b8684ac4c840d8ff81851d28 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 7 Aug 2022 22:33:20 -0500 Subject: [PATCH 48/48] Update ManualInstallation.htm --- GameData/SimpleConstruction/ManualInstallation.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/ManualInstallation.htm b/GameData/SimpleConstruction/ManualInstallation.htm index 367d2d9d..256af894 100644 --- a/GameData/SimpleConstruction/ManualInstallation.htm +++ b/GameData/SimpleConstruction/ManualInstallation.htm @@ -108,7 +108,7 @@

    If Downloaded from ... * #.#.#.#.htm * changelog.md - * GPLv3.txt + * GPL-3.0.txt * readme.htm * SimpleConstruction.version ...