githubEdit

Garment Support: How does it work?

What is Garment Support and how does it work?

circle-info

If garment supports are causing trouble for you, your easiest option is to delete the parameters from your mesh. For detail, see here.

If you want to include garment supports, check thisarrow-up-right guide by engres.

Credit goes to psiberx (discord postarrow-up-right with initial explanation of the algorithm) and IslandDancer for providing screenshots and know-how

The engine morphs garments to avoid clipping — for example, if you equip a pair of boots and V's jeans no longer cover the shoes, but get tucked under.

Garment Support in action

This process is accomplished via 'parameters' on the mesh:

These will show up as shape keys in your Blender export

How it looks if it's broken

Often, you can salvage things by deleting the parameters in WolvenKit

The algorithm

The game calculates the garment score by checking the prefix of component names, where the one with the lowest prefix is the innermost:

After considering the component name, the game will consider the tags in the .ent's visualTagSchema:

An example for t0_000_pma_base__full (the default body component, torso+legs):

Last updated