Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionReplaceFaceTextureSet(ActorakActor, TextureSetakMaleTXST, TextureSetakFemaleTXST, intaiTextureType=-1)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Replaces face textureset. Can be applied to non-unique actors.
  • If texture type is -1, the entire textureset is replaced
  • Otherwise the texture map specified at [textureType] index is replaced.
  • Replacing the entire textureset may cause a visible neckseam.

Caveats


Parameters

ActorakActor

TextureSetakMaleTXST

TextureSetakFemaleTXST

intaiTextureType=-1


Examples

Auto-Generated Example

Actor myActor__akActor
TextureSet myTextureSet__akMaleTXST
TextureSet myTextureSet__akFemaleTXST
int myInt__aiTextureType

PO3_SKSEFunctions.ReplaceFaceTextureSet(myActor__akActor, myTextureSet__akMaleTXST, myTextureSet__akFemaleTXST, myInt__aiTextureType)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.