Jump to content

SOLAR PANEL


Recommended Posts

I'm having trouble with the new creation of the solar panels, if earlier (in my opinion to version 1.0), they were clearly how to do, but now in the cfg are just.
MODULE
{
name = ModuleDeployableSolarPanel
animationName = ...
resourceName = ElectricCharge
chargeRate = 99.99
}
}

Opening the stock model, I noticed that they were standing on sunPivot, but did not help, there may be a trigger for ???
It would be interesting to know, did not find the information, perhaps badly.
THX.

Link to comment
Share on other sites

It is not clear to me what exactly your issue is. In any case, this is how I set up my solar panel(s).

MODULE
    {
        name = ModuleDeployableSolarPanel
        animationName = Extend
        raycastTransformName = suncatcher
        resourceName = ElectricCharge
        chargeRate = 24.4
    }

How you set up the hierarchy for the part is also important. I recommend parenting all the moving parts to the "sunPivot" and also parent the "suncatcher" under the "sunPivot".

Link to comment
Share on other sites

12 hours ago, fairy said:

It is not clear to me what exactly your issue is. In any case, this is how I set up my solar panel(s).

MODULE
    {
        name = ModuleDeployableSolarPanel
        animationName = Extend
        raycastTransformName = suncatcher
        resourceName = ElectricCharge
        chargeRate = 24.4
    }

How you set up the hierarchy for the part is also important. I recommend parenting all the moving parts to the "sunPivot" and also parent the "suncatcher" under the "sunPivot".

Yes, it worked, thank you very much !!!

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...