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

Engine flameout effects rotated 90 degrees #24

Open
Gessalt opened this issue Nov 6, 2021 · 1 comment
Open

Engine flameout effects rotated 90 degrees #24

Gessalt opened this issue Nov 6, 2021 · 1 comment

Comments

@Gessalt
Copy link

Gessalt commented Nov 6, 2021

I have noticed a bug with all engines that are calling the prefab particle fx_exhaustSparks_flameout_2. When an engine with this effect experiences a flameout, the flameout particle effect is rotationally offset 90 degrees from the direction of the plume.

I wasn't able to nail down where exactly the problem is occurring, it seems to be isolated to engines within Restock with that flameout effect applied (such as the Reliant). Engines within restock that do not have this effect (such as the Terrier) and engines outside of Restock with Waterfall configs that use that flameout effect (such as the KS-10AJ from NFLV) do not exhibit this glitch.

I have tested and confirmed that this happens in an entirely fresh KSP install with only Restock, Waterfall, WaterfallRestock, and Module Manager installed. Attached below are some images demonstrating this occurring both on the ground and in-flight.

20211106172122_1
20211106172806_1

@Gessalt
Copy link
Author

Gessalt commented Nov 7, 2021

I just did some deeper looking into the configs, and I realized that there was one difference between how NFLV was setting up the flameout effect and how WaterfallRestock was: NFLV gives fx_exhaustSparks_flameout_2 a transform name of thrustTransform, whereas WaterfallRestock uses the transform name of smokePoint. Sure enough, switching smokePoint to thrustTransform seems to correct the issue- the flameout sparks particle effect is now inline with the direction of thrust.

I am going to go ahead and leave this issue open for now as I do not know enough about what WaterfallRestock is doing to say that this fixes all of the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant