Member
- Apr
- Threads
- 1
- 6
- 0
- 1
AD: Mt2009 - Mobile & PC - 30 January 2026 CHECK THE PRESENTATION!
Hello, I am trying to add a costume from this post: https://metin2hub.com/threads/angel-of-love-dane-service.913/
I successfully added the hairstyle, but I have a problem with the costume.
I have a costume icon, attributes, etc. but I can't see the model.
On the example of a shaman:
shaman_w.msm
My item_proto.txt
location of .gr2 and .dds files:
I also checked in Granny Viewer the location for the texture:
So I also added the files in this location:
On sysserr.txt i have only:
I checked if ShapeIndex is unique etc.
Does anyone have an idea what I'm doing wrong?
I successfully added the hairstyle, but I have a problem with the costume.
I have a costume icon, attributes, etc. but I can't see the model.
On the example of a shaman:
shaman_w.msm
Python:
Group ShapeData
{
PathName "d:/ymir work/pc/shaman/"
ShapeDataCount 147
Group ShapeData00
{
#(...) the rest of code
Group ShapeData146
{
ShapeIndex 40184
Model "shaman_angel_w.gr2"
SourceSkin "angel_body_wsh.dds"
TargetSkin "angel_body_wsh.dds"
}
My item_proto.txt
Code:
98695 Kostium Walentynkowy (k) ITEM_COSTUME COSTUME_BODY 2 ANTI_MALE | NONE | ANTI_STACK NONE NONE NONE 0 0 0 0 100 REAL_TIME 0 LIMIT_NONE 0 APPLY_NONE 0 APPLY_NONE 0 APPLY_NONE 0 0 0 0 40184 0 0 0 0 0
location of .gr2 and .dds files:
I also checked in Granny Viewer the location for the texture:
So I also added the files in this location:
On sysserr.txt i have only:
Code:
0408 02:35:03731 :: invalid idx 0
I checked if ShapeIndex is unique etc.
Does anyone have an idea what I'm doing wrong?

