Jump to content

Vessel Naming Priority Level (in flight)


zer0Kerbal

Recommended Posts

A dev article from1.4 (Whats in a Vessel Name? ( By TriggerAu)) explains how to set showVesselNaming in the part.cfg so that it shows during flight.

Great. I love this. One caveat, it doesn't seem to allow one to change the Priority Level during flight.

I want to be able to easily change the VESSEL_NAMING_PRIORTY_LEVEL of a craft during flight. Is there a way? How? Can something be added to the part.cfg to enable it to be done? Or is this a something requiring a mod to do? Would be nice if stock allowed it in flight, seems like a bug.

 

Add this to the part.cfg to allow

showVesselNaming = True

 

From settings.cfg

SHOW_VESSEL_NAMING_IN_FLIGHT = False
VESSEL_NAMING_PRIORTY_LEVEL_MAX = 20
VESSEL_NAMING_PRIORTY_LEVEL_DEFAULT = 10

Under the root part (and seemingly only for those parts that are manually set in the VAB) is

VESSELNAMING
{
  name = vesselName
  type = type (new type also from BreakingGround = DeployedScienceController and DeployedSciencePart)
  priority = priority (default = 10; max = 20)
}

also - it seems that if a vessel doesn't have at least one part with this set in the VAB, that these are not written to the vessel in the save; so if a vessel with this set docks with a vessel that doesn't - there might be some alterations... checking

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...