From 34f23d33ee359b6d5488a0cab66f0c6c9893b710 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Sun, 10 Mar 2019 15:28:15 -0700 Subject: [PATCH 01/10] remove duplicate changelog line --- Distribution/Restock/changelog.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index 27ede030..23cc0f14 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -3,7 +3,6 @@ - Fixes to address SurfaceLights compatibility (requires updated RealPlume, #522) - Fixes to address RealChute compatibility - Fixes to address RealPlume compatibility (requires updated RealPlume) -- Fixed Communotron HG-55 being rotated 180° to the stock version - Fixed Basic variant Spark shroud (#521, #539) - Fixed incorrect dimensions on SC-9001 Material Bay (#542) - Fixed Communotron HG-55 being rotated 180° to the stock version (#529) From bb8c0a8af79fe0503c7e0fdac45e004325b8e07e Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sun, 10 Mar 2019 17:37:43 -0700 Subject: [PATCH 02/10] Fix animation of Material Bay --- .../Science/restock-materialbay-125-1.mu | Bin 561368 -> 561325 bytes Distribution/Restock/changelog.txt | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Distribution/Restock/GameData/ReStock/Assets/Science/restock-materialbay-125-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Science/restock-materialbay-125-1.mu index 7e4ebcde81ad30716f2fbfc680ee95a5eb0331f8..007953978ab9d86ad13f6fea9efa89d1dfd0b24d 100644 GIT binary patch delta 286 zcmcbyP-*Q#r3s%Wn+OVR_F<~2o%F|ti_0ZHzbL*aGd*LnGn4vc4Mq!Ygiy)ke8xBw z{vF0RR#j<=x*fK*MsHH&xi&#fL95}Q}Q3KeYj`P1(6 hhY^UGfS4JGS%8=oh}pLL{9$)fME2D7IkFr!#Q@3mba4Ox delta 334 zcmZ3xQ0c}(r3s(;`CRhzi{gti(=$rq4Gat?{#Bd&ug(Hpc(P-C9ER9g#`wuGj8dEV z7>jE$BnvI%CjZsq*u0X-g%?Bezb8a;T`#8O=D)MDFm!CbuLTs;Lv`!qS+5K?OKb}j z#3nIWz)NQH(c_j_B{$ED#?-ZW)~hzb$&GbB%?f|o75*>+F%u9o12GE_vjQ>Oc7;Fe RZi-x-aEEL!l;yA~1^|ymeY^kw diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index 23cc0f14..1a3ddb65 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -1,4 +1,8 @@ -v0.1.2 +v0.1.3 +------ +- Fixes animation of SC-9001 Material Bay + +v0.1.2 ------ - Fixes to address SurfaceLights compatibility (requires updated RealPlume, #522) - Fixes to address RealChute compatibility From 57e92529709667b9425c5bfdda074f28d22d7e76 Mon Sep 17 00:00:00 2001 From: Chris Adderley Date: Thu, 14 Mar 2019 14:55:51 -0700 Subject: [PATCH 03/10] Minor changes --- .../Assets/Engine/restock-engine-terrier-1.mu | Bin 286388 -> 286388 bytes .../Parts/Engine/1875/restock-srb-anvil.cfg | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-terrier-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-terrier-1.mu index c524f27a2c45f11939ada8f6032a4a4c5b7df021..493856d343df588fb404c3881d065f98d5382c0d 100644 GIT binary patch delta 29 jcmdn8S8&T-!3otY3_#FW-&)VuTF=y4&%Cvs#WW58pEL>a delta 29 lcmdn8S8&T-!3otY`9jQl8tYr@8C&a_TI-p&*0Y$#0RXk=3o!ry diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/1875/restock-srb-anvil.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/1875/restock-srb-anvil.cfg index 876fd685..25127cfc 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/1875/restock-srb-anvil.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/1875/restock-srb-anvil.cfg @@ -86,13 +86,13 @@ PART node_attach = 0.0, 0.0, -0.9375, 0.0, 0.0, 1.0, 1 TechRequired = heavierRocketry entryCost = 0 - cost = 11000 + cost = 10500 category = Engine subcategory = 0 title = #LOC_RestockPlus_restock-engine-srb-anvil_title description = #LOC_RestockPlus_restock-engine-srb-anvil_description attachRules = 1,1,1,1,0 - mass = 3 + mass = 10 heatConductivity = 0.06 // 1/2 default skinInternalConductionMult = 4.0 emissiveConstant = 0.5 // yes, it's white. But let's claim it's an emissive white... @@ -113,7 +113,7 @@ PART exhaustDamage = True ignitionThreshold = 0.1 minThrust = 0 - maxThrust = 1600 + maxThrust = 2250 heatProduction = 545 useEngineResponseTime = True engineAccelerationSpeed = 10.0 @@ -140,8 +140,8 @@ PART RESOURCE { name = SolidFuel - amount = 4500 - maxAmount = 4500 + amount = 7200 + maxAmount = 7200 } MODULE { From f32d0c28983a34d7fc31624a624a03cf1fb5ccb4 Mon Sep 17 00:00:00 2001 From: Chris Adderley Date: Thu, 14 Mar 2019 18:27:41 -0700 Subject: [PATCH 04/10] Remove flameout effects, add pod RCS --- .../Patches/Command/restock-command-pods.cfg | 45 +++++++++++++++++++ .../Engine/restock-engines-liquid-0625.cfg | 35 +++------------ .../Engine/restock-engines-liquid-125.cfg | 35 ++------------- .../Engine/0625/restock-engine-torch.cfg | 6 --- .../Engine/125/restock-engine-valiant.cfg | 6 --- .../Parts/Engine/25/restock-engine-boar.cfg | 6 --- 6 files changed, 53 insertions(+), 80 deletions(-) diff --git a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg index b8467756..9de1560d 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg @@ -109,6 +109,51 @@ scale = 1,1,1 rotation = 0, 0, 0 } + + !EFFECTS {} + EFFECTS + { + running + { + AUDIO_MULTI_POOL + { + channel = Ship + transformName = RCSjet + clip = sound_rocket_mini + volume = 0.0 0.0 + volume = 0.1 0.0 + volume = 0.5 0.025 + volume = 1.0 0.1 + pitch = 1.0 + loop = true + } + MODEL_MULTI_PARTICLE + { + name = fx1 + modelName = ReStock/FX/restock-fx-rcs-1 + transformName = RCSjet + emission = 0.0 0.0 + emission = 0.1 0.0 + emission = 1.0 1.0 + speed = 0.0 0.8 + speed = 1.0 1.0 + //localRotation = -90, 0, 0 + } + MODEL_MULTI_PARTICLE + { + name = fx2 + modelName = ReStock/FX/restock-fx-rcs-1 + transformName = RCSjet + emission = 0.0 0.0 + emission = 0.1 0.0 + emission = 1.0 1.0 + speed = 0.0 0.8 + speed = 1.0 1.0 + //localRotation = -90, 0, 0 + localPosition = 0, -0.015, 0 + } + } + } } // Mk1 Lander Can 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 88afddf7..7161b215 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 @@ -32,12 +32,7 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout_2 - transformName = thrustTransform - oneShot = true - } + AUDIO { channel = Ship @@ -195,12 +190,8 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout_2 - transformName = thrustTransform - oneShot = true - } + + AUDIO { channel = Ship @@ -393,12 +384,7 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout_2 - transformName = thrustTransform - oneShot = true - } + AUDIO { channel = Ship @@ -739,12 +725,7 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout_2 - transformName = thrustTransform - oneShot = true - } + AUDIO { channel = Ship @@ -958,12 +939,6 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout_2 - transformName = thrustTransform - oneShot = true - } AUDIO { channel = Ship 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 eb6537ef..72804cf6 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 @@ -234,12 +234,6 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout_2 - transformName = thrustTransform - oneShot = true - } AUDIO { channel = Ship @@ -833,12 +827,7 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout - transformName = thrustTransform - oneShot = true - } + AUDIO { channel = Ship @@ -1100,12 +1089,7 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout - transformName = thrustTransform - oneShot = true - } + AUDIO { channel = Ship @@ -1399,13 +1383,7 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout - transformName = thrustTransform - oneShot = true - localRotation = -90, 0, 0 - } + AUDIO { channel = Ship @@ -1488,13 +1466,6 @@ } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout - transformName = thrustTransform - oneShot = true - localRotation = -90, 0, 0 - } AUDIO { channel = Ship diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg index 9c19654a..b9060493 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg @@ -34,12 +34,6 @@ PART } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout_2 - transformName = smokePoint - oneShot = true - } AUDIO { channel = Ship diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/125/restock-engine-valiant.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/125/restock-engine-valiant.cfg index e661edac..320f62e2 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/125/restock-engine-valiant.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/125/restock-engine-valiant.cfg @@ -36,12 +36,6 @@ PART } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout - transformName = thrustTransform - oneShot = true - } AUDIO { channel = Ship 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 9a66ed71..08992af3 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 @@ -41,12 +41,6 @@ PART } flameout { - PREFAB_PARTICLE - { - prefabName = fx_exhaustSparks_flameout_2 - transformName = smokePoint - oneShot = true - } AUDIO { channel = Ship From fd99e736b68dacf98647ac0ffc898dfb3947fe73 Mon Sep 17 00:00:00 2001 From: Chris Adderley Date: Thu, 14 Mar 2019 18:51:31 -0700 Subject: [PATCH 05/10] 0.1.3 fixes --- .../Assets/Command/restock-mk1-3-pod.mu | Bin 270217 -> 270217 bytes .../Assets/Coupling/restock-docking-25-1.mu | Bin 296819 -> 296819 bytes .../Electrical/restock-light-flood-1.mu | Bin 33192 -> 33224 bytes .../Assets/Electrical/restock-light-spot-1.mu | Bin 52324 -> 52358 bytes .../Patches/Command/restock-command-pods.cfg | 6 +++--- .../ReStock/Versioning/ReStock.version | 2 +- Distribution/Restock/changelog.txt | 6 +++++- Distribution/Restock/readme.txt | 2 +- .../Versioning/ReStockPlus.version | 2 +- Distribution/RestockPlus/changelog.txt | 5 +++++ Distribution/RestockPlus/readme.txt | 4 ++-- 11 files changed, 18 insertions(+), 9 deletions(-) diff --git a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-mk1-3-pod.mu b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-mk1-3-pod.mu index 4364a4d2f0148af68ed3528cbf361b7ae7d01a47..7d03885f0de22ce119724c6910aca6265bf5099b 100644 GIT binary patch delta 316 zcmeC&FVMMPprM7ag=q`(nU~vVzG1G>QDFcA<{;-_5RC*HzOb0?2Vs!d^ny3cveP+V zF^kCLq^0d=V{q7iBhX^sR~A$I|Nr-I{tTw&w}6x>PIq_%RF;>PX3qpw_6;ZvG^F7p zl4%fS(je1-%ItptO#>+bS_oDOq^IY2(T04Mh{s2W785r#U{QqzF@BjaO%+qt3b0h$BW1$2l#NFBrU%s0$B+eIZ=O4tCD8g3;3 delta 307 zcmeC&FVMMPprM7ag=q`(nU^BWLC(Pp3=9oG3*1SpjSm56CE(n(6(InN6oRh_eXr0EPB~q(EAyzZGY31&e?T z1dG^7u((Qtw87LcF)-Nw{r}$%i1z{6(?7gqmIGS=Rt3`swA-E$f8K|SxM9^)t3PXSb_`kOLlAsv`mR? zvrh7yYsJXGU=I`r;r$T00mz1637`N+XkJNTdU|RKkj)?tB7oqIO5NnoRf>}%s{A&K gR8M1MG@QJ;Ms4!3np-T!#>MuNYF2IbtBYa=0GCiJa{vGU delta 106 zcmX@n%(SAJX@jCDBg&iBqwr7nP7#i&V z{x>!Iz%<)%@@i38196ZFI5^=9Qh<#A|Nj5q*f`RO5vT@)H=jQ-i;>ZAa@Hxe$*reu NP2PQS-DKV~;Q#?bDLnuH delta 172 zcmZph$^2vn^9Bu3MwZPEq9&W`85tNDKo|sAf(!CX-fm^tqp(ZM?oX$sEsLO!{lEYJ zH~;@HZ?boil>LVQE5|QD{0@jEfEqYL^GXua(^FGGy2U{R7&O>3Fr08^U;xnw{Qvj= v|Hj6VP9WR3fS3u01vY;^(aXrFHo5VX+T=~A&a-rOaM(@0c5>BZ{WIYJxC=Hb diff --git a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg index 9de1560d..6243341b 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg @@ -118,7 +118,7 @@ AUDIO_MULTI_POOL { channel = Ship - transformName = RCSjet + transformName = thrustTransform clip = sound_rocket_mini volume = 0.0 0.0 volume = 0.1 0.0 @@ -131,7 +131,7 @@ { name = fx1 modelName = ReStock/FX/restock-fx-rcs-1 - transformName = RCSjet + transformName = thrustTransform emission = 0.0 0.0 emission = 0.1 0.0 emission = 1.0 1.0 @@ -143,7 +143,7 @@ { name = fx2 modelName = ReStock/FX/restock-fx-rcs-1 - transformName = RCSjet + transformName = thrustTransform emission = 0.0 0.0 emission = 0.1 0.0 emission = 1.0 1.0 diff --git a/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version b/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version index 89b5b064..cb4a44ea 100644 --- a/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version +++ b/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version @@ -6,7 +6,7 @@ { "MAJOR":0, "MINOR":1, - "PATCH":2, + "PATCH":3, "BUILD":0 }, "KSP_VERSION": diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index 1a3ddb65..422d023f 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -1,6 +1,10 @@ v0.1.3 ------ -- Fixes animation of SC-9001 Material Bay +- Fixed animation of SC-9001 Material Bay +- Fixed thrust offset on LV-909 (#553) +- Fixed Mk1-3 Command pod still using old RCS FX (#546) +- Fixed docking transform on Clamp-O-Tron Sr (#555) +- Killed flameout effects on many engines (#549) v0.1.2 ------ diff --git a/Distribution/Restock/readme.txt b/Distribution/Restock/readme.txt index 2f487506..44f924a4 100644 --- a/Distribution/Restock/readme.txt +++ b/Distribution/Restock/readme.txt @@ -1,5 +1,5 @@ ============= -RESTOCK 0.1.2 +RESTOCK 0.1.3 ============= Restock is a project to improve the art of the Kerbal Space Program part set. Some of the revisions are based on the cancelled Part Overhaul project by Porkjet. diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version b/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version index 1e04a307..6debfd74 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version @@ -6,7 +6,7 @@ { "MAJOR":0, "MINOR":1, - "PATCH":2, + "PATCH":3, "BUILD":0 }, "KSP_VERSION": diff --git a/Distribution/RestockPlus/changelog.txt b/Distribution/RestockPlus/changelog.txt index b62b4f7c..efcef67e 100644 --- a/Distribution/RestockPlus/changelog.txt +++ b/Distribution/RestockPlus/changelog.txt @@ -1,3 +1,8 @@ +v0.1.3 +------ +- Balance tweaks to Anvil SRB. Fuel increased to 7200, thrust increased to 2250 kN (#547) +- Fixed light pivots not moving light emitters (#548) + v0.1.2 ------ - Fixed incorrect dimensions on SC-9001R Material Bay (#542) diff --git a/Distribution/RestockPlus/readme.txt b/Distribution/RestockPlus/readme.txt index 8ffe949b..14a07e0e 100644 --- a/Distribution/RestockPlus/readme.txt +++ b/Distribution/RestockPlus/readme.txt @@ -1,5 +1,5 @@ ============== -RESTOCK+ 0.1.2 +RESTOCK+ 0.1.3 ============== Restock+ is a complement to Restock which adds useful parts that we feel are missing from the base game. Functionally, these parts additions allow better flexibility in craft construction and not add new gameplay systems or form factors. Some examples might include: @@ -15,7 +15,7 @@ DEPENDENCIES ============ Required: -- Restock (0.1.2) +- Restock (0.1.3) - ModuleManager (4.0.2) ============= From aaf18430d0a08360ef9ee324457043ddafc40d5f Mon Sep 17 00:00:00 2001 From: Chris Adderley Date: Thu, 14 Mar 2019 19:02:34 -0700 Subject: [PATCH 06/10] New RS+ Spacedock ID --- Distribution/RestockPlus/.mod_data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Distribution/RestockPlus/.mod_data.yml b/Distribution/RestockPlus/.mod_data.yml index 074d0abb..c289eb6c 100644 --- a/Distribution/RestockPlus/.mod_data.yml +++ b/Distribution/RestockPlus/.mod_data.yml @@ -15,7 +15,7 @@ dependencies: # Configure dependencies deploy: SpaceDock: enabled: true # activate/deactivate this deployment script - mod-id: 2099 # The Spacedock mod ID for deployment + mod-id: 2106 # The Spacedock mod ID for deployment CurseForge: enabled: false # activate/deactivate this deployment script mod-id: 230112 # The CurseForge mod ID for deployment From bfbd918a440f8c552adf58787294b17039376c37 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Thu, 14 Mar 2019 22:22:45 -0700 Subject: [PATCH 07/10] Add improved installation instructions --- Distribution/Restock/readme.txt | 10 +++++++++- Distribution/RestockPlus/readme.txt | 15 ++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/Distribution/Restock/readme.txt b/Distribution/Restock/readme.txt index 44f924a4..bd464150 100644 --- a/Distribution/Restock/readme.txt +++ b/Distribution/Restock/readme.txt @@ -42,7 +42,15 @@ Lead Testing INSTALLATION ============ -To install, place the GameData folder inside your Kerbal Space Program folder. If asked to overwrite files, do so. +To install, drag the ReStock folder and Modulemanager DLL from the GameData folder you downloaded into your Kerbal Space Program Gamedata folder. If installed correctly, you should see: +- Kerbal Space Program + - GameData + - Squad + - ReStock + - Assets + - Patches + - etc. + - Modulemanager.3.0.7.dll =============== ASSET BLACKLIST diff --git a/Distribution/RestockPlus/readme.txt b/Distribution/RestockPlus/readme.txt index 14a07e0e..2470c3de 100644 --- a/Distribution/RestockPlus/readme.txt +++ b/Distribution/RestockPlus/readme.txt @@ -41,7 +41,20 @@ Lead Testing INSTALLATION ============ -To install, place the GameData folder inside your Kerbal Space Program folder. If asked to overwrite files, do so. +To install, drag the ReStockPlus folder from the GameData folder you downloaded into your Kerbal Space Program Gamedata folder. If installed correctly, you should see: +- Kerbal Space Program + - GameData + - Squad + - ReStock + - Assets + - Patches + - etc. + - ReStockPlus + - Assets + - Parts + - etc. + - Modulemanager.3.0.7.dll + ============ LOCALIZATION From a1b31be760e1fbe8cb3033f9bb7605b4579848cc Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Thu, 14 Mar 2019 23:32:58 -0700 Subject: [PATCH 08/10] Update example version of MM in readmes I was looking at an old install for some reason --- Distribution/Restock/readme.txt | 2 +- Distribution/RestockPlus/readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Distribution/Restock/readme.txt b/Distribution/Restock/readme.txt index bd464150..b590fb4d 100644 --- a/Distribution/Restock/readme.txt +++ b/Distribution/Restock/readme.txt @@ -50,7 +50,7 @@ To install, drag the ReStock folder and Modulemanager DLL from the GameData fold - Assets - Patches - etc. - - Modulemanager.3.0.7.dll + - Modulemanager.4.0.2.dll =============== ASSET BLACKLIST diff --git a/Distribution/RestockPlus/readme.txt b/Distribution/RestockPlus/readme.txt index 2470c3de..c03b5016 100644 --- a/Distribution/RestockPlus/readme.txt +++ b/Distribution/RestockPlus/readme.txt @@ -53,7 +53,7 @@ To install, drag the ReStockPlus folder from the GameData folder you downloaded - Assets - Parts - etc. - - Modulemanager.3.0.7.dll + - Modulemanager.4.0.2.dll ============ From 23576ec626258b11afb068983eec73b39eca5efd Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Thu, 14 Mar 2019 23:38:38 -0700 Subject: [PATCH 09/10] Capitalization --- Distribution/Restock/readme.txt | 2 +- Distribution/RestockPlus/readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Distribution/Restock/readme.txt b/Distribution/Restock/readme.txt index b590fb4d..4097ae28 100644 --- a/Distribution/Restock/readme.txt +++ b/Distribution/Restock/readme.txt @@ -50,7 +50,7 @@ To install, drag the ReStock folder and Modulemanager DLL from the GameData fold - Assets - Patches - etc. - - Modulemanager.4.0.2.dll + - ModuleManager.4.0.2.dll =============== ASSET BLACKLIST diff --git a/Distribution/RestockPlus/readme.txt b/Distribution/RestockPlus/readme.txt index c03b5016..35b5fda1 100644 --- a/Distribution/RestockPlus/readme.txt +++ b/Distribution/RestockPlus/readme.txt @@ -53,7 +53,7 @@ To install, drag the ReStockPlus folder from the GameData folder you downloaded - Assets - Parts - etc. - - Modulemanager.4.0.2.dll + - ModuleManager.4.0.2.dll ============ From a73400e670f32dca50d06eef9ac996d421b6b8b9 Mon Sep 17 00:00:00 2001 From: Chris Adderley Date: Fri, 15 Mar 2019 18:48:14 -0700 Subject: [PATCH 10/10] Docking port fix --- .../Assets/Coupling/restock-docking-25-1.mu | Bin 296819 -> 296819 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-25-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-25-1.mu index 062f130b9a74027c31411300247a5f4d5882d2f6..430fcb46b52ba2901c198cb585dd2dbc851edcac 100644 GIT binary patch delta 28 icmey|C-k{bsG)_ig{g&k3(M