This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] [WotLk] Item Swapping, Hands & Heads  (Read 2136 times)

morbent

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 8
    • View Profile
[QUESTION] [WotLk] Item Swapping, Hands & Heads
« on: May 29, 2016, 06:33:52 pm »
Hello, first post here, I hope I'm posting in the correct place.

I've been changing WOTLK tiers to Vanilla & TBC ones, using patch files and recently got into dbc editing to fix some issues I faced. I searched a lot for a tutorial on this but found nothing so I thought I'd ask, at least to get refered to such a tutorial perhaps.

[attachment=2:b4q7ydzp]Test.png[/attachment:b4q7ydzp]

First issue, the nose of the human is going through the helmet in the Void Warlock Tier 4. I am trying to paste this model on the ArgentAlliance/Horde tier 9.
Now I read about dbc editing and went on to fix this by editing the fields 14 & 15 (helmetgeosetvis), following this: https://wowdev.wiki/DB/ItemDisplayInfo but I'm not sure what exactly to edit since there are tons of argentalliance/horde head models and they all share the same name in the dbc, unlike in the mpq files, where they end with BeF, DwM and such.
Also, the helmetgeoset from the Void Warlock Tier 4 was the same as that of the ArgentAlliance/Horde, so there was nothing to change, but then again, there is a nose sticking out.
I'm actually really confused since everything is thrown around everywhere in the dbc and can't even explain this properly. If someone can just give me a quick step-to-step guide on how to fix this or refer me to one, that would be great.

My second problem is with the gloves of the tier 5 warlock in the middle. Here we see what the hands are supposed to look like https://images.duckduckgo.com/iu/?u=htt ... r1.jpg&f=1. I know why this occurs, I don't know how to edit it though. I need to edit the Tier 10 Dark Coven set to the Tier 5 one.

On a side note, that's what I'm working on (the right side is what I want to turn the left side into). I love WOTLK, but man are those sets ugly:

[attachment=0:b4q7ydzp]Work.png[/attachment:b4q7ydzp]
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [QUESTION] [WotLk] Item Swapping, Hands & Heads
« Reply #1 on: May 29, 2016, 07:51:22 pm »
Fields #14 (1-based) and #15 should be the ones which are responsble for hiding certain geosets on head items. Both fields are used, one for male, one for female. Which value to use? I would simple find some head which hides the same geosets and copy value from there, if you find HelmetGeosetVisData.dbc too confusing.

About your glove problem, field 8. Use value 0, 1, 2 or 3 for different shapes.

https://wowdev.wiki/DB/ItemDisplayInfo
https://wowdev.wiki/DB/HelmetGeosetVisData
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

morbent

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 8
    • View Profile
Re: [QUESTION] [WotLk] Item Swapping, Hands & Heads
« Reply #2 on: May 29, 2016, 08:11:28 pm »
Thanks!

You see, the problem was that the Tier 4 (that I got the appearance from) used the same 14 & 15 fields as the one I was placing it onto.
And there's also the fact that there are many Argent Tier Head IDs, one in like 47547, another in 52565 (made up numbers here) and they don't differentiate at all. I'm thinking they are for the different races but I am not sure, since they do not end with different letters (BeF, DwM, as I stated above).

So what do I change field 14 & 15 to exactly, should I like get it from a different hide-face item? I'll look for such an item to hide the nose then, but I do not know of one.
Also, should I change the numbers for all argent heads? Sounds like a lot of work and guess-work, but if it's the best I got.


Thanks for clarifying the hands one, will try it.
edit: what exactly do I have to edit for the hand now? ArmLower /  ArmUpper / HandTexture? I can't find the hand texture in the dbc though.

edit2: I changed every ArgentAlliance&Horde head (there were like 20 lines or so and the search function doesn't even have a hotkey -.-') and it still doesn't work. What I put in the 14 & 15 fields was 248 & 306, taken from the void helmet itself, meaning that they should be the right ones but I really have no idea.

Now, since all these different head models (argent ones) used different numbers in their own 14 & 15 fields, I'm guessing the void helmet does so too and that I just copied the first void helmet 14 & 15 numbers I saw. But even if I do get all the 14 & 15 field numbers the void helmet IDs have, I couldn't possibly know where to place each since there are no race identifications on each ID. They are the same. How does one work in the dbc editor? It's so messy and the ctrl+F function does not work. Am I doing something wrong or is it a lot of guess work? Now, I don't mind this tedious work, but I want to know how to modify helmets and such properly. Every helmet model has a ton of lines, which are indistinguishable from one another and they are spread everywhere. How does one mod helmets?!
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [QUESTION] [WotLk] Item Swapping, Hands & Heads
« Reply #3 on: May 29, 2016, 10:39:25 pm »
Gloves use actually both hand and armlower texture. Some may maybe use even armupper texture, but I am not sure f its possible or ever used. Anyway, hand and armlower are commonly used. Most of items are made of multiple parts. Just btw, I am not entirely sure if nose really is actually a geoset which can be hidden. Isn't it part of head geoset? If it is so, it simply can not be hidden. Ears, hair and facial hair can be, but I am not so sure about that nose. Its actually quite possible that void helmet doesn't hide nose at all, but that it just overlaps it correctly while other head models don't.

