Jump to content

Recommended Posts

KSP Version: 1.3.1.1891
build id = (018912017.10.05) Windows 10 x64

What Happens: Un able to retract solar panels after they are extended

Mods / Add-Ons: All Stock

Steps to Replicate:

1) add either the 1x6 or the 3x2 solar panel to any comand pod right click to extend it and then you are unable to retract it


Fixes/Workarounds: none found so far

Other Notes/Pictures/Log Files:

this is a freash install from Steam and screen shot was taken on 1st lauch of game

- Images Link: https://www.imagebanana.com/s/852/Fcs6amXr.html

 

 

has anyone else have this happen? It started for me after the 1.3.1 update

Edited by brandandon
Link to comment
Share on other sites

On ‎10‎/‎21‎/‎2017 at 5:41 PM, MoarBoostersRUS said:

There are 2 types of 2x3 and 1x6 solar panels,  SP-L/W panels can be retracted and deployed , OX-4W/L panels can only be deployed.

The panels you are using are the OX-4L panels which can only be deployed

If you wanted them to retract and are running ModuleManager *.*.* you could write a MM like this 

@PART[solarPanels3]
{
 @MODULE[ModuleDeployableSolarPanel]
 {
 %retractable = true
 }
}

@PART[solarPanels4]
{
 @MODULE[ModuleDeployableSolarPanel]
 {
 %retractable = true
 }
}

It has been sometime that I write MM's patches but pretty sure that's it hope it helps

Link to comment
Share on other sites

9 hours ago, MoarBoostersRUS said:

@Mecripp there are already panels that retract and they have a nice white case no need to bother with make it an mm patch 

I did read all the post here and have played this game for sometime now and know of the other solar panels and don't look like you was the one to start the thread and was asking in the first place so why you replying to me I don't know as i'm sure they can make up there own mind know where did I say they had to use it so not to be rude but thanks for your some what useless reply to me have a great day

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...