You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModuleNameTag is a part module orginally written by the kOS contributors (Dunbaratu et al.) for kOS.
This module adds a user-editable name tag to a part, set through an in-game window. Shared by kOS (part:TAG) and kRPC (Part.Tag) so a tag assigned by one is visible to the other.
Usage
Consuming mods add the module to parts with their own ModuleManager patch; legacy KOSNameTag tags from older kOS/kRPC saves are migrated automatically.
Example
@PART[*]:FOR[kRPC]:HAS[!ModuleNameTag]
{
MODULE
{
name = ModuleNameTag
}
}