New way to change the appearance of armor

1.Settings file locations - data/item_fake_appearance.xml
2. Format XML

Examples of the operation of this subsystem:
For example, we take the item id 485 Tattoo of Power, to this item we "attach" id 6408 Formal Wear (Wedding).
In the file we get this result:

<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE list SYSTEM "item_fake_appearance.dtd">
<list enabled="true">
<item itemId="485">
<display itemId="6408"/>
</item>

</list>

Please note that this subsystem needs to be activated using the <list enabled="true"> method, by default it is false!
And so we get this result in the game.

9edb1db2ce24bd7040bd3b9caa657313.jpg

We can also make a set of armor, for example, we take the Draconic Leather Set and the file will look like this:

<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE list SYSTEM "item_fake_appearance.dtd">
<list enabled="true">
<item itemId="486">
<display itemId="6379"/>
<display itemId="6380"/>
<display itemId="6381"/>
</item>

<item itemId="485">
<display itemId="6408"/>
</item>
</list>

In the game when dressing the item id 486 Tattoo of Fire in the game, we get the following result of changing the appearance:


aa452fd09e1cd8632b2c378d3ea20b1e.jpg

A warning! From the side of the person wearing the first time, it is not quite correctly displayed, it is necessary to take off and dress basic non-fake item 1 time, from the side of the observer everything is displayed correctly.
 
Last edited:
formal wear takes up all slots, no matter what a peace you are equip
i am stupid or tired!
what do i change to FORMAL_WEAR? the real armor or the one i will use for appearance purpose?
or can you make me this one example for a double part armor used as appearance for single(FULLBODY) armor?
sorry for all this, i broke my head all day
 
i am stupid or tired!
what do i change to FORMAL_WEAR? the real armor or the one i will use for appearance purpose?
or can you make me this one example for a double part armor used as appearance for single(FULLBODY) armor?
sorry for all this, i broke my head all day
look, if a player only puts on a chest, but has no pants, and then applies a look change that affects the whole body, the pants will not be visible.
Because server send only available slots to self appearance, ExEquipInfo, other chars will see it "correct"
 
look, if a player only puts on a chest, but has no pants, and then applies a look change that affects the whole body, the pants will not be visible.
Because server send only available slots to self appearance, ExEquipInfo, other chars will see it "correct"
well then now i understand what you mean on 1st post,
is there way to make this also work for self pc? otherwise the player will see his legs naked, but the rest of the world see the whole appearance normal? :/
 
I have issue with the fake items. Here is a video.

The system works for few weapons only .. I don't know why and what cause the weapon to not show. I use the same type of weapons but .. It don't work to all weapons.
 
I have issue with the fake items. Here is a video.

The system works for few weapons only .. I don't know why and what cause the weapon to not show. I use the same type of weapons but .. It don't work to all weapons.
Only work for weapons and armors/chest?, this method need a good update or any menu with active and desactive this skins.

If I equip a bow skin and bow, if I unequip the bow, and equip sword, the sword not appear?
 
I have issue with the fake items. Here is a video.

The system works for few weapons only .. I don't know why and what cause the weapon to not show. I use the same type of weapons but .. It don't work to all weapons.
identify the type of weapon, in this case the “cudgel” is a blunt and the hero weapon is “doublehand-blunt”, you should try to use the shackle slot and test what would happen if you equip 3 weapon skins.
 
identify the type of weapon, in this case the “cudgel” is a blunt and the hero weapon is “doublehand-blunt”, you should try to use the shackle slot and test what would happen if you equip 3 weapon skins.
I'm using the method with the coins. This method do not works well. It works for few weapons only.
 
Back
Top