I'm currently trying to replace the model for a custom hero for the campaign I'm working. I did it before without problem but this one doesn't work for some reason.
So I want the hero to use the WarLord model. I duplicated the files to be sure not to overwrite anything (in case you were wondering, "Krohn" is the name of the hero). So I have now six files in my "/Characters/Creatures/Dwarves/T6_Dwarf/" directory :
Code: Select all
Krohn.(Character).xdb
Krohn_LOD.(Character).xdb
Krohn-adv.xdb (the animset for adventure map)
Krohn-arena.xdb (the animset for battle)
Krohn_LOD.xdb (the model for adventure)
Krohn.xdb (the model for battle)
I replaced
• the <Model> line with
Code: Select all
<Model href="/Characters/Creatures/Dwarves/T6_Dwarf/Krohn_LOD.xdb#xpointer(/Model)/>
• the <AnimSet> line with
Code: Select all
<AnimSet href="/Characters/Creatures/Dwarves/T6_Dwarf/Krohn-adv.xdb#xpointer(/AnimSet)/>
Code: Select all
<HeroCharacterArena href="/Characters/Creatures/Dwarves/T6_Dwarf/Krohn.(Character).xdb#xpointer(/Character)/>
Code: Select all
<HeroCharacterAdventure href="/Characters/Creatures/Dwarves/T6_Dwarf/Krohn_LOD.(Character).xdb#xpointer(/Character)/>
Does one of you experienced a similar problem or has an idea of what I did wrong ?