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: [SOLVED] URGENT, PLEASE HELP! (Delete this)  (Read 1627 times)

XodusArt2

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 73
    • View Profile
[SOLVED] URGENT, PLEASE HELP! (Delete this)
« on: November 15, 2013, 02:37:31 pm »
im working with Hordepvpmount, and I made an arctic recolor, at the moment it just cancels out the original texture (i want to keep both) my server only imported the red color.
(I can't even manage to get it ingame, badly textured or not, the displayid seemingly does nothing)

Here is what I did, I opened up the patch they used to import the model, and I copied the M2 'HordePVPMount.m2'
and I renamed it to 'HordePVPMountSnow.m2', I made a new line in the characterdisplayinfo.dbc, the ID column says 40450, column 1 says '9012', column 2 says '0', column 3 says '0' column 4 says '1' and column 5 says '255', column 6 says 'HordePVPMountSnowBodyRed', column 7 says 'HordePVPMountSnowArmorRed', column 8 says 'HordePVPMountSnowBannerRed', column 9 is empty, column 10 says '1'

And in CreatureModelData

Column 1 (ID) has 9054, column 2 has '4', column 3 has 'HordePVPMountSnow.mdx', column 4 has '1', column 5 has '1', column 6 has '1', column 7 has '8', colum 8 has '0x0', column 9 has '0x41900000', column 10 has '1', column 12, and 13 have 0, and column 14 has '1828', column 15 has '0.611100018024445', column sixteen has '2.03099989891052', column 17 has '1.39911103248596', column 18 has '-2.30694508552551', column 19 has '-0.633575022220612', column 20 has '-0.0239819996058941', column 21 has '1.60659301280975', column 22 has '0.546913027763367', column 23 has '2.02584409713745', and column 1 and 2 have '1', and 26 has 0, 27 has 0x0, and 28 has 0x0, so does 29, and 30

PLEASE HELP!

P.S Sorry for the cluster fuck.
« Last Edit: November 16, 2013, 08:12:18 am by Admin »

XodusArt2

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 73
    • View Profile
Re: [QUESTION] URGENT, PLEASE HELP!
« Reply #1 on: November 16, 2013, 01:18:08 am »
Bump ._.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

PhilipTNG

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 709
    • View Profile
Re: [QUESTION] URGENT, PLEASE HELP!
« Reply #2 on: November 16, 2013, 03:44:57 am »
There is no such thing as a CharacterDisplayInfo.dbc file... so I'm guessing you meant CreatureDisplayInfo.dbc

This is just a guess, but going by what you listed, the first 4 inputs of your CreatureDisplayInfo dbc file would follow as:

40450, 9012, 0, 0

And the First 4 inputs of your CreatureModelData.dbc file is as follows:

9054, 4, HordePVPMountSnow.mdx, 1


With that said, if this is correct, Your problem may lie within the CreatureDisplayInfo.dbc file.  The second number points to the number in the CreatureModelData.dbc file,  Given that you have 9012 set but in your second dbc file, you have it assigned to 9054.  There's your issue with that bit.  Any other information you may not have listed is aside the fact.

Secondly you said that the file entry for your CreatureModelData.dbc file is just HordePVPMountSnow.mdx .  If that is exactly what you have, then that can cause problems, as the Original entry has this:

CREATUREHORDEPVPMOUNTHORDEPVPMOUNT.mdx

If you have it as just HordePVPMountSnow.mdx , then that would mean that the Game Client is looking for the m2/skin files at the front of the MPQ, not in a Creature  HORDEPVPMOUNT folder.  The mod is as smart as you are, if you do not give it full paths of what it needs, it will never work.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

XodusArt2

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 73
    • View Profile
Re: [QUESTION] URGENT, PLEASE HELP!
« Reply #3 on: November 16, 2013, 04:31:03 am »
Still nothing, I changed the name of the folder to 'Hordepvpmount2', and the m2 to 'Hordepvpmount2.m2', i changed where it said 9012 to 15000, and I changed 9054 to 15000 also, my textures say 'HordePVPMountBodyRed', 'HordePVPMountArmorRed', and 'HordePVPMountBannerRed', the model just doesn't show up ingame, it's like the displayID doesn't do anything, I type it in, and nothing changes it just says 'Displayid sucessfuly modified to 40430, to remove this use .demorph'  and yet It shows as just me, my character, no mount no new texture and no green texture, basically no model. What have I done wrong?

I've attatched a picture of the layout of my Creaturedisplayinfo.dbc and my CreatureModelData.dbc
« Last Edit: January 01, 1970, 01:00:00 am by Admin »