Re: How to add new fashions?
well if its custom of course it wont be in the El.data.
if you got it from somewhere else and its not in the El.data your in for a long search if its not in another client(you would have to find it by reading a ton of files)
If its custom just add the path to line 5 for the ECM file(sELedit list 81)
Line 4 is the name of the SKI folder(name not path)(this folder is found under models.pck.files\models\players\装备\ 女 or 男\
(english models.pck.files\models\players\equipment\ female or male\
line 6 is surfaces dds file path
Hope this is what you needed
Re: How to add new fashions?
That's the problem. Line 5 does not show the .ecm file path of fashion, but the appearance of the items dropped on the floor as in the example:
Models\Matters\物品\时装掉落\时装掉落.ecm
And this .ecm is the present box that appears on the floor. >.<
All fashions come up with this path in line 5 and the texture of the line shows a path to a folder on surfaces that do not exist as in the example:
Surfaces\图标\通用物品\精灵裙.dds
The only thing that appears in elements.data that seems to make sense is the fourth line that says the name of the folder where the files.
The item I used as example was 3951 (Fairy Skirt).
Re: How to add new fashions?
0 = ID = 3951 = think you get this
1 = Type = 3867 = think you get this
2 = Subtype = 3937 = think you get this
3 = Name = Fairy Dress = think you get this
4 = SKI path = 精灵裙 = models.pck.files\models\players\equipment\ (then the male or female path in this case female or 女)
5 = drop model = Models\Matters\物品\时装掉落\时装掉落.ecm
6 = ? = Surfaces\图标\通用物品\精灵裙.dds (not sure why this is like that on almost everything im looking why just no luck yet)
I think you will be fine on the rest of the el.data
Your key here is line 4 that is the male or female folder as stated above. In the case of the item here its in the female folder (path models.pck.files\models\players\装备\女\)
Re: How to add new fashions?
Don't work. I created a folder with a name copied from another folder and added a number at the end of the name, renamed the .ski files inside the folder with the number also and did not work. I tried other ways too. Just created a folder with different name and kept .ski with the original names of the copy. I changed everything on elements.data and nothing! The fashion don't appear on the char.
I have tried all ways and I can not. I can just replace the files in an existing folder using the .ski and textures that desire. But what I want is to add and not replace. >.<
Re: How to add new fashions?
K there has to be a control file to add the path too. If I find this I will for sure let you know as im working thru all files in the client right down to the point of a line by line compare between others.(hum maybe I can find a PWI update with new fashion and see what files the update has to narrow it down)
Re: How to add new fashions?
Ok. Tnx. I will to try others ways now and wait your solution too.
Re: How to add new fashions?
Simply put you cannot alter the path of the fashion away from the models.pck. It is always referred to as the folder name of the fashion, not the ecm nor ski.
Re: How to add new fashions?
ya I need to find all the line 4 control files as they the same as armors and stuff( I cant find path tho yet, but yet to look)
Maybe someone else knows where the control files are located for armor and fashions.
1 Attachment(s)
Re: How to add new fashions?
The field ive highlighted in the attachment is the name of the folder where the file is stored its just a simple matter of doin a search in the models/player directory with that folder name..
:thumbup1::thumbup1:
Re: How to add new fashions?
how to move dds path to configs.pck file?
Re: How to add new fashions?
Re: How to add new fashions?
Incase of fashion n armour u cannot redirect the file paths
Re: How to add new fashions?
Anyone got a solution? I copy a template folder, rename some files but the clothes do not appear in the body. Is there an extra file to be edited?
Re: How to add new fashions?
hex your elementclient.exe, but if you redirect to other PCK file.. file will still big size, i try moved to fonts.pck got 400MB+
Re: How to add new fashions?
How to move to fonts.pck? fonts \ name? If there is standard as mentioned above:
Path = 4 = SKI 精灵 裙 models.pck.files = \ models \ players \ equipment \ (male or female then the path in this case or female 女)
Re: How to add new fashions?
Equipement and Fashion:
models\players\装备\女 (female)
models\players\装备\男 (male)
Only those folders are working for adding new 3d models for fashion or armors...
You can't use another PCK folder instead...
Re: How to add new fashions?
change this hex
models\players\装备\女 (female)
models\players\装备\男 (male)
to
fonts\tplayers\装备\女
fonts\tlayers\装备\男
make folder tplayers\装备 @font.pck
copy models\players\装备\女 to fonts\tplayers\装备\女
Re: How to add new fashions?
Oh, and wich hex line i should edit in the elementclient.exe ? ^^
Re: How to add new fashions?
4D1EACh 14h models\players\装备\ => fonts\tplayers\装备\
4D1ED0h 14h models\players\装备\ => fonts\tplayers\装备\
4D1EF4h 14h models\players\装备\ => fonts\tplayers\装备\
4D1F18h 14h models\players\装备\ => fonts\tplayers\装备\
4D1F3Ch 14h models\players\装备\ => fonts\tplayers\装备\
4D1F60h 14h models\players\装备\ => fonts\tplayers\装备\
4D1F84h 14h models\players\装备\ => fonts\tplayers\装备\
4D1FA8h 14h models\players\装备\ => fonts\tplayers\装备\
4D1FCCh 14h models\players\装备\ => fonts\tplayers\装备\
4D1FF0h 14h models\players\装备\ => fonts\tplayers\装备\
4D2014h 14h models\players\装备\ => fonts\tplayers\装备\
4D2038h 14h models\players\装备\ => fonts\tplayers\装备\
but need redirect all file in folder models\players\装备 to fonts\tplayers\装备\
Re: How to add new fashions?
Quote:
Originally Posted by
vixio_dv
4D1EACh 14h models\players\装备\ => fonts\tplayers\装备\
4D1ED0h 14h models\players\装备\ => fonts\tplayers\装备\
4D1EF4h 14h models\players\装备\ => fonts\tplayers\装备\
4D1F18h 14h models\players\装备\ => fonts\tplayers\装备\
4D1F3Ch 14h models\players\装备\ => fonts\tplayers\装备\
4D1F60h 14h models\players\装备\ => fonts\tplayers\装备\
4D1F84h 14h models\players\装备\ => fonts\tplayers\装备\
4D1FA8h 14h models\players\装备\ => fonts\tplayers\装备\
4D1FCCh 14h models\players\装备\ => fonts\tplayers\装备\
4D1FF0h 14h models\players\装备\ => fonts\tplayers\装备\
4D2014h 14h models\players\装备\ => fonts\tplayers\装备\
4D2038h 14h models\players\装备\ => fonts\tplayers\装备\
but need redirect all file in folder models\players\装备 to fonts\tplayers\装备\
It's a pain of work... :/:
I will let the original configuration :rolleyes:
Btw: can a mod delete the pub above? :sleep:
Re: How to add new fashions?
auto patcher now available, not need move to other pck file. but thats make my patch really small, i only put used files to fonts.pck, without patch models.pck
Re: How to add new fashions?
how bout edit the current fashion...
Re: How to add new fashions?
models\players\装备 include armor and fashion. all in there.