Skip to content
Rinaldo Bueno edited this page Jun 8, 2023 · 3 revisions

Skins for Archers support added to Archer Loader

An archer can have many appearances. During selection just press up or down to selected a skin. Skins works for Archers and AltArchers (not SecretsArchers, tho)

Skin for Base Archers

To create a skin archer, it works like any other archer for archer loader, but instead of using , or you name the XML element to .

To convert an archer to a skin, just in the archerData.xml replace the , , for and add the 'For=""' attribute

<SkinArcher For="{THE_NAME_OF_THE_BASE_ARCHER_IN_CAPS}">

ie

<SkinArcher For="PINK">
<SkinArcher For="PINK_ALT">

For is the name of the BASE archer

Skin for Customs Archers

Skins for custom are exactly the same than for base archers. But you can omit 'For=""' attribute in case the skin is defined in the same archerData.xml

Any version bellow v1.1.0 doesn't support skins for custom.

Clone this wiki locally