Jump to content

Need 8 identical solar panels, with different transform names


Recommended Posts

Hi,

SXT has a part, Probodobodyne QUBC "Warbler",  which uses the model from Squad:

Squad/Parts/Electrical/radialFlatSolarPanel/model

8 times.  Unfortunately, it doesn't work well since the way the ModuleDeployableSolarPanel works is that it uses a transform (raycastTransformName) to determine exposure, etc.

Could some kind soul make me a new solar panel model, and duplicate it 8 times, changing the raycastTransformName and pivotName appropriately?

This would be greatly appreciated both by myself and players who use this part.

Thanks in advance

Link to comment
Share on other sites

Looks like a welded part has it doesn't show any transformers on it and on the cfg why not like 

	MODULE
	{
		name = ModuleDeployableSolarPanel
		sunTracking = false
		raycastTransformName = suncatcher //Cylinder_002   // why not secondaryTransformName = suncatcher
		pivotName = Cylinder_002
		isBreakable = false
		resourceName = ElectricCharge
		chargeRate = 0.1
	}

 

like 

	MODULE
	{
		name = ModuleDeployableSolarPanel
		sunTracking = false
        secondaryTransformName = suncatcher
		pivotName = Cylinder_002
		isBreakable = false
		resourceName = ElectricCharge
		chargeRate = 0.1
	}

 

Edited by Mecripp
Link to comment
Share on other sites

@linuxgurugamer Done. But the extra solar panel UI things that Kopernicus adds makes the PAW spam-filled. In the picture it's precisely angled so two of the transforms get solar exposure and that it charges at double rate.

There's now just 1 extra model welded in and not the previous 6. All transforms are uniquely named and working (at least while they're not allowed to rotate).

PR is open.

vMqq9h7.jpg

Edited by JadeOfMaar
opened a PR for this
Link to comment
Share on other sites

  • 2 weeks later...
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...