Skip to content

ModuleNameTag

Sofie edited this page Jul 18, 2026 · 1 revision

ModuleNameTag

Added in: v0.5.0
Last Updated in: v0.5.0

Description

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

Changelog v0.5.0:
- Added ModuleNameTag.

Clone this wiki locally