Space between hand and forearm and packages

Post » Tue Sep 17, 2013 6:18 pm

2(maybe 3) questions that I need help with.

http://s22.postimg.org/f6rttpkch/space.png

There's a space between the hand and forarm in my npc, it's a lot clearer in game. I'm not sure what the problem is. It's a retextured/custom glove. I think I made it light armor, not much else was changed.

I tried to make my npc use a custom fortify spell when combat starts. Here's what I did first:

http://s16.postimg.org/58o1wf091/qwdc.png

That didn't work so I tried to do it via a script:

Scriptname AceCombatAI extends Actorspell Property AceSPLFortifyOneHandedLeft autoActor MyActorEvent OnCombatStateChanged(Actor akTarget, int aeCombatState)aeCombatState = 1  if aeCombatState == 1        Debug.Notification("Using the spell")	MyActor.DoCombatSpellApply(AceSPLFortifyOneHandedLeft, Self); Also tried AceSPLFortifyOneHandedLeft.Cast  endIfendEvent  

The problem was that both didn't play any animation, it just applied the spell to the npc directly.

Any idea on how to fix or make these work the way I want?

User avatar
Lucky Girl
 
Posts: 3486
Joined: Wed Jun 06, 2007 4:14 pm

Post » Tue Sep 17, 2013 5:13 pm

Re; the glove. Is it a new mesh or a copy of a vanilla mesh? When creating the ArmorAddon you must select the same biped slots as used in the meshes dismemberment partitions.

User avatar
Code Affinity
 
Posts: 3325
Joined: Wed Jun 13, 2007 11:11 am

Post » Tue Sep 17, 2013 9:35 pm

I duplicated both the mesh and the texture then replicated the process of creating the original gloves except with the new texture. The biped slot is hands only. When I select forarms as well the space increases significantly.

Did I duplicate the wrong mesh?

User avatar
Lily Something
 
Posts: 3327
Joined: Thu Jun 15, 2006 12:21 pm

Post » Tue Sep 17, 2013 10:30 pm

We get reports like this quite a bit in the USKP. Some articles of clothing just do not jive well with others. There's actually so many we stopped fixing them unless it's the same armor type. I can't tell in the picture ... is that hide armor? And what are the gloves?

User avatar
kelly thomson
 
Posts: 3380
Joined: Thu Jun 22, 2006 12:18 pm


Return to V - Skyrim

cron