KSP Interstellar Extended

KSP Interstellar Extended

1M Downloads

Vista Engine broken when used with Near Future Electrical

jswwww opened this issue ยท 2 comments

commented

It looks like about a month ago the Vista engine controller was rewritten and the module renamed. At that time the Near Future patch wasn't updated with the new name. This can be resolved by adding the following to USI_NF_Mode.cfg:

@PART[*]:HAS[@MODULE[VistaECU2]]:NEEDS[NearFutureElectrical]:FOR[WarpPlugin]
{
	@MODULE[VistaECU2]
	{
		%powerRequirementMultiplier = 0.002
		%wasteHeatMultiplier = 0.002
	}
}
commented

thanks, I forgot all about that

commented

ok implemented, also fixed tweakscale scaling,