Jump to content

Tiny MM patch for BG suit colors


MisterBennock

Recommended Posts

So, I was annoyed by the default suit color being orange. I prefer white. So I wrote the following MM patch:

 

@PART[kerbalEVAfemaleFuture,kerbalEVAFuture]
{
	@MODULE[ModuleColorChanger]
	{
		@greenColor = 1.0
		@blueColor = 1.0
	}
}

 

However, it doesn't seem to work. I get no error during patch loading, but not a single Kerbal so far has had white light right away. I tried in Sandbox with new hires, also doesn't work. Is there a weird typo or something like that I am just not seeing or am I missing something essential?

Link to comment
Share on other sites

On 2/13/2020 at 12:39 AM, zer0Kerbal said:

suggest two things:

add this to the thread community patches and

 


@PART[kerbalEVAfemaleFuture,kerbalEVAFuture]:AFTER[SQUAD]
{
	@MODULE[ModuleColorChanger]
	{
		@greenColor = 1.0
		@blueColor = 1.0
	}
}

// MIT

Shouldn't it be :AFTER[SquadExpansion] since they suits are from Serenity?

Link to comment
Share on other sites

1 hour ago, Deimos Rast said:

Shouldn't it be :AFTER[SquadExpansion] since they suits are from Serenity?

shouldn't make a difference because aren't the suits in the base game?

but :AFTER[SquadExpansion/Serenity] would be how to write it.

Edited by zer0Kerbal
Link to comment
Share on other sites

Cheers people, thanks for the suggestions, but neither AFTER:[Squad], nor AFTER:[SquadExpansion] nor AFTER:[SquadExpansion/Serenity] (also with \) did work. In fact, with the slashes, it tells me it didn't apply any patches at all. Could it have something to do with the fact that those are some different type of part? Like, not a "build-part", but rather some kind of prop?

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...