From fd99e736b68dacf98647ac0ffc898dfb3947fe73 Mon Sep 17 00:00:00 2001 From: Chris Adderley Date: Thu, 14 Mar 2019 18:51:31 -0700 Subject: [PATCH] 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) =============