From f4e49cf8c369014f1f15d2b9241c11e1b4a7aa69 Mon Sep 17 00:00:00 2001 From: cadderley Date: Tue, 24 Jul 2018 12:10:44 -0700 Subject: [PATCH] Attribution and cofig modifications --- .../Utility}/restock-parachute-0625-1-d.dds | Bin .../Utility}/restock-parachute-0625-1-n.dds | Bin .../Utility}/restock-parachute-0625-1.mu | Bin .../Utility}/restock-parachute-canopy-1-d.dds | Bin .../GameData/ReStock/Assets/description.md | 6 -- .../GameData/ReStock/Localization/en-us.cfg | 1 - .../Patches/Aerodynamic/restock-aero-125.cfg | 2 +- .../Patches/Aerodynamic/restock-aero-25.cfg | 2 +- .../Patches/Command/restock-drone-cores.cfg | 3 - .../Engine/restock-engines-liquid-0625.cfg | 10 +-- .../Engine/restock-engines-liquid-125.cfg | 16 ++--- .../Engine/restock-engines-liquid-25.cfg | 4 +- .../Engine/restock-engines-liquid-375.cfg | 4 +- .../Engine/restock-engines-srb-125.cfg | 10 +-- .../Patches/FuelTank/restock-fueltanks-25.cfg | 8 +-- .../FuelTank/restock-fueltanks-375.cfg | 6 +- .../Structural/restock-structural-125.cfg | 4 +- .../Structural/restock-structural-25.cfg | 4 +- .../Structural/restock-structural-375.cfg | 2 +- .../Structural/restock-structural-truss.cfg | 5 ++ .../GameData/ReStock/Patches/description.md | 2 +- Distribution/Restock/changelog.txt | 60 ++++++++++++++++++ Distribution/Restock/license.txt | 4 +- Distribution/Restock/readme.txt | 39 ++++++++++++ .../Command/375/restock-drone-core-375-1.cfg | 2 +- .../Coupling/375/restock-docking-375-1.cfg | 2 +- .../Electrical/375/restock-battery-375-1.cfg | 2 +- .../Parts/Engine/25/restock-engine-boar.cfg | 2 +- .../Parts/Engine/375/restock-engine-corgi.cfg | 2 +- .../FuelTank/375/restock-fuel-tank-375-4.cfg | 2 +- .../375/restock-fuel-tank-375-4.cfg | 2 +- Distribution/RestockPlus/readme.txt | 4 ++ README.md | 10 ++- 33 files changed, 163 insertions(+), 57 deletions(-) rename Distribution/{GameData/ReStock/Assets/Utility/0625/Re_parachuteMk1 => Restock/GameData/ReStock/Assets/Utility}/restock-parachute-0625-1-d.dds (100%) rename Distribution/{GameData/ReStock/Assets/Utility/0625/Re_parachuteMk1 => Restock/GameData/ReStock/Assets/Utility}/restock-parachute-0625-1-n.dds (100%) rename Distribution/{GameData/ReStock/Assets/Utility/0625/Re_parachuteMk1 => Restock/GameData/ReStock/Assets/Utility}/restock-parachute-0625-1.mu (100%) rename Distribution/{GameData/ReStock/Assets/Utility/0625/Re_parachuteMk1 => Restock/GameData/ReStock/Assets/Utility}/restock-parachute-canopy-1-d.dds (100%) delete mode 100644 Distribution/Restock/GameData/ReStock/Patches/Command/restock-drone-cores.cfg create mode 100644 Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-truss.cfg diff --git a/Distribution/GameData/ReStock/Assets/Utility/0625/Re_parachuteMk1/restock-parachute-0625-1-d.dds b/Distribution/Restock/GameData/ReStock/Assets/Utility/restock-parachute-0625-1-d.dds similarity index 100% rename from Distribution/GameData/ReStock/Assets/Utility/0625/Re_parachuteMk1/restock-parachute-0625-1-d.dds rename to Distribution/Restock/GameData/ReStock/Assets/Utility/restock-parachute-0625-1-d.dds diff --git a/Distribution/GameData/ReStock/Assets/Utility/0625/Re_parachuteMk1/restock-parachute-0625-1-n.dds b/Distribution/Restock/GameData/ReStock/Assets/Utility/restock-parachute-0625-1-n.dds similarity index 100% rename from Distribution/GameData/ReStock/Assets/Utility/0625/Re_parachuteMk1/restock-parachute-0625-1-n.dds rename to Distribution/Restock/GameData/ReStock/Assets/Utility/restock-parachute-0625-1-n.dds diff --git a/Distribution/GameData/ReStock/Assets/Utility/0625/Re_parachuteMk1/restock-parachute-0625-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Utility/restock-parachute-0625-1.mu similarity index 100% rename from Distribution/GameData/ReStock/Assets/Utility/0625/Re_parachuteMk1/restock-parachute-0625-1.mu rename to Distribution/Restock/GameData/ReStock/Assets/Utility/restock-parachute-0625-1.mu diff --git a/Distribution/GameData/ReStock/Assets/Utility/0625/Re_parachuteMk1/restock-parachute-canopy-1-d.dds b/Distribution/Restock/GameData/ReStock/Assets/Utility/restock-parachute-canopy-1-d.dds similarity index 100% rename from Distribution/GameData/ReStock/Assets/Utility/0625/Re_parachuteMk1/restock-parachute-canopy-1-d.dds rename to Distribution/Restock/GameData/ReStock/Assets/Utility/restock-parachute-canopy-1-d.dds diff --git a/Distribution/Restock/GameData/ReStock/Assets/description.md b/Distribution/Restock/GameData/ReStock/Assets/description.md index d8450351..002ff224 100644 --- a/Distribution/Restock/GameData/ReStock/Assets/description.md +++ b/Distribution/Restock/GameData/ReStock/Assets/description.md @@ -1,11 +1,5 @@ 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/Localization/en-us.cfg b/Distribution/Restock/GameData/ReStock/Localization/en-us.cfg index 42fcd383..a59684de 100644 --- a/Distribution/Restock/GameData/ReStock/Localization/en-us.cfg +++ b/Distribution/Restock/GameData/ReStock/Localization/en-us.cfg @@ -8,7 +8,6 @@ Localization { en-us { - #LOC_Restock_variant-engine_size0 = 0.625m #LOC_Restock_variant-engine_size1 = 1.25m #LOC_Restock_variant-engine_size2 = 2.5m diff --git a/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-125.cfg b/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-125.cfg index 0135694d..c8eee626 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-125.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-125.cfg @@ -4,7 +4,7 @@ @PART[noseCone] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} diff --git a/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-25.cfg b/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-25.cfg index 0f854456..58f0b28f 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-25.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-25.cfg @@ -4,7 +4,7 @@ @PART[rocketNoseCone] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} diff --git a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-drone-cores.cfg b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-drone-cores.cfg deleted file mode 100644 index 59048a57..00000000 --- a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-drone-cores.cfg +++ /dev/null @@ -1,3 +0,0 @@ -// Patches applying art changes to drone parts -// Contents: -// - diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-0625.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-0625.cfg index 1474e268..8f6131f3 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-0625.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-0625.cfg @@ -9,7 +9,7 @@ // Ant @PART[microEngine] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} @@ -117,7 +117,7 @@ // Spider @PART[radialEngineMini] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} @@ -243,7 +243,7 @@ // Spark @PART[liquidEngineMini] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} @@ -481,7 +481,7 @@ // Twitch @PART[smallRadialEngine] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} @@ -610,7 +610,7 @@ // Puff @PART[omsEngine] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} 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 index 9c476c3e..0b097f19 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg @@ -9,7 +9,7 @@ // LV-N @PART[nuclearEngine] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL = {} @@ -147,7 +147,7 @@ // Vector @PART[SSME] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL = {} @@ -201,7 +201,7 @@ pitch = 1.0 1.0 loop = true } - + MODEL_MULTI_PARTICLE { name = core @@ -417,7 +417,7 @@ // Terrier @PART[liquidEngine3] { - @author = Porkjet and Chris Adderley + @author = Porkjet and Chris Adderley (Nertea) !mesh = DELETE !MODEL = {} @@ -460,9 +460,9 @@ speed = 0.0 0.35 speed = 1.0 1.0 } - + } - + } @bulkheadProfiles = srf, size1 @@ -616,7 +616,7 @@ // Reliant @PART[liquidEngine] { - @author = Porkjet and Chris Adderley + @author = Porkjet and Chris Adderley (Nertea) !mesh = DELETE !MODEL {} @@ -875,7 +875,7 @@ // Swivel @PART[liquidEngine2] { - @author = Porkjet and Chris Adderley + @author = Porkjet and Chris Adderley (Nertea) !mesh = DELETE !MODEL {} 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 index 4a7d48fa..8c776c4f 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-25.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-25.cfg @@ -1,11 +1,11 @@ // Patches applying art changes to 2.5m engines // Contents: // - LFB KR-1x2 "Twin-Boar" Liquid Fuel Engine (Size2LFB) -// - + // Twin Boar @PART[Size2LFB] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL = {} 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 index 49bb905b..dcea5385 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-375.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-375.cfg @@ -5,7 +5,7 @@ @PART[Size3AdvancedEngine] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL = {} MODEL { @@ -191,7 +191,7 @@ @PART[Size3EngineCluster] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL = {} MODEL { 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 index db189cfd..cdf3bf6d 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-125.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-125.cfg @@ -8,7 +8,7 @@ // Kickback @PART[MassiveBooster] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} @@ -143,7 +143,7 @@ // Thumper @PART[solidBooster1-1] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} @@ -288,7 +288,7 @@ // Hammer @PART[solidBooster] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} @@ -391,7 +391,7 @@ // Flea @PART[solidBooster_sm] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} @@ -491,7 +491,7 @@ } // Separatron @PART[sepMotor1] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} diff --git a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-25.cfg b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-25.cfg index 90597455..e4e48488 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-25.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-25.cfg @@ -7,7 +7,7 @@ @PART[Rockomax8BW] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} @@ -78,7 +78,7 @@ @PART[Rockomax32_BW] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} @@ -148,7 +148,7 @@ @PART[Rockomax16_BW] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} @@ -218,7 +218,7 @@ @PART[Rockomax64_BW] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} diff --git a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-375.cfg b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-375.cfg index 52f564b9..55546c76 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-375.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-375.cfg @@ -5,7 +5,7 @@ // - Kerbodyne S3-14400 Tank (Size3LargeTank) @PART[Size3SmallTank] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} @@ -28,7 +28,7 @@ } @PART[Size3MediumTank] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} @@ -53,7 +53,7 @@ @PART[Size3LargeTank] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} diff --git a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-125.cfg b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-125.cfg index 9eee2f2e..fda5913a 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-125.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-125.cfg @@ -5,7 +5,7 @@ @PART[adapterSmallMiniTall] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} @@ -16,7 +16,7 @@ @PART[adapterSmallMiniShort] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} diff --git a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-25.cfg b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-25.cfg index c0f39bfb..5bb8e5b4 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-25.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-25.cfg @@ -5,7 +5,7 @@ @PART[largeAdapter] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} @@ -16,7 +16,7 @@ } @PART[largeAdapter2] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} diff --git a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-375.cfg b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-375.cfg index 420a57df..d4e63f01 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-375.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-375.cfg @@ -3,7 +3,7 @@ // - Kerbodyne ADTP-2-3 (Size3to2Adapter) @PART[Size3to2Adapter] { - @author = Chris Adderley + @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} diff --git a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-truss.cfg b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-truss.cfg new file mode 100644 index 00000000..dc3a4a82 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-truss.cfg @@ -0,0 +1,5 @@ +// Patches applying art changes to structural truss parts +// Contents: +// - The Not-Rockomax Micronode (structuralMiniNode) +// - Cubic Octagonal Strut (strutCube) +// - Octagonal Strut (strutOcto) diff --git a/Distribution/Restock/GameData/ReStock/Patches/description.md b/Distribution/Restock/GameData/ReStock/Patches/description.md index e5658059..02d79883 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/description.md +++ b/Distribution/Restock/GameData/ReStock/Patches/description.md @@ -1 +1 @@ -These patches apply model/textures changes to restock parts +These patches apply model/textures changes to restock parts. diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index e69de29b..692e622a 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -0,0 +1,60 @@ +0.1.0 +----- +- Initial release +- Parts included: + - Command + - PPD-12 Cupola Module (Nertea) + - PPD-10 Hitchhiker Storage Container (Nertea) + - Science Mobile Processing Lab MPL-LG-2 (Nertea) + - Control + - .625m reaction wheel (Andrew Cassidy) + - Coupling + - Inline Clamp-O-Tron (Passinglurker) + - Clamp-O-Tron Docking Port (Nertea) + - Aero + - Aerodynamic Nose Cone (Nertea) + - Protective Rocket Nose Cone Mk7 (Nertea) + - Structural + - The Not-Rockomax Micronode (Nertea) + - Cubic Octagonal Strut (Nertea) + - Octagonal Strut (Nertea) + - FL-A10 Adapter (Nertea) + - FL-A5 Adapter (Nertea) + - Rockomax Brand Adapter (Nertea) + - Rockomax Brand Adapter 02 (Nertea) + - Kerbodyne ADTP-2-3 (Nertea) + - Fuel Tanks + - Oscar-B Fuel Tank (Beale) + - FL-T200 Fuel Tank (fuelTankSmall) + - FL-T400 Fuel Tank (fuelTank) + - FL-T800 Fuel Tank (fuelTank_long) + - FL-T100 Fuel Tank (fuelTankSmallFlat) + - Rockomax Jumbo-64 Fuel Tank (Nertea) + - Rockomax X200-16 Fuel Tank (Nertea) + - Rockomax X200-32 Fuel Tank (Nertea) + - Rockomax X200-8 Fuel Tank (Nertea) + - Kerbodyne S3-3600 Tank (Nertea) + - Kerbodyne S3-7200 Tank (Nertea) + - Kerbodyne S3-14400 Tank (Nertea) + - Engines + - Separatron I (Nertea) + - Flea (Nertea) + - Hammer (Nertea) + - Thumper (Nertea) + - Kickback (Nertea) + - LV-1 "Ant" Liquid Fuel Engine (Nertea) + - LV-1R "Spider" Liquid Fuel Engine (Nertea) + - 48-7S "Spark" Liquid Fuel Engine (Nertea) + - 24-77 "Twitch" Liquid Fuel Engine (Nertea) + - O-10 "Puff" MonoPropellant Fuel Engine (Nertea) + - LV-N "Nerv" Atomic Rocket Motor (Nertea) + - LV-909 "Terrier" Liquid Fuel Engine (Porkjet/Nertea) + - LV-T45 "Swivel" Liquid Fuel Engine (Porkjet/Nertea) + - LV-T30 "Reliant" Liquid Fuel Engine (Porkjet/Nertea) + - S3 KS-25 "Vector" Liquid Fuel Engine (Nertea) + - LFB KR-1x2 "Twin-Boar" Liquid Fuel Engine (Nertea) + - Kerbodyne KR-2L+ "Rhino" Liquid Fuel Engine (Nertea) + - S3 KS-25x4 "Mammoth" Liquid Fuel Engine (Nertea) + - Electrical + - Z-1K Rechargeable Battery Bank (Nertea) + - PB-NUK Radioisotope Thermoelectric Generator (Beale) diff --git a/Distribution/Restock/license.txt b/Distribution/Restock/license.txt index 8d3da30d..9fa1d8cb 100644 --- a/Distribution/Restock/license.txt +++ b/Distribution/Restock/license.txt @@ -1 +1,3 @@ -TBW +The art assets in this pack (all models and textures) are distributed under an All Rights Reserved License. + +You may not redistribute or re-use these assets without express permission from the authors of the individual assets (specified in the configuration file). diff --git a/Distribution/Restock/readme.txt b/Distribution/Restock/readme.txt index ef280441..569ccf5b 100644 --- a/Distribution/Restock/readme.txt +++ b/Distribution/Restock/readme.txt @@ -1,3 +1,42 @@ ============= RESTOCK 0.1.0 ============= + +Restock is a project to improve the art of the Kerbal Space Program part set. Some of the revisions are based extensively on the cancelled Part Overhaul project by Porkjet. + +Out goal is to bringing consistency, better and more educational detail and prettier rockets to the KSP experience. + +============ +DEPENDENCIES +============ + +Required: +- ModuleManager (3.0.6) + +============= +CREDITS +============= + +- Chris Adderley (Nertea) +- Beale +- Andrew Cassidy +- Passinglurker + +============ +INSTALLATION +============ + +To install, place the GameData folder inside your Kerbal Space Program folder. If asked to overwrite files, do so. + +============ +LOCALIZATION +============ + + +========= +LICENSING +========= + +The art assets in this pack (all models and textures) are distributed under an All Rights Reserved License. You may not redistribute or re-use these assets without express permission from the authors. + +ModuleManager by ialdabaoth and sarbian is distributed under a Creative Commons Sharealike license. More details, including source code, can be found here: http://forum.kerbalspaceprogram.com/threads/31342-0-20-ModuleManager-1-3-for-all-your-stock-modding-needs?p=528607&viewfull=1#post528607 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 index 6fc8bb9d..a89a61f5 100644 --- 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 @@ -3,7 +3,7 @@ PART { name = restock-drone-core-375-1 module = Part - author = Chris Adderley + author = Chris Adderley (Nertea) MODEL { diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/375/restock-docking-375-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/375/restock-docking-375-1.cfg index 222551e6..027f4c59 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/375/restock-docking-375-1.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/375/restock-docking-375-1.cfg @@ -3,7 +3,7 @@ PART { name = restock-docking-375-1 module = Part - author = Chris Adderley + author = Chris Adderley (Nertea) MODEL { diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Electrical/375/restock-battery-375-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Electrical/375/restock-battery-375-1.cfg index 98f88c2d..f42f321e 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Electrical/375/restock-battery-375-1.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Electrical/375/restock-battery-375-1.cfg @@ -5,7 +5,7 @@ PART // --- general parameters --- name = restock-battery-375-1 module = Part - author = Chris Adderley + author = Chris Adderley (Nertea) // --- asset parameters --- MODEL diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/25/restock-engine-boar.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/25/restock-engine-boar.cfg index ec4e8eec..8b4f9c0c 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/25/restock-engine-boar.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/25/restock-engine-boar.cfg @@ -6,7 +6,7 @@ PART // --- general parameters --- name = restock-engine-25-boar module = Part - author = Chris Adderley + author = Chris Adderley (Nertea) // --- asset parameters --- MODEL diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/375/restock-engine-corgi.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/375/restock-engine-corgi.cfg index a3227029..f9f16d86 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/375/restock-engine-corgi.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/375/restock-engine-corgi.cfg @@ -6,7 +6,7 @@ PART // --- general parameters --- name = restock-engine-375-corgi module = Part - author = Chris Adderley + author = Chris Adderley (Nertea) // --- asset parameters --- MODEL 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 index 6fba7777..9b6741fa 100644 --- 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 @@ -3,7 +3,7 @@ PART { name = restock-fuel-tank-375-4 module = Part - author = Chris Adderley + author = Chris Adderley (Nertea) MODEL { diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Structural/375/restock-fuel-tank-375-4.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Structural/375/restock-fuel-tank-375-4.cfg index 7d817e28..7de68c54 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Structural/375/restock-fuel-tank-375-4.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Structural/375/restock-fuel-tank-375-4.cfg @@ -3,7 +3,7 @@ PART { name = restock-adapter-375-2 module = Part - author = Chris Adderley + author = Chris Adderley (Nertea) MODEL { diff --git a/Distribution/RestockPlus/readme.txt b/Distribution/RestockPlus/readme.txt index e2f70ef3..372d3ce9 100644 --- a/Distribution/RestockPlus/readme.txt +++ b/Distribution/RestockPlus/readme.txt @@ -1,3 +1,7 @@ ============== RESTOCK+ 0.1.0 ============== + + +Rebalances and changes +- Added gimbals to Thumper and Kickback SRBs diff --git a/README.md b/README.md index a2d6b57f..5e0255c5 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,14 @@ The goal of this project is to improve the art of Kerbal Space Program with the ### 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 +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 +* Chris Adderley (Nertea) +* Beale +* Andrew Cassidy +* Passinglurker If you want to contribute, contact us. @@ -27,6 +31,8 @@ If you want to contribute, contact us. * GameData * ReStock * Assets: all model and texture files + * FX: new effects + * Localization: new localization data * Patches: ModuleManager patches to enable art replacements * ReStockPlus * Assets: all models and texture files @@ -42,7 +48,7 @@ If you want to contribute, contact us. restock-``-``-``-`` -Suffix is like -n for nomral map, -e for emissive, etc +Suffix is like -n for normal map, -e for emissive, etc ## Examples: #### Largest 3.75m Tank