About DBCs, they are mess. About MyDBCEditor, that surely is mess, too. You will learn how to live with it, though. Its not easy nor convenient, I know that too well. You might want to try to take a look at this editor here:
viewtopic.php?f=59&t=10057

CSV is normal database table format which can be edited by much better editors.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [QUESTION] [WotLk] Item Swapping, Hands & Heads
« Reply #4 on: May 29, 2016, 10:44:39 pm »
"head models and they all share the same name in the dbc, unlike in the mpq files, where they end with BeF, DwM and such."
And btw, about this, thats absolutely normal. Those _something are just for different race and gender combinations. You don't enter these into DBC. So, if there are models like My_Head_Hum.m2 and My_Head_Huf.m2, enter only My_Head.mdx (always use extension and always just .mdx for m2 models, never m2) into DBC. Thats for head models. There's no such problem with shoulder or weapon/shield items.

The same applies to textures and actually to all textures. There are _U, _F and _M endings for unisex, female and male versions of textures. Again, those are not to be put into DBCs. So instead of My_Texture_U.blp enter just My_Texture into DBC (for textures without any extension).
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

morbent

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 8
    • View Profile
Re: [QUESTION] [WotLk] Item Swapping, Hands & Heads
« Reply #5 on: May 30, 2016, 12:33:44 am »
This DBC converter does not work for me. It converts the thing but it's a blank page, Error: The given key was not present in the dictionary. If you know a fix...

Either way, I can deal with modding difficulties, so I'll learn to use the dbc editor if the converter doesn't work for me. I've modded harder-to-mod games than WoW but man is WoW a mess. For example, a shoulder texture might be Robe_Shoulder_X for a priest but just Shoulder_X for a warlock... wtf? Who named these?

Well, I doubt it's from the mask because if you look at my screenshot you will see the nose sticking out and in a normal warlock tier 4 http://i97.photobucket.com/albums/l216/ ... lock-d.jpg you don't. It is probably removeable but I am not very familiar on how to remove it yet and cannot find a tutorial on how to deal with item swaps (dbc style).

"And btw, about this, thats absolutely normal. Those _something are just for different race and gender combinations. You don't enter these into DBC. So, if there are models like My_Head_Hum.m2 and My_Head_Huf.m2, enter only My_Head.mdx (always use extension and always just .mdx for m2 models, never m2) into DBC. Thats for head models. There's no such problem with shoulder or weapon/shield items."

No, I know it's like that (read it somewhere), but the problem with that is that I do not know which of these head IDs in the DBC to edit and to what (talking about fields 14 & 15 here). I copied the text from the void helm, but all the void helms (from tier 4) use different 14 & 15 fields and so do the ones in the argent set (the one I want to turn into a tier 4 warlock void set). So... which 14 & 15 field goes where? I don't have indicators for races and gender to know what to CnP.


And I wanted to say that your help is greatly appreciated. Thank you.

edit: Yes! I did it. Fixed the hands thing, thanks a lot man! Now only the nose problem remains...

edit2: Ok, that's mighty interesting. When I put the chest armor on it creates these roby sleeves (since the original had it) but how do I go about fixing this? Do I look in the TorsoUpper or TorsoLower? Or the arm textures? Sorry for throwing in so many questions and such huge walls of texts...
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [QUESTION] [WotLk] Item Swapping, Hands & Heads
« Reply #6 on: May 30, 2016, 09:50:58 am »
Text in fields 14 and 15? There is no text, just number.

About your texture problem, its armlower. It goes like in attachment. I've marked where which part of textures goes and which items do (or may) use it. I have also written those items in order in which they are visible (which means that boots are before pants - pants are under boots).

EDIT: A little mistake, robe overlaps boots, ofc, while boots overlap only pants.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

morbent

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 8
    • View Profile
Re: [QUESTION] [WotLk] Item Swapping, Hands & Heads
« Reply #7 on: May 30, 2016, 12:38:02 pm »
Wow, dude, thanks! That's pretty useful.

Not text, I meant numbers.

I'll try editing the armlower then.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »