The facial shadows are an issue with UE3's shadow map handling. The fix is to change
DepthBias=0.012000 (NOT the one that's just 0.012, which appears not to do anything) to
DepthBias=0.030000
This eliminates self-shadowing on the face but keeps it everywhere else. Neato, eh?