» Tue Jun 19, 2012 7:02 pm
One thing I've found that works pretty well is using equipitem along with the nounequip flag. If you know the base ID of the piece of clothing you want them to equip, enter the console, click Aela, then type:
additem d191f 1
equipitem d191f 1
or
equipitem "192ef" 1 (if the base ID starts with a number rather than a letter, put the ID in quotes as shown)
replacing "d191f" with the base ID for whatever item you want them to equip. The "1" at the end is the nounequip flag, which makes it so that they won't just automatically equip something better as soon as it enters their inventory. If the item you want them to wear is already in their inventory, but you don't know its base ID, select them in the console, then type:
showinventory
Hit pageup until you see the item you want them to wear, its base ID will be next to it.
This has been working pretty well for me, trying to get Aranea to always equip the Mage's Circlet.