SpaceY Expanded (SYX) by NecroBones

SpaceY Expanded (SYX) by NecroBones

120k Downloads

[PATCH] Penguin Engines Thrust

zer0Kerbal opened this issue ยท 0 comments

commented

@linuxgurugamer
https://forum.kerbalspaceprogram.com/index.php?/topic/120012-14-spacey-expanded-v15-2018-04-02/&do=findComment&comment=4221465

linuxgurugamer
image

Second, this is a patch that I use to adjust the maxthrust on three of the engines. Been a while since I made them, but I believe it was because they were underpowered:

//1750 * 4


//  SpaceY P1 "Penguin" Vacuum Engine
@PART[SYengine3mP1]:NEEDS[!CryoEngines]:AFTER[SpaceY-Expanded]
{
	@MODULE[ModuleEnginesFX]
	{
		@maxThrust = 1750
	}
}

//    SpaceY P2 "Dual-Penguin" Vacuum Engine
@PART[SYengine5mP2]:NEEDS[!CryoEngines]:AFTER[SpaceY-Expanded]
{
	@MODULE[ModuleEnginesFX]
	{
		@maxThrust = 3500
	}
}

// SpaceY P4 "Quad-Penguin" Vacuum Engine
@PART[SYengine7mP4]:NEEDS[!CryoEngines]:AFTER[SpaceY-Expanded]
{
	@MODULE[ModuleEnginesFX]
	{
		@maxThrust = 7000
	}
}