Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH] Penguin Engines Thrust #72

Closed
zer0Kerbal opened this issue Jan 19, 2023 · 0 comments · Fixed by #95
Closed

[PATCH] Penguin Engines Thrust #72

zer0Kerbal opened this issue Jan 19, 2023 · 0 comments · Fixed by #95
Assignees
Labels
issue: config issue type state: approved Approved to proceed. type: enhancement Requested functionality, features, pages, workflows, endpoints, etc.

Comments

@zer0Kerbal
Copy link
Owner

@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
	}
}
@zer0Kerbal zer0Kerbal added issue: config issue type type: enhancement Requested functionality, features, pages, workflows, endpoints, etc. state: approved Approved to proceed. labels Jan 19, 2023
@zer0Kerbal zer0Kerbal added this to the 1.4.99.0-adoption milestone Jan 19, 2023
@zer0Kerbal zer0Kerbal self-assigned this Jan 19, 2023
@zer0Kerbal zer0Kerbal added this to Needs triage in Flyswatter (Bug and Feature Triage) via automation Jan 19, 2023
@zer0Kerbal zer0Kerbal added this to To do in 1.4.99.0-adoption via automation Jan 19, 2023
@zer0Kerbal zer0Kerbal moved this from To do to In progress in 1.4.99.0-adoption Jan 20, 2023
1.4.99.0-adoption automation moved this from In progress to Done Jan 21, 2023
Flyswatter (Bug and Feature Triage) automation moved this from Needs triage to Closed Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: config issue type state: approved Approved to proceed. type: enhancement Requested functionality, features, pages, workflows, endpoints, etc.
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant