only morphing allow you use not all default races/genders, not need in any modification of client files and get nice quality models without artefacts (like transparent or white textures).
only direct replacing models and textures without deep DBC editing get to many artefacts and it's need client patching.
I combine this both methods, what allow use 22 races with character equipment and morphing quality.
this patch not modify (not affect on) any gameplay content, but append it.
it's DBC editing only, but if someone interesting in it, I can completely explain later.
preparation:
in case of DBC modifying, you need patch your "wow.exe" at least use next fixes:
- "Disable 'signaturefile' checks"
- "Maximize patch number limitation"
for 14007+ you also need one more fix:
- "Disable 'WoW.mfil' check"
after patching, you must extract patch linked bellow into "\\WoW\Data\" folder
now you may use morpher as before:
for sample typing in chat (for AMorpher, for other morphers use appropriate syntax with bellow id's):
make your character as troll female/console morph 90081
you don't need remember all id's, it's conform to the easy rules:
from above sample 90081 means:
90 - prefix for all races
08 - race code
1 - gender (0 - male; 1 - female)
available race codes:
default playable races(01-11,22):
01 - Human
02 - Orc
03 - Dwarf
04 - NightElf
05 - Scourge
06 - Tauren
07 - Gnome
08 - Troll
09 - Goblin
10 - BloodElf
11 - Draenei
22 - Worgen
additional races with sample screens (12-21):
all additional races not show head slot equip and trolls have bug - hairs and ears removes, like head slot equipped, but without it. on ear places - holes.
also all except Naga have only male models.
some of it may have not some sounds or animations.
[spoiler]
12 - FelOrc
13 - Naga_
14 - Broken | 15 - Skeleton
16 - Vrykul (0.5 of original size) | 17 - Tuskarr
18 - ForestTroll | 19 - Taunka
20 - NorthrendSkeleton (0.5 of original size) | 21 - IceTroll
[/spoiler]
patches:
MorphRacesPatch(13329).zip
MorphRacesPatch(13623).zip
not tested, but theoretically must work.
MorphRacesPatch(13914).zip
MorphRacesPatch(14007).zip
MorphRacesPatch(14333).zip
required tools:
Nopt's morpher thread
wowpatcher thread
ReMorpher 1.12 - works only with "AMorpher!"
an easy addon (ordinary standard addon) just install it like other addons.
it's just hook "UNIT_MODEL_CHANGED" and "PLAYER_EQUIPMENT_CHANGED" events, and remorph you to presetted ID and/or reequip slots.
all control by macro/chat:
[spoiler]enable auto model swap and/or request remorph:
/script ReMorph.ID=90120; ConsoleExec("morph 22222")
where:
90120 - disirable ID
22222 - any valid ID (will remorphed to desirable automaticaly)
disable auto model swap (not swap you back):
/script ReMorph.ID=nil
for enable slots check (disabled by default):
/script ReMorph.Slots=1
for disable slots check:
/script ReMorph.Slots=nil
for every slot check (all disabled by default):
/script ReMorph.Slot16=32837
where:
16 slot number (1-20)
32837 item ID (search on wowhead.com and get ID from adress string)
for disable only one slot check:
/script ReMorph.Slot16=nil
where:
16 slot number (1-20)
macro templates for slots:
[spoiler]head
/script ReMorph.Slot1=
neck
/script ReMorph.Slot2=
shoulder
/script ReMorph.Slot3=
shirt
/script ReMorph.Slot4=
chest
/script ReMorph.Slot5=
belt
/script ReMorph.Slot6=
legs
/script ReMorph.Slot7=
feet
/script ReMorph.Slot8=
wrist
/script ReMorph.Slot9=
gloves
/script ReMorph.Slot10=
finger 1
/script ReMorph.Slot11=
finger 2
/script ReMorph.Slot12=
trinket 1
/script ReMorph.Slot13=
trinket 2
/script ReMorph.Slot14=
back
/script ReMorph.Slot15=
main hand
/script ReMorph.Slot16=
off hand
/script ReMorph.Slot17=
ranged
/script ReMorph.Slot18=
tabard
/script ReMorph.Slot19=
player title
/script ReMorph.Slot20=[/spoiler][/spoiler]
detailed installation and usage in post #66