Clothing presets
Every clothing preset of Kingdom Come: Deliverance II - 2705 outfits from the game’s
Libs/Tables/item/clothing_preset*.xml, by gender. A preset is the set of clothing and armour pieces an NPC of the story game is
dressed in; the server dresses a player’s body or an NPC actor with one:
SetSpawnInfo(pid, x, y, z, yaw, clothingPreset, weaponPreset, appearance)- the outfit a player spawns in (""= the server’s[spawn] clothing_preset,UC_HenryTroskyby default);CreateActor(soul, x, y, z, yaw, name, clothing, weapons, world)- an NPC actor’s outfit (nil= the server’s default);[spawn] clothing_presetinserver.toml- the default.
The GUID is the key; unlike items, souls and buffs a preset is not resolved by name or id (the id here is the row number of
the name-sorted export). Female presets on a male body, and the reverse, are the game’s own risk. The pieces are listed by
their item names; Undefined is the table’s own gender value for the presets that fit either.
| Page | Entries |
|---|---|
| Male (1/2: C-P) | 1081 |
| Male (2/2: P-Z) | 1081 |
| Female | 317 |
| Undefined | 226 |
