Jump to content

Retroport to WOTLK Update-1

By Tyrallis
in Retroporting

Recommended Posts

What has changed?

In the last week of downporting (retroporting) i've learned to use TXID and 010 Editor!
 

Tell me already what i need!

Okay okay.. chill. We need:

CASCExplorer -> CASCExplorer (getting your m2,blp,skin.. files)

WDBX Editor -> WDBX Editor (editing your .dbc files to get your retroport working)

MPQEditor -> MPQEditor (creating custom patches)

Multi Converter -> Multi Converter (make your .m2 files work)

335 Server -> Server (i use this one)

WOTLK Client -> just google it (preferably a FRESH client with NO other custom patches)

TXID -> TXID (Fix our .m2 files<- new

010 Editor -> 010 Editor (Search in our .m2 file for possibly more .blp files it may need) <- new

Make your retroport folder nice and clean!

 image.png.60dd21d14f7116eb2aa4381a661c5be3.png

The beginning.. finally

Open CASCExplorer and click on File -> Open Online Storage -> WoW Retail -> Select the only Build there is and wait.
793563572_CASC1.gif.cf58b7588785320b12da591960c5a10b.gif

Now we need to decide on what we want to retroport, I think that i'm going to Retroport the Vicious War Spider. On the Quick Facts tab, it shows us it's Icon Name, but we just copy the part after inv_.

image.png.6e61c48702697062807ff54aa76e0de1.png

In CASCExplorer we head to Creatures and look for viciousalliancespider

image.png.2cbd4f965c550f47b957fc66c91918f5.png

We extract every file there. Now in our Export folder we open TXID and put viciousalliancespider.m2 about 15 times in there, then click FIX

image.png.a683e6ad8773a9233b95732244bd90b7.png

We then open viciousalliancespider.m2 with 010 Editor. press CTRL + F and change the search type to text(t)

image.thumb.png.fb36e1a899c50401ca35b119a2bbad32.png

There you can scroll through the results, we then look for every .blp in there, but since this .m2 file is weird, it shows 20+ occurences of .blp, but we don't need those since they don't have a path.
(You can also double-check on wow.tools, just search up viciousalliancespider and click on the "I".)

We actually have every file we need, so we open Multi Converter 3.3.0 and put every file in there, don't worry if only one file shows up in there, that's completely normal. Click on Fix again.

image.png.51cb4f7c955d88560bb6045cd9e2d8db.png

We can close Multi Converter and TXID (if you didn't already) and open WDBX Editor. Select CreatureModelData.dbc and CreatureDisplayInfo.dbc from your Server's dbc files. Mine are located in \server\data\dbc. 

image.png.305dd814230d33f5e6edb4d490bf7b16.png

We open both with WDBX Editor and Select WOTLK from "Load Definition" 

image.png.88c8511c81ea37974653f6b7e608ee36.png

We start in CreatureDisplayInfo.dbc by making a new Line, Right-Click -> Insert Line. 

Your ID and ModelID have to be unique. Mine are as follows: ID= 32764;  ModelID= 10005. We then only change CreatureModelScale = 1 (how big your Creature will be) ; CreatureModelAlpha= 255 (1 = almost invisible; 255= no transparency). Now we change our TextureVariation_1 to viciousalliancespider

image.png.b2d55bb22548bb61b6b174c66bbd5a6f.png

Now we can save CreatureDisplayInfo.dbc and make sure it's saved in your server.

Open CreatureModelData.dbc now and go to ID 30 (it's Creature\MineSpider). Right-Click -> Copy Line, then Right-Click -> Insert Line -> Right-Click -> Paste Line.

It should look like this now.

image.png.1fdd7eb97306d4bcd664e584e62f813d.png

don't worry, i changed my ID to 10006 because ID 10005 was already in use, but somehow i deleted the Line. you can still use 10005.

We then only change "ModelName" to our path, our path is Creature\viciousalliancespider\viciousalliancespider.mdx .

.mdx because else wow can't regognize your Creature.
We're done now with server sided.
Now we do client sided, which means we need to make a patch.
Open MPQEditor and create a new MPQ, name it patch-4.mpq. In your MPQ, we need to make 2 folders. 

Right-Click on the first file and make a new folder called "DBFilesClient", now do the same thing again but make sure they are separated, the other folder is calles "Creature".
image.thumb.png.a9e512cf529ffea68fb291c3d9032b21.png

in Creature we can drag and drop our viciousalliancespider folder in there.

image.thumb.png.978f474d3e287d338d87cdde6a898e08.png

We now head to DBFilesClient and drag-and-drop our CreatureModelData.dbc and CreatureDisplayInfo.dbc in there.

image.thumb.png.8f595a877712747edbaa27d6c04f7302.png

Now we are done with everything, just start your server again and morph into 32764.

ALWAYS DELETE YOUR CACHE

WoWScrnShot_021122_161205.thumb.jpg.855905dd7e35e98eab108f1effc5076e.jpgWoWScrnShot_021122_161203.thumb.jpg.f147f04373bd800531c68a020dd549d4.jpg

If it has cube texture = wow can't find the path you used (typically a typing error; capital letters; no .mdx at the end; no backslash used)

If it has green texture = wow can't find the correct texture (used wrong .blp in CreatureDisplayInfo.dbc like using viciousalliancespider_armor instead of viciousalliancespider)

If it is invisible = have you ran it through both converters? did you accidentally changed  CreatureModelAlpha to 0?

If it crashes = is your ID in CreatureDisplayInfo.dbc populated? Did you make sure your creature uses the same ModelID?

Link to comment
Share on other sites

×
×
  • Create New...