• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

How to: night elf archer skin

Status
Not open for further replies.
Level 2
Joined
Aug 8, 2011
Messages
10
Greeting guys,

In my map I need to replace the default skin of the Night Elf Archer. I read the tutorials and in many skins the authors advise to use the path of the High Elf one.
The problem is: I'm already using a custom skin for the High Elf Archer so, is there an other path available or, is there any way to customize Night Elf AND High Elf Archer's skin in the same map?

Thanks in advance for your help.
 
Aren't the Night Elf and High Elf Archer two different models?
I mean they've got two different model paths:

Code:
units\nightelf\Archer\Archer
units\creeps\HighElfArcher\HighElfArcher

So I don't think that there is any problem like you posted.
But I haven't used a SKIN till yet, just new models:wink:

Better try, if it doesn't work properly just remove the changes and ask again.
Maybe, anytime later, someone answers to the thread who has more experience with it.
 
It doesn't work. Since the beginning I've been trying this path:

Code:
Textures\Ranger.blp

but it changed the portrait only, not the skin itself. I haven't much expirience, maybe I'm missing something... basic.
 
I found a workaround for now, I'll replace Shandris' skin. Anyway if someone has some better ideas I will be glad to read it :)
 
Ok problem solved.

To change the skin:
Code:
Textures\Ranger.blp

To change the portrait:
Code:
Units\NightElf\Archer\Ranger.blp

thanks for the support! :)
 
Status
Not open for further replies.
Back
Top