Posts from Hero replacer.
Manulli, is it possible to download Groll separately, for example? Not everyone likes him, but Groll is great!
in it find the line <Sound/> and replace it with <Sound href="/Sounds/_(Sound)/Heroes/Wizard/move.xdb#xpointer(/Sound)"/>
with Razzak it's more complicated - he has no effects, so he uses the vanilla mage animation set (which is not in the mod)
there are 2 ways to solve the problem
the first one is simple, but it may cause a bug if the LOD animation doesn't fit the battle model, but that's not the point, it's worth trying
folder \Characters\Heroes\Academy\Razzak\ file Wizard.(Character).xdb
there are lines
<ArenaAnimSet href="/Characters/Heroes/Wizard-arena.xdb#xpointer(/AnimSet)"/>
<AdvMapAnimSet href="/Characters/Heroes/Wizard-arena.xdb#xpointer(/AnimSet)"/>
as you can see, one line is responsible for arena animations, the second one for the map, the hero only walks on the map, so you need to replace the second line with
<AdvMapAnimSet href="/Characters/Heroes/Wizard_LOD-adv.xdb#xpointer(/AnimSet)"/>
in the vanilla game different models are used for the map and the arena, but here there's only one, so there's a chance the model and animations won't fit each other, it's easy to notice - the magic wands might fly off to the side, or the hero might stand in a T-pose, then you'll have to revert the changes and do the following
in data.pak in the folder \Characters\Heroes look for the file Wizard-arena-move.xdb - do the same with it as with Nathir's same file, save it somewhere, and put it into the mod in the folder \Characters\Heroes
Does anyone know how to fix this? Many people have this issue, while some don't have the head.
Attachment 73191
Added after 12 minutes
I checked, and everything works as it should. In the mod, when you open it, there are files named 1.xdb, 0.xdb, and 0.dds. Your second file isn't working, that's why the Knight turned white... It's interesting why it's not a patch...
Added after 2 minutes
Perhaps you already have something with the 0.xdb file; let's say the model is called that, and the game doesn't distinguish between them.
Added after 24 minutes
There's also a chance that your archives are getting corrupted
Who knows why all the dwarf heroes and most human heroes suddenly have an axe-shaped head?
Attachment 73192
Who knows why all the Dwarf heroes and most of the Humans ended up with messed-up heads?
Attachment 73192
Did you read too much Mayne Reid? ))
Added 1 minute ago
Did you delete the bin folder? It stores the models.
Who knows why all the dwarf heroes and most humans ended up with such messed-up heads?
Attachment 73192
Your sky and interface textures look crooked and worn out.
The sky and the interface textures look distorted and worn out.
I was able to fix it, but I didn't understand how to fix the head errors.