Jump to content

Lights using EC?


Errol

Recommended Posts

Does anyone know which mods offer EC consumption for lights as a feature? I thought I saw that listed somewhere, but with 20+ KSP forum tabs open, can't remember where I saw that now..

Link to comment
Share on other sites

Spoiler

 



// MakeLightsConsumeEC.cfg 1.0.0.0
//
// created: 19 Jun 2021
// updated: 

@PART[*]:HAS[@MODULE[ModuleLight]]:FOR[zzzME]
{
	@MODULE[ModuleLight]
	{
		%useResources = true
		%resourceName = ElectricCharge
		%resourceAmount = 0.04
	}
}

// GPLv2
// zer0Kerbal

 

 

Edited by zer0Kerbal
Link to comment
Share on other sites

3 minutes ago, zer0Kerbal said:
  Hide contents

 




// MakeLightsConsumeEC.cfg 1.0.0.0
//
// created: 19 Jun 2021
// updated: 

@PART[*]:HAS[@MODULE[ModuleLight]]:FOR[zzzME]
{
	@MODULE[ModuleLight]
	{
		%useResources = true
		%resourceName = ElectricCharge
		%resourceAmount = 0.04
	}
}

// GPLv2
// zer0Kerbal

 

 

I had found a similar .cfg in the old community module manager patch database, and was going to use it but then thought it might conflict with something I already have installed, hence my question.

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