StaticModule: FlagDecal - KSP-RO/Kerbal-Konstructs GitHub Wiki
This module will replace the MainTexture on a mesh(transform) with the current KSP flag logo. The transform needs its own material in unity and should have the same x,y dimensions(256x160, or a fracture of this) as the KSP logo.
MODULE
{
// Mandatory, always the same
namespace = KerbalKonstructs
name = FlagDecal
// Mandatory
textureQuadName = your mesh name for the flag to display
}