Headbands

Post » Sat May 28, 2011 6:50 pm

Hi,

i have got a mod that adds headbands to the game, and i was trying to make NPCs wear them. But the problem is that they are not showing up in game or on the 3D preview in CS. Any help will be appreciated.

Wilko
User avatar
Lizs
 
Posts: 3497
Joined: Mon Jul 17, 2006 11:45 pm

Post » Sat May 28, 2011 5:20 am

If any equipment occupies tail slot, actors except PC won't equip it.
User avatar
Jacob Phillips
 
Posts: 3430
Joined: Tue Aug 14, 2007 9:46 am

Post » Sat May 28, 2011 3:31 pm

Also if the item occupies a ring or amulet slot - you need to ensure they are not wearing any armor that hides items placed in those slots ! (IE gauntlets that hide rings)
User avatar
Eve Booker
 
Posts: 3300
Joined: Thu Jul 20, 2006 7:53 pm

Post » Sat May 28, 2011 6:55 am

ok i changed it to head slot, and that didnt work so i changed it to ring and removed his gauntlets and it still didnt work... Help!

Wilko
User avatar
Arrogant SId
 
Posts: 3366
Joined: Sat May 19, 2007 11:39 am

Post » Sat May 28, 2011 8:01 pm

Did you try wearing it yourself to see if it works at all? That would help.

It could be a missing normal texture map. Or a bad one.
The mesh could also be bad. Did you make it yourself?
User avatar
Yama Pi
 
Posts: 3384
Joined: Wed Apr 18, 2007 3:51 am

Post » Sat May 28, 2011 6:40 pm

I didnt make it myself, and yes it does work on me.
User avatar
Romy Welsch
 
Posts: 3329
Joined: Wed Apr 25, 2007 10:36 pm

Post » Sat May 28, 2011 7:41 pm

Then you will probably have to put a script on the NPC to force him to wear the headband.

Something like this, placed on the NPC in question.
scn myNPCEquipScriptbegin OnLoad   equipitem myHeadband 1end


Reference: http://cs.elderscrolls.com/constwiki/index.php/EquipItem
User avatar
Miguel
 
Posts: 3364
Joined: Sat Jul 14, 2007 9:32 am


Return to IV - Oblivion