Skip to content

Made extensible, had to remove manual controls (for now)#1

Draft
Halbann wants to merge 3 commits intoKerbalPowers:mainfrom
Halbann:extensible
Draft

Made extensible, had to remove manual controls (for now)#1
Halbann wants to merge 3 commits intoKerbalPowers:mainfrom
Halbann:extensible

Conversation

@Halbann
Copy link
Copy Markdown

@Halbann Halbann commented Mar 27, 2026

Functional WIP. Here is the new MM usage:

@PART[kpaNearSight]
{
	// Remove all existing jettison modules
	-MODULE:HAS[#name[ModuleJettison]] {}

	%MODULE
	{
		name = ModuleAttachmentVisuals

		%NODEVISUAL[top]
		{
			showWhenAttached = TopCap
		}
		%NODEVISUAL[bottom]
		{
			showWhenAttached = BottomCap
		}
	}
}

I think putting the names inside square brackets was what MM read it properly, but I tried percentage signs first and haven't tested without them yet. Probably not needed.

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

Successfully merging this pull request may close these issues.

1 participant