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:
I uploaded a custom 4-part armor, but when I create a fake item, only the chest and gloves appear. If the outfit is 3 parts, how do I correctly create the XML?
 
согласно гайда проблем не должно возникнуть, если у тебя появляются не те предметы, значит ты добавляешь не верные id, могу помочь составить тебе костюмы - 30$
 
I uploaded a custom 4-part armor, but when I create a fake item, only the chest and gloves appear. If the outfit is 3 parts, how do I correctly create the XML?
the sets must contain the same number of parts, for example, if there are 5, the other must have 5, if there are 4, the legst does not appear, I have to make the dynasty 4 parts to be able to use it
 
how can i do a skin with this system?
i already have skins with items with abnormal=zaken_red (forexample) but it wont show cloaks

so, i think the solution could be work with this system to cloak enable to be shown .
i tried to
<list enabled="true">
<item itemId="486">
<display itemId="71440"/>(item with abnormal that work)


but doesnt work. any help ?
 
Hello people of this thread! i clearly see that there was not a lot of
interest in this new way appearance from the beggining of this thread...
but i want to desperately please ask @Deazer to take a further look in this!
when you wear a skinn, and that skinn is made of an armor that NORMALY has 2 main parts (upper,lower)
but you equip the character with a fullbody armor then the lower part of the "skinn armor" is not visible.
look images for example...
is there a way for this to be corrected?
appearanceprobl.webp
problem occurs with double part armors
appearanceprobl1.webp
 
Hello people of this thread! i clearly see that there was not a lot of
interest in this new way appearance from the beggining of this thread...
but i want to desperately please ask @Deazer to take a further look in this!
when you wear a skinn, and that skinn is made of an armor that NORMALY has 2 main parts (upper,lower)
but you equip the character with a fullbody armor then the lower part of the "skinn armor" is not visible.
look images for example...
is there a way for this to be corrected?
problem occurs with double part armors
View attachment 4401
make the original xml fullbody
 
sry bro, im at work, set you SKIN XM to get slot id chest. you are using a armor with 4 pieces to show when only 3 pieces are equiped. dint see it before.
Show me you itemfake xml
 
Hello people of this thread! i clearly see that there was not a lot of
interest in this new way appearance from the beggining of this thread...
but i want to desperately please ask @Deazer to take a further look in this!
when you wear a skinn, and that skinn is made of an armor that NORMALY has 2 main parts (upper,lower)
but you equip the character with a fullbody armor then the lower part of the "skinn armor" is not visible.
look images for example...
is there a way for this to be corrected?
problem occurs with double part armors
View attachment 4401
you apply CHEST on Full body, that why, server send only available slots
 
you apply CHEST on Full body, that why, server send only available slots
yes i understand this, but this means: if i change a normal armor like: Full Plate Armor from FULL to -> CHEST what next? LEGS slot still empty so server wont send legs packet, SO? How to fill empty slot of LEGS when you want to replace a equipped armor FULLBODY with an appearance of CHEST/LEGS armor?
and if i try the opposite then: if i change the type of an appearance like lets use IC set from CHEST/LEGS, how? i change CHEST part to FULLBODY
then what do i do with the LEGS part? i also make this to FULLBODY? (e.x. i make duplicate IC Brestplate and IC Gailter and make both use slot FULLBODY?
am i missing something here? i tried different combinations to change the part types as u suggested but no luck.
p.s.: i tried change only the parts that i intend to use for appearance.
 
yes i understand this, but this means: if i change a normal armor like: Full Plate Armor from FULL to -> CHEST what next? LEGS slot still empty so server wont send legs packet, SO? How to fill empty slot of LEGS when you want to replace a equipped armor FULLBODY with an appearance of CHEST/LEGS armor?
and if i try the opposite then: if i change the type of an appearance like lets use IC set from CHEST/LEGS, how? i change CHEST part to FULLBODY
then what do i do with the LEGS part? i also make this to FULLBODY? (e.x. i make duplicate IC Brestplate and IC Gailter and make both use slot FULLBODY?
look how work formal wear, you can make it like suit
 
look how work formal wear, you can make it like suit
forgive me i am missing something then, because i already tried with this,
and it works only when i use appearance items that are FULLBODY
again, if i try with Imperial Crus, i change CHEST part to FORMAL_WEAR ?
and what with the LEGS part? i make change also to FORMAL_WEAR?
 
Back
Top