Models
108 files
-
Drake mounts pack for 3.3.5
By Atraxian
Pack of retroported drake, protodrake and cloud serpent mounts.
It should include most if not all drake/dragon/protodrake/cloud serpent mounts from Cataclysm to Shadowlands, plus the new gladiator drake mount from Dragonflight.
Mounts included:
- Deepholm Drakes
- Skywall Drakes
- Armored Drakes (originally twilight gladiator drakes, but you can use any drake skin for them and it will work)
- Fel Drake
- Infinite Timereaver
- Stormdrakes from Legion (both armored and not, and including the armored fel variant and the unarmored void variant)
- Alextrasza Drakes
- Uncorrupted Voidwing
- Smoldering Emberwyrm
- Death Knight class mount (undead wyrm)
- Heart of the Aspects
- Steamscale Incinerator
- Nether-Gorged Greatwyrm
- Enchanted Fey Dragon
- Sylverian Dreamer
- Tangled Dreamweaver
- Obsidian Worldbreaker
- Pandaren Dragons (normal, thundering, heavenly, pvp and celestial variants)
- Gladiator Protodrake
- Warrior class mount
- Kor'kron protodrake
- Gladiator Mount from Shadowlands
This includes the icons for the various mounts.
462 downloads
Submitted
-
Customizeable Protodrake Mount for 3.3.5
By Atraxian
Customizeable protodrake mount model adapted from the Companionprotodragon model from Dragonflight.
This is more of a proof of concept to convince myself it could be done (somehow) and wanted to share the results.
Possible customizations are decided in the CreatureDisplayData.dbc in the creature geoset column.
These are the possible customizations starting from the rightmost digit of the hex number:
0x0000000Y = Face customization: possible values 1, 2, 3, 4, 5
0x000000Y0 = Helm: 1 has helm, 2 or higher no helm
0x00000Y00 = Forhead: possible values 1, 2, 4, 5, 6 (higher for no extra)
0x0000Y000 = Cheeks: possible values 1, 2, 4, 6, 7 (higher for no extra)
0x000Y0000 = Eyebrows: possible values 1, 2 ,4 (higher for no extra)
0x00Y00000 = Back: 1, 2, 3, 4
0x0Y000000 = Tail: 1, 2, 3, 4, 6 (higher for normal tail)
0xY0000000 = Belly: 1, 2 (higher for no extra)
Textures customizations:
- Texture 1: skin color
- Texture 2: saddle color
- Texture 3: horns color
It doesn't have the same range of customizations as the Dragonflight model, but some is better than none, right?
Seriously, the Dragonflight model has way too many polygons for a direct retroport and I had to sacrifice the fur and horns customizations along with the big armor (that takes more than half the polygons budget by itself).
As an added bonus, I added a model using the full armor, but at the cost of no customizations apart from the colors.
If you want to make your own, you will need:
m2mod version 9.0
Blender 2.77
m2i importing and exporting scripts compatible with m2mod 9.0
010 editor
.m2 and .skin templates for 010 editor
Multiconverter 3.0.0
This guide:
Use m2mod to create an .m2i file of Companionprotodragon.m2 (download the files from wow.tools)
Import the .m2i in Blender, delete the meshes you don't want to keep and reduce the polygons count to 21845 or less.
Export the .m2i and follow the guide to the end.
Once you used the Multiconverter, open the converted .m2 file and the XXXXX01.skin file and manually edit the textures, so your model will not look completely white, and if needed fix the flying animations.
Copy the XXXXX01.skin file twice and rename the copies to XXXXX02.skin and XXXXX03.skin replacing the old ones.
Your model should be ready for being patched into the game.
139 downloads
Updated
-
Tractor Model 3.3.5
I wanted to test new animations in WBS so this is result
Particles are not working due bug in WBS but I kept original file with working particles if you are interested you can clone them from old model to new one
74 downloads
Submitted
-
Nether-Gorged Greatwyrm for 3.3.5
By Atraxian
Retroported model for the Nether-Gorged Greatwyrm mount.
- Import the files in an .mpq patch in creature/nethergorgedgreatwyrm/ and interface/icons/ for the spell icon.
- add the model in CreatureModelData.dbc and in CreatureDisplayID.dbc (then add them to your client patch and server)
For TextureVariation_1 and TextureVariation_2 entries use "nethergorgedgreatwyrm_4323959" and "nethergorgedgreatwyrm_4323957" respectively, otherwise the model will be white and textureless.
- add the icon path and name to a new SpellIcon.dbc entry
- add a creature that uses this model in your database (I copied the Arcane Wyrm entry and changed its ModelID)
- create a mount spell that uses this model and icon
It worked for me, I hope it works for you too.
EDIT: fixed a few animations and added 3 extra colors for the mount.
187 downloads
Updated
-
Tangled Dreamweaver for 3.3.5
By Atraxian
Retroported model for the Tangled Dreamweaver mount.
- Import the files in an .mpq patch in creature/drakemountemerald/
- add the model in CreatureModelData.dbc and in CreatureDisplayID.dbc (then add them to your client patch and server)
- add a creature that uses this model in your database (I copied the Red Drake Mount entry and changed its ModelID)
- create a mount spell that uses this model
It worked for me, I hope it works for you too,
EDIT: fixed the flying idle animation and added the inventory icon.
Many thanks to callumhutchy for his retroporting tutorial and tools.
Find the tutorial here in the forums:
Shadowlands M2 to Wotlk 3.3.5 (Including Skels) - Retro-Porting - Model Changing Network - WoW Modding Community (model-changing.net)
191 downloads
Updated
-
[Retroporting] WoD Character models for Cataclysm 4.3.4 (by Yuritsuki)
By Yuritsuki
About
There are 2-3 similar patches but I couldn't use them as they have some bugs like green textures, missing races or holes instead of ears/attachments etc. So that was the goal for this project.
How to install
1. Put SoundCache-patch-15595.mpq to Data/Cache
2. Rename wow.exe from archive and put it in wow folder. If you run your usual wow.exe it will delete edited patch.
Version History
1.0 (2021/07/23)
Release 1.1 (2021/08/03)
IMPORTANT: fixed ChrRaces table related crashes. CSV2DBC made a corrupted file. Thanks to multyhunter for providing error logs. Added missing records to Creature*.dbc tables from 15595 build 1.2 (2021/08/06)
Fixed human model scaling in dbc. It caused badly drawn visual effects on humans. My table editors are going crazy with cata dbcs and changing values randomly for some reason. I hope it's the last hotfix. Credits to multyhunter for finding this trouble. 1.3 (2021/08/12)
Reverted some helmet fixes. I messed up smth with texture paths. 1.4 (2021/08/15)
Cloacks fixed (except guild cloacks atm) 2.0 (2022/02/13)
Fixed Scourge Male hands attachments (they held map, drinks and spells in wrong hand) NPC textures added (no hidden helmets anymore. Don't know the author. Thanks to warfoll02 for finding a patch with textures) 2.1 (2022/07/01)
I accidentally put old UVs in previous patch. You could see wrong texrures on some races' piercings. Fixed.
1,485 downloads
Updated
-
Game Boy Mount
By Inico
A Game Boy console from the 90s with an animated screen.
For Wrath of the Lich King (264), Mop, Cata and Wod (272).
Includes 9 cases and 13 cartridges.
First DBC texture column: case
Second DBC texture column: cartridge, particles and screen
External link:
Mediafire
Password: by inico
126 downloads
Submitted
-
Pokemon Card Mount
By Inico
For Wrath of the Lich King (264), Mop, Cata and Wod (272).
Includes 11 cards.
First DBC texture column: foil texture
Second DBC texture column: card texture
External link:
Mediafire
Password: by inico
84 downloads
Updated
-
Some creatures ported to 3.3.5 (SL and 8.3)
Hello everyone, I am uploading the following models already converted to 3.3.5. (not all are present in the screenshots)
You just need to edit Creaturedisplayinfo.dbc + Creaturemodeldata.dbc (I use a lot of patches found on the internet, so dsending these 2 dbc files would result in various bugs)
Feel free to use them however you want.
List of models converted:
aqirprophet + hakkarshadowlands + kelthuzadshadowlands + nzothanubisath + voidterror2
---------------------------
New update, list in screenshots, everything in 1.1.0.
188 downloads
Updated
-
(3.3.5a) Scythe of the Unmaker (Fixed) + Chroma Colors
By Cyn
This pack contains necessary files and dbc information to incorporate the Scythe of the Unmaker present originally in Legion, the model has been retro-ported for use in Wotlk, and i've personally created each recoloring of the scythe. Ive also included icons for each, all of which i made save for the "rainbow" icon which was made by a fellow named Xecc via discord. (Thank you!)
Colors Include:
Blue Red Yellow Magenta Purple White Orange Green "Stained Glass" Rainbow (Scrolling)
Enjoy and use them as you wish
230 downloads
Submitted
-
Ayahne's Minecraft Map port
By ayahne
Hello, today I am giving you the opportunity to experience the adventures with me related to minecraft game
i dont hide that i never ever play minecraft game and that wmo is just test to convert 1.5mln verts wmo into lk xD hope that You have strong pc enjoy
65 downloads
Submitted
-
Ayahne's custom fixed alliance tavern
By ayahne
Some of my next work which You can take a look on LK its not perfect but still better than nothing
removed fogs, paint custom vortex, fixed crashing m2's and little bit more
file is from shadowlands converted to lich king so chairs etc You need to add ingame so players can sit on them
had to set outdoor flag because some m2's are in shade if You know how to fix all m2's at once without that flag would be great
have fun and post some screens from game
Soon maybe someone upload orginal version of that wmo
167 downloads
Updated
-
Leia's Model Pack.
By korbenmart
Models Included
-----------------------
contiguous uninstanced human monestary (Red Roof)
contiguous uninstanced human monestary (Blue Roof)
Projects this patch is used for
-------------------------------------
A Front Too Close
Discord : https://discord.gg/rGfF3ae6
102 downloads
Updated
-
Shoulder Shadowlands 3.3.5
By gongel
Hello
This is convert/ retro ported /downported Shoulders from Shadowlands. Her is eleven variants with alternate version one shoulder left and right.
id: items in readme
P.S. : I probably will not be able to fix problems because I do not know how to edit models. If anyone knows how to edit models, please contact me. With a pleasant desire to establish cooperation.
112 downloads
Updated
-
Druid forms for Night Elf&Tauren plus Mounts WoW 3.3.5a
By gongel
Hello, I converted / retro ported a set of forms druid.
Every changes are described in the changelog
Credits: Furioz (brontosaur)
P.S. : I probably will not be able to fix problems because I do not know how to edit models. If anyone knows how to edit models, please contact me. With a pleasant desire to establish cooperation.
1,185 downloads
Updated
-
[SPECIAL CHARACTER] Playable Young Tyrande for 3.3.5
By Hahaha
Previously the start of a revamp of the Classic Night Elf Model, I've since decided to focus on just one aspect of this mod; making Tyrande a playable character. As a result, all other customisation options have been wiped from the Night Elf, leaving only Tyrande's skin and hair as options in the character creation (you can still change the hair colour). I based her off the Tyrande model present in Legion's Ysera's Death cinematic. She has Nightborne Female animations, real glowing eyes and custom hair as well as a custom body. She has custom jewellery that's linked to her hair (an anklet, necklace, earrings and a bracelet). The facial animations are purposely limited, despite being rigged to a HD model, due to the fact that I found the lower polygons of the Classic models look weird and warped when accurately rigged. However, she has access to all emotes, some new animations from the Nightborne and can still talk, frown and smile like a normal player would expect from a Classic model. The difference between this model and other Tyrande models is the fact that you can equip any gear you want, like a normal player character model would. The normal Night Elf females you see as NPCs are not affected by this. This is recommended for a solo server, as all Night Elf Female player character models will look the exact same.
I hastily slapped together the DBCs for this due to the fact that my own ones are vastly different, so made them from scratch for this release. As a result, I haven't tested them extensively and may cause issues I'm not aware of (although definitely nothing as severe as crashing or corruption), so if anyone would like to help me out by letting me know if there's anything wrong, that'd be amazing.
This patch makes use of the following DBCs:
CharHairGeosets
CharHairTextures
CharSections
CharVariatons
ChrRaces
CreatureDisplayInfo
CreatureModelData
and as such, will conflict with any mods that use these DBCs - INCLUDING THE HD MODEL/CREATURE PATCHES! I personally don't use either, so this isn't a big deal for me, but I'm aware that most of the WoW modding population do enjoy the HD models. If you would like to use this, you will need to disable any MPQs that alter the creature or character models via DBCs, or place it at the bottom of your load order (Patch-Z being the lowest).
This is supposed to be the start of a set, and if people like it, I shall release a playable pre-demon Illidan in the same vein later on.
150 downloads
Updated
-
Twilight Princess Midna for 3.3.5
By Hahaha
Just a quick and easy release of Midna from Twilight Princess, rigged to the HD Human Female's models with edited animations that allow her to float when moving, casting or readying for combat (without a weapon). Intended for NPC use, but also has all the animations you'd expect from a player model (minus some emotes). Any problems and just let me know.
All rights to this model go to Nintendo, the base model is 100% from The Legend of Zelda: Twilight Princess and I just edited and rigged it to suit the Human Female's bone structure.
74 downloads
Updated
-
Zelda Fairy for 3.3.5
By Hahaha
Just a really simple Zelda fairy for your game, intended to be used as a non-combat pet for your travels! Just the base files, but I've also included a Wisp replacer (for both normal wisps as well as a red version for the Midsummer pet) for those who don't know how to change their game models the proper way.
The model may be quite big in-game - if it is, you can easily go into the CreatureModelData.dbc with a DBC Editor of your choice (I prefer MyDBCEditor), find the 'Wisp' entry (Creature\Wisp\Wisp.mdx) and go to Column 5 for model scale - there should be a '1' there, indicating the model is at it's full scale. I recommend changing the model from a '1' to a '0.25' to get a more authentic Zelda size, but you can fiddle around with it. After, add it into the game via a MPQ editor, and put it in (or create) a folder called DBFilesClient in any of your patches. Make sure it's not overwritten by any other CreatureModelData.dbcs in a patch with a higher priority than the one you're using (e.g, Patch-Z has the highest priority, Patch-Y has the second highest and so on).
50 downloads
Updated
-
Submitted
-
High Resolution Classic Shields
By Pyzayt
I recently found myself in possession of GigaPixel, and decided to run some Classic textures through them, hoping to counter some of that terrible 128x64 resolution quality. I happened to like the results a lot more than I expected, and decided to spend a little time polishing the outputted textures. Now that I have them though, I figure I might as well share them for others to try around with.
The zip contained herein contains both a WotLK patch containing high resolution shield textures for classic items (pretty much 95% of all shields gotten found in the Eastern Kingdoms and Kalimdor), and a folder containing all 132 modified textures as raw .pngs, for further modification and adjustment as desired.
202 downloads
Updated
-
3D Flowers by Kekie6
Kekie6 Created these 3D models and shared them publicly so I have converted them to M2s for usage in the game credits goes to him
100 downloads
Submitted
-
Custom Weapon Pack #001
By Elnir
Hello everyone!
I want to upload my custom weapons I made. Please, feel free to use, edit and recolor it!
There are two archives in this upload: one is for M2s (WotLK 3.3.5) and BLPs, and another one is for OBJ and PNG.
You can see the list of the models with their pics below:
• Polearm_2h_Custom_Spear01 — 45 color versions;
• Staff_2h_Custom_Jeweled01 (FX and NoFX) — 40 color versions;
• Staff_2h_Custom_Jeweled02 — 40 color versions;
• Sword_1h_Custom_ElvenSword01 (FX and NoFX) — 60 color versions;
• Sword_2h_Custom_ElvenSword01 (FX and NoFX) — 60 color versions;
• Sword_1h_Custom_LongSword01 — 25 color versions;
• Sword_2h_Custom_LongSword01 — 25 color versions;
Please, let me know if there're some troubles.
148 downloads
Updated
-
Bizmo's Brawlpub for Wrath
By Nupper
Releasing Bizmo's Brawlpub/Deeprun Dram Pub + Assets. Does not include Gameobject/NPC Spawns or DBCS
Contains:
Deeprun WMO With Brawlpub + textures Deeprun m2 files with textures. Contains Mapfiles Contains Minimap files.97 downloads
Submitted
-
Lion Class Siege Tank
By kekie
Hi,
This is my first upload so bare with me!
I made a custom Alliance style tank, inspired by the OG dwarven tank. It is made up from various assets from Warlords of Dreanor and Battle for azeroth. Nearly all used textures are either modified or crafted from scratch (mostly just modified though). All you need to do is download 'patch-J' and throw it into your Data folder (inside the world of warcraft 3.3.5a/Data).
I want to give a special thankyou to loremaster, for explaining me how to convert my obj file to WMO and putting it into a patch
Have fun and make sure to post pictures of the projects you use this asset for!
62 downloads
Updated
-
Antaeus from Hostile Waters
This is model of a Antaeus from Hostile Waters Antaeus Rising from 2001 developer by Rage
this model was extracted from the game and ported to wow in two version first is rusty
version that you play as in first 7 levels and then the renred version after Antaeus is fixed
after sitting on seafloor for like 20 years or so
25 downloads
Updated
-
Download Statistics