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] Custom Wow Weapon Model  (Read 4846 times)

kojak488

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 351
    • View Profile
[QUESTION] Custom Wow Weapon Model
« on: September 10, 2012, 10:31:32 am »
Hey, I've been working to try and get a custom weapon model into the game using various tutorials from here.  I'm stuck and can't figure it out.  I'm probably skipping over some small detail and I hope you guys can enlighten me.

I tried using the custom item tutorial.  Here are the files I used: the 3DS model, the converted model into .m2 with its .skin and .blp files: http://scorpionshare.com/download/439/Kunai.zip

So the model converts fine and looks to be scaled/positioned properly as its in the same location and size when I import other weapon models from WOW Model Viewer.  I've placed the files into the MPQ and added the item with the right display ID, 70070, into the SQL server: http://scorpionshare.com/download/440/patch_5.MPQ

Unfortunately when I look it up in game or in WOW Model Viewer it's invisible/not there.


When playing around earlier I solved a few errors.  I had the blue/white cube error and realised I hadn't added. mdx in the ItemDisplayInfo.dbc.  On another occasion I got something to display in game, but as you can see it wasn't right:


I've also tried the tutorial for doing it the .obj way and patching it in using Glitchy's MES method.  Same result: invisible item.

Finally I tried the tutorial for converting it to .mdx, which worked.  I could load it into mdlvis.  I could even get it into a .m2 using the converter.  Unfortunately the .m2 crashes both WOW Model Viewer and the game client.

Anyone have some ideas on where I might be going wrong?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

kojak488

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 351
    • View Profile
Re: [QUESTION] Custom Wow Weapon Model
« Reply #1 on: September 12, 2012, 10:01:01 am »
No ideas?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [QUESTION] Custom Wow Weapon Model
« Reply #2 on: September 12, 2012, 10:39:08 am »
Try a really simple model, just to test if that works. Maybe your model is too complex or has something special breaking converters. Also, try scaling.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Malice

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 42
    • View Profile
Re: [QUESTION] Custom Wow Weapon Model
« Reply #3 on: September 12, 2012, 05:45:57 pm »
i don't know what have you done,because i can't download your files.Maybe you haven't added a .skin file?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

kojak488

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 351
    • View Profile
Re: [QUESTION] Custom Wow Weapon Model
« Reply #4 on: September 13, 2012, 03:31:14 pm »
Quote from: "schlumpf"
Try a really simple model, just to test if that works. Maybe your model is too complex or has something special breaking converters. Also, try scaling.

I tried a simple cylinder with no luck.  I've scaled the model to fit the reference model exported from WOW Model Viewier.  I've also tried the scale option in 3dstom2 using 0.25.  No difference.

http://imgur.com/a/3EFl8#0

Quote from: "Tindashi"
i don't know what have you done,because i can't download your files.Maybe you haven't added a .skin file?

The converter makes the skin file and it's included in the MPQ.  I have no way of opening the skin file to see what's in it though.  Opening it in notepad and it's just gibberish.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

kojak488

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 351
    • View Profile
Re: [QUESTION] Custom Wow Weapon Model
« Reply #5 on: September 13, 2012, 06:01:04 pm »
I've just tried a proof of concept type thing (not creating anything new, but just doing the methods to see if it's my process that's wrong).  I got the same issue.  An invisible item.

What I did was load a weapon model in WOW Model Viewer and export it to Milkshape 3D: http://scorpionshare.com/download/444/s ... _a_01.ms3d

I exported that to a 3DS file inside Milkshape 3D: http://scorpionshare.com/download/445/DKunai.3ds

I went through this tutorial again and turned it into an editable poly, checked the Unwrap UV, added the material to it and then do the subdivide option.  I then exported that as a 3DS: http://scorpionshare.com/download/446/DKunai2.3ds

I ran it through 3dstom2.exe using the following options: [spoiler:101sr8ji][/spoiler:101sr8ji]

That created the following .m2 and .skin and here is the .blp too: http://scorpionshare.com/download/447/DKunai.zip

Here's my patch.  Please ignore the previous attempt files that are in there: http://scorpionshare.com/download/448/patch_5.MPQ

The result... the invisible item.  So there must be something wrong with my conversions, original model, exporting... I don't know.  [spoiler:101sr8ji][/spoiler:101sr8ji]
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

kojak488

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 351
    • View Profile
Re: [QUESTION] Custom Wow Weapon Model
« Reply #6 on: September 13, 2012, 06:12:05 pm »
It looks like it was a scaling issue.  I increased the scale in the 3DS and also used a scaling option of 50 on the converter and this was the result:

« Last Edit: January 01, 1970, 01:00:00 am by Admin »

kojak488

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 351
    • View Profile
Re: [QUESTION] Custom Wow Weapon Model
« Reply #7 on: September 13, 2012, 08:20:26 pm »
Still needs a bit of work, but I'm getting there!

http://imgur.com/a/ttxff#0
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Malice

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 42
    • View Profile
Re: [QUESTION] Custom Wow Weapon Model
« Reply #8 on: September 13, 2012, 08:22:29 pm »
send me this model by PM and i will make that for you.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »