Alternate functions to EquipItem() ?

Post » Wed Jul 31, 2013 5:37 am

What I need to do is to equip my skeleton mesh armor to the player, silently.

Currently I use

PlayerRef.EquipItem(po3SkinHumanSkeleton, abSilent=True)

which works, but there is a sound played upon equipping, which I need to avoid somehow.

I tried using SetOutfit() but that doesn't do anything at all to the player in my testing.

Help?

User avatar
FoReVeR_Me_N
 
Posts: 3556
Joined: Wed Sep 05, 2007 8:25 pm

Post » Tue Jul 30, 2013 11:12 pm

Try that function again but without "abSilent=" and simply True, instead.

Should that still fail, there is the SKSE equivalent: http://www.creationkit.com/EquipItemEx_-_Actor

User avatar
Stacey Mason
 
Posts: 3350
Joined: Wed Nov 08, 2006 6:18 am

Post » Wed Jul 31, 2013 4:32 am

I tried that, but the sound persists still. I believe the abSilent is to stop the notifications, not the sound.

I also tried EquipItemEx, but that did nothing, I think that's for weapons only.

Oh well, time to request an EquipArmor(Armor Item, abSound = false) from SKSE!

User avatar
Queen of Spades
 
Posts: 3383
Joined: Fri Dec 08, 2006 12:06 pm


Return to V - Skyrim