Skip to content

Commit

Permalink
Merge pull request #57 from ChrisAdderley/dev
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
ChrisAdderley authored May 20, 2019
2 parents 83fdb78 + a8f0410 commit 1671eb5
Show file tree
Hide file tree
Showing 10 changed files with 239 additions and 94 deletions.
314 changes: 226 additions & 88 deletions GameData/NearFutureSolar/Localization/es-es.cfg

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ PART
raycastTransformName = Suncatcher
pivotName = B_ARM_Pivot
isBreakable = true
retractable = false
resourceName = ElectricCharge

chargeRate = 150
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ PART
raycastTransformName = Suncatcher
pivotName = B_PanelsSolo_Pivot
isBreakable = true

retractable = false

resourceName = ElectricCharge

chargeRate = 15
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PART
resourceName = ElectricCharge

trackingSpeed = 0.075
chargeRate = 500
chargeRate = 250
extendActionName = #autoLOC_6001805 //#autoLOC_6001805 = Extend <<1>>
retractActionName = #autoLOC_6001806 //#autoLOC_6001806 = Retract <<1>>
extendpanelsActionName = #autoLOC_6001807 //#autoLOC_6001807 = Toggle <<1>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ PART
raycastTransformName = Suncatcher
pivotName = B_PanelsTrio_Pivot
isBreakable = true

retractable = false
resourceName = ElectricCharge

chargeRate = 45
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR":1,
"MINOR":0,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":
Expand Down
Empty file.
Binary file not shown.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.0.1
------
- Fixed OKEB-15 and -45 being retractable
- Fixed OKEB-150 not being retractable
- Updated Spanish translation
- Fixed power output of Ares panels

v1.0.0
------
- KSP 1.7.x
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=============================
NEAR FUTURE SOLAR PACK v1.0.0
NEAR FUTURE SOLAR PACK v1.0.1
=============================

This pack contains many modern and fancy solar panels to use on your ships and stations.
Expand Down

0 comments on commit 1671eb5

Please sign in to comment.