From b4f4d62e0da041b5d0056207e361190b2caa28e5 Mon Sep 17 00:00:00 2001 From: cadderley Date: Tue, 29 May 2018 10:36:23 -0700 Subject: [PATCH] Major structural change to the repo --- .../GameData/ReStock/Assets/description.md | 9 ------ .../GameData/ReStock/Patches/description.md | 1 - .../restock-inlinedockingport-mk1-1-patch.cfg | 11 ------- .../restock-inlinedockingport-mk1-1-d.dds | Bin .../restock-inlinedockingport-mk1-1-n.dds | Bin .../restock-inlinedockingport-mk1-1.mu | Bin .../GameData/ReStock/Assets/description.md | 11 +++++++ .../Patches/Command/restock-command-pods.cfg | 3 ++ .../Patches/Command/restock-drone-cores.cfg | 3 ++ .../Patches/Command/restock-utility-pods.cfg | 4 +++ .../Patches/Coupling/restock-docking.cfg | 18 +++++++++++ .../Patches/Electrical/restock-batteries.cfg | 5 +++ .../Patches/Electrical/restock-rtg.cfg | 3 ++ .../Engine/restock-engines-liquid-125.cfg | 4 +++ .../Engine/restock-engines-liquid-25.cfg | 3 ++ .../Engine/restock-engines-liquid-375.cfg | 4 +++ .../Engine/restock-engines-srb-125.cfg | 3 ++ .../FuelTank/restock-fueltanks-125.cfg | 3 ++ .../Patches/FuelTank/restock-fueltanks-25.cfg | 3 ++ .../FuelTank/restock-fueltanks-375.cfg | 5 +++ .../Structural/restock-structural-375.cfg | 3 ++ .../GameData/ReStock/Patches/description.md | 1 + .../{license.txt => Restock/changelog.txt} | 0 Distribution/Restock/license.txt | 1 + Distribution/Restock/readme.txt | 3 ++ .../ReStockPlus/Assets/description.md | 9 ++++++ .../ReStockPlus/Localization/en-us.cfg | 12 +++++++ .../Command/375/restock-drone-core-375-1.cfg | 1 + .../Parts/Coupling/375/restock-docking-375-1 | 1 + .../Parts/Engine/375/restock-engine-375-3.cfg | 1 + .../FuelTank/375/restock-fuel-tank-375-4.cfg | 1 + .../Patches/Engine/restock-engine-125.cfg | 3 ++ .../Structural/restock-structural-375.cfg | 3 ++ Distribution/RestockPlus/changelog.txt | 3 ++ Distribution/RestockPlus/license.txt | 1 + Distribution/RestockPlus/readme.txt | 3 ++ README.md | 30 +++++++++++++++--- 37 files changed, 143 insertions(+), 26 deletions(-) delete mode 100644 Distribution/GameData/ReStock/Assets/description.md delete mode 100644 Distribution/GameData/ReStock/Patches/description.md delete mode 100644 Distribution/GameData/ReStock/Patches/restock-inlinedockingport-mk1-1-patch.cfg rename Distribution/{ => Restock}/GameData/ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1-d.dds (100%) rename Distribution/{ => Restock}/GameData/ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1-n.dds (100%) rename Distribution/{ => Restock}/GameData/ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1.mu (100%) create mode 100644 Distribution/Restock/GameData/ReStock/Assets/description.md create mode 100644 Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg create mode 100644 Distribution/Restock/GameData/ReStock/Patches/Command/restock-drone-cores.cfg create mode 100644 Distribution/Restock/GameData/ReStock/Patches/Command/restock-utility-pods.cfg create mode 100644 Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-docking.cfg create mode 100644 Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-batteries.cfg create mode 100644 Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-rtg.cfg create mode 100644 Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg create mode 100644 Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-25.cfg create mode 100644 Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-375.cfg create mode 100644 Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-125.cfg create mode 100644 Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-125.cfg create mode 100644 Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-25.cfg create mode 100644 Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-375.cfg create mode 100644 Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-375.cfg create mode 100644 Distribution/Restock/GameData/ReStock/Patches/description.md rename Distribution/{license.txt => Restock/changelog.txt} (100%) create mode 100644 Distribution/Restock/license.txt create mode 100644 Distribution/Restock/readme.txt create mode 100644 Distribution/RestockPlus/GameData/ReStockPlus/Assets/description.md create mode 100644 Distribution/RestockPlus/GameData/ReStockPlus/Localization/en-us.cfg create mode 100644 Distribution/RestockPlus/GameData/ReStockPlus/Parts/Command/375/restock-drone-core-375-1.cfg create mode 100644 Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/375/restock-docking-375-1 create mode 100644 Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/375/restock-engine-375-3.cfg create mode 100644 Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/375/restock-fuel-tank-375-4.cfg create mode 100644 Distribution/RestockPlus/GameData/ReStockPlus/Patches/Engine/restock-engine-125.cfg create mode 100644 Distribution/RestockPlus/GameData/ReStockPlus/Patches/Structural/restock-structural-375.cfg create mode 100644 Distribution/RestockPlus/changelog.txt create mode 100644 Distribution/RestockPlus/license.txt create mode 100644 Distribution/RestockPlus/readme.txt diff --git a/Distribution/GameData/ReStock/Assets/description.md b/Distribution/GameData/ReStock/Assets/description.md deleted file mode 100644 index 3af90d27..00000000 --- a/Distribution/GameData/ReStock/Assets/description.md +++ /dev/null @@ -1,9 +0,0 @@ -All the assets go here, perhaps like - -* GameData/Assets/Common/ -* GameData/Assets/Common/Endcaps/... -* GameData/Assets/Engines/125m/... -* GameData/Assets/Engines/ -* GameData/Assets/Engines/25m/... -* GameData/Assets/FuelTanks/ -* GameData/Assets/FuelTanks/375m/.... diff --git a/Distribution/GameData/ReStock/Patches/description.md b/Distribution/GameData/ReStock/Patches/description.md deleted file mode 100644 index cd29dc58..00000000 --- a/Distribution/GameData/ReStock/Patches/description.md +++ /dev/null @@ -1 +0,0 @@ -Patches that do the replacements go here? diff --git a/Distribution/GameData/ReStock/Patches/restock-inlinedockingport-mk1-1-patch.cfg b/Distribution/GameData/ReStock/Patches/restock-inlinedockingport-mk1-1-patch.cfg deleted file mode 100644 index 6c915057..00000000 --- a/Distribution/GameData/ReStock/Patches/restock-inlinedockingport-mk1-1-patch.cfg +++ /dev/null @@ -1,11 +0,0 @@ -@PART[dockingPortLateral] { -@author = Passinglurker - -!mesh = DELETE -!MODEL = {} -MODEL { - model = ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1 -} - %rescaleFactor = 1 - %manufacturer = #autoLOC_501624 -} \ No newline at end of file diff --git a/Distribution/GameData/ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1-d.dds b/Distribution/Restock/GameData/ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1-d.dds similarity index 100% rename from Distribution/GameData/ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1-d.dds rename to Distribution/Restock/GameData/ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1-d.dds diff --git a/Distribution/GameData/ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1-n.dds b/Distribution/Restock/GameData/ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1-n.dds similarity index 100% rename from Distribution/GameData/ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1-n.dds rename to Distribution/Restock/GameData/ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1-n.dds diff --git a/Distribution/GameData/ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1.mu similarity index 100% rename from Distribution/GameData/ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1.mu rename to Distribution/Restock/GameData/ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1.mu diff --git a/Distribution/Restock/GameData/ReStock/Assets/description.md b/Distribution/Restock/GameData/ReStock/Assets/description.md new file mode 100644 index 00000000..d8450351 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Assets/description.md @@ -0,0 +1,11 @@ +All the assets go here, perhaps like + +* ReStock/Assets/Common/ +* ReStock/Assets/Common/Endcaps/... +* ReStock/Assets/Engines/125m/... +* ReStock/Assets/Engines/ +* ReStock/Assets/Engines/25m/... +* ReStock/Assets/FuelTanks/ +* ReStock/Assets/FuelTanks/375m/.... + +This will evolve over time, though diff --git a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg new file mode 100644 index 00000000..119922f3 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg @@ -0,0 +1,3 @@ +// Patches applying art changes to crewed command parts +// Contents: +// - PPD-12 Cupola Module (cupola) diff --git a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-drone-cores.cfg b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-drone-cores.cfg new file mode 100644 index 00000000..59048a57 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-drone-cores.cfg @@ -0,0 +1,3 @@ +// Patches applying art changes to drone parts +// Contents: +// - diff --git a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-utility-pods.cfg b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-utility-pods.cfg new file mode 100644 index 00000000..7ebd4e66 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-utility-pods.cfg @@ -0,0 +1,4 @@ +// Patches applying art changes to crewed utility/science parts +// Contents: +// - PPD-10 Hitchhiker Storage Container (crewCabin) +// - Science Mobile Processing Lab MPL-LG-2 (Large_Crewed_Lab) diff --git a/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-docking.cfg b/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-docking.cfg new file mode 100644 index 00000000..16e61726 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-docking.cfg @@ -0,0 +1,18 @@ +// Patches applying art changes to crewed utility/science parts +// Contents: +// - Inline Clamp-O-Tron (dockingPortLateral) +// - Clamp-O-Tron Docking Port (dockingPort2) + +// Inline Clamp-O-Tron +@PART[dockingPortLateral] { + @author = Passinglurker + + !mesh = DELETE + !MODEL = {} + MODEL { + model = ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1 + + + %rescaleFactor = 1 + %manufacturer = #autoLOC_501624 +} diff --git a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-batteries.cfg b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-batteries.cfg new file mode 100644 index 00000000..2d0b42d1 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-batteries.cfg @@ -0,0 +1,5 @@ +// Patches applying art changes to batteries +// Contents: +// - Z-200 Rechargeable Battery Bank (batteryBankMini) +// - Z-1K Rechargeable Battery Bank (batteryBank) +// - Z-4K Rechargeable Battery Bank (batteryBankLarge) diff --git a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-rtg.cfg b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-rtg.cfg new file mode 100644 index 00000000..afbeb9c8 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-rtg.cfg @@ -0,0 +1,3 @@ +// Patches applying art changes to RTGs +// Contents: +// - (rtg) diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg new file mode 100644 index 00000000..7cca1785 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg @@ -0,0 +1,4 @@ +// Patches applying art changes to 1.25m engines +// Contents: +// - LV-N "Nerv" Atomic Rocket Motor (nuclearEngine) +// - S3 KS-25 "Vector" Liquid Fuel Engine (SSME) diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-25.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-25.cfg new file mode 100644 index 00000000..7a463c80 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-25.cfg @@ -0,0 +1,3 @@ +// Patches applying art changes to 2.5m engines +// Contents: +// - diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-375.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-375.cfg new file mode 100644 index 00000000..bb331817 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-375.cfg @@ -0,0 +1,4 @@ +// Patches applying art changes to 3.75m engines +// Contents: +// - Kerbodyne KR-2L+ "Rhino" Liquid Fuel Engine (Size3AdvancedEngine) +// - S3 KS-25x4 "Mammoth" Liquid Fuel Engine (Size3EngineCluster) diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-125.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-125.cfg new file mode 100644 index 00000000..54ea9e8b --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-125.cfg @@ -0,0 +1,3 @@ +// Patches applying art changes to 1.25m SRB engines +// Contents: +// - diff --git a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-125.cfg b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-125.cfg new file mode 100644 index 00000000..a4393d0d --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-125.cfg @@ -0,0 +1,3 @@ +// Patches applying art changes to 1.2.5m fuel tanks +// Contents: +// - diff --git a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-25.cfg b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-25.cfg new file mode 100644 index 00000000..b0d8548e --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-25.cfg @@ -0,0 +1,3 @@ +// Patches applying art changes to 2.5m fuel tanks +// Contents: +// - diff --git a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-375.cfg b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-375.cfg new file mode 100644 index 00000000..191040e1 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-375.cfg @@ -0,0 +1,5 @@ +// Patches applying art changes to 3.75m fuel tanks +// Contents: +// - Kerbodyne S3-3600 Tank (Size3SmallTank) +// - Kerbodyne S3-7200 Tank (Size3MediumTank) +// - Kerbodyne S3-14400 Tank (Size3LargeTank) diff --git a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-375.cfg b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-375.cfg new file mode 100644 index 00000000..318c6ba8 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-375.cfg @@ -0,0 +1,3 @@ +// Patches applying art changes to 3.75m structural parts +// Contents: +// - Kerbodyne ADTP-2-3 (Size3to2Adapter) diff --git a/Distribution/Restock/GameData/ReStock/Patches/description.md b/Distribution/Restock/GameData/ReStock/Patches/description.md new file mode 100644 index 00000000..e5658059 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/description.md @@ -0,0 +1 @@ +These patches apply model/textures changes to restock parts diff --git a/Distribution/license.txt b/Distribution/Restock/changelog.txt similarity index 100% rename from Distribution/license.txt rename to Distribution/Restock/changelog.txt diff --git a/Distribution/Restock/license.txt b/Distribution/Restock/license.txt new file mode 100644 index 00000000..8d3da30d --- /dev/null +++ b/Distribution/Restock/license.txt @@ -0,0 +1 @@ +TBW diff --git a/Distribution/Restock/readme.txt b/Distribution/Restock/readme.txt new file mode 100644 index 00000000..ef280441 --- /dev/null +++ b/Distribution/Restock/readme.txt @@ -0,0 +1,3 @@ +============= +RESTOCK 0.1.0 +============= diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Assets/description.md b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/description.md new file mode 100644 index 00000000..39ca83d6 --- /dev/null +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/description.md @@ -0,0 +1,9 @@ +All the assets go here, perhaps like + +* ReStock/Assets/Common/ +* ReStock/Assets/Common/Endcaps/... +* ReStock/Assets/Engines/125m/... +* ReStock/Assets/Engines/ +* ReStock/Assets/Engines/25m/... +* ReStock/Assets/FuelTanks/ +* ReStock/Assets/FuelTanks/375m/.... diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Localization/en-us.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Localization/en-us.cfg new file mode 100644 index 00000000..9006becf --- /dev/null +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Localization/en-us.cfg @@ -0,0 +1,12 @@ +// Proposed format: +// #LOC_RestockPlus_partconfigname_fieldname +// eg. +// #LOC_RestockPlus_restock-engine-375-3_title = ... +// #LOC_RestockPlus_restock-engine-375-3_description = ... + +Localization +{ + en-us + { + } +} diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Command/375/restock-drone-core-375-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Command/375/restock-drone-core-375-1.cfg new file mode 100644 index 00000000..630d9a49 --- /dev/null +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Command/375/restock-drone-core-375-1.cfg @@ -0,0 +1 @@ +// 3.75m drone code diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/375/restock-docking-375-1 b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/375/restock-docking-375-1 new file mode 100644 index 00000000..8d4c53f0 --- /dev/null +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/375/restock-docking-375-1 @@ -0,0 +1 @@ +// 3.75m docking port diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/375/restock-engine-375-3.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/375/restock-engine-375-3.cfg new file mode 100644 index 00000000..3c9f42f9 --- /dev/null +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/375/restock-engine-375-3.cfg @@ -0,0 +1 @@ +// 3.75m orbital engine diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/375/restock-fuel-tank-375-4.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/375/restock-fuel-tank-375-4.cfg new file mode 100644 index 00000000..11834e18 --- /dev/null +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/375/restock-fuel-tank-375-4.cfg @@ -0,0 +1 @@ +// 3.75m compact fuel tank diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Engine/restock-engine-125.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Engine/restock-engine-125.cfg new file mode 100644 index 00000000..86a04b82 --- /dev/null +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Engine/restock-engine-125.cfg @@ -0,0 +1,3 @@ +// Patches for 1.25m engines +// Contains: +// - S3 KS-25 "Vector" Liquid Fuel Engine (SSME): Adds compact, 2.5m and 2.5m (boattail) variants diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Structural/restock-structural-375.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Structural/restock-structural-375.cfg new file mode 100644 index 00000000..83f7b7e4 --- /dev/null +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Structural/restock-structural-375.cfg @@ -0,0 +1,3 @@ +// Patches for 3.75m structural Parts +// Contents: +// - Kerbodyne ADTP-2-3 (Size3to2Adapter): Adds hollow and fuelled variants diff --git a/Distribution/RestockPlus/changelog.txt b/Distribution/RestockPlus/changelog.txt new file mode 100644 index 00000000..0e8937bc --- /dev/null +++ b/Distribution/RestockPlus/changelog.txt @@ -0,0 +1,3 @@ +0.1.0 +----- +- Initial release diff --git a/Distribution/RestockPlus/license.txt b/Distribution/RestockPlus/license.txt new file mode 100644 index 00000000..8d3da30d --- /dev/null +++ b/Distribution/RestockPlus/license.txt @@ -0,0 +1 @@ +TBW diff --git a/Distribution/RestockPlus/readme.txt b/Distribution/RestockPlus/readme.txt new file mode 100644 index 00000000..e2f70ef3 --- /dev/null +++ b/Distribution/RestockPlus/readme.txt @@ -0,0 +1,3 @@ +============== +RESTOCK+ 0.1.0 +============== diff --git a/README.md b/README.md index 296c63b6..a2d6b57f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,25 @@ +# Restock +Replacing and upgrading the art of Kerbal Space Program -# Proposed Repository Structure +### Goals +The goal of this project is to improve the art of Kerbal Space Program with the following goals in mind +* Create a unity of design and style for all parts +* Preserve the general aesthetic of KSP +* Create consistency in the detail level of all parts +* Do not affect gameplay or part balance + + +### Restock+ + +We believe that there are a number of places where KSP is missing key parts - for example, where a stack class is missing parts that exist in other classes. Restock+ aims to create parts that fill this niche, and is a wholly optional project + +## Contributors + + +If you want to contribute, contact us. + +## Repository Structure * Distribution * readme.txt * changelog.txt @@ -8,10 +27,11 @@ * GameData * ReStock * Assets: all model and texture files - * `` - * `` - * Assets - * Patches: patches to enable the replacement of the bits + * Patches: ModuleManager patches to enable art replacements + * ReStockPlus + * Assets: all models and texture files + * Parts: config files for new parts + * Patches: ModuleManager patches that change stock parts * Assets: author source files * Author: A folder per author