Jump to content

Statues of NPCs


pepperman35

Recommended Posts

I am interested in creating a hologram of an NPC. I believe the first step in the workflow would be to create a static nif (a statue/figurine) of the NPC. I have seen a few mods (Homemaker I think ) that have NPC like statues but I can’t quite figure out how to replicate the process. Has anyone done this (i.e., make a NPC statue), care to share the workflow.

Link to comment
Share on other sites

You can do that on any npc with papyrus, first call EnableAI( false ) on the actor, then make it static by changing its motion type to keyframed. Last you would need to apply a combination of setalpha, to make it traslucid/transparent, and an Effect Shader, to apply a color layer so it looks like an hologram.

 

https://www.creationkit.com/fallout4/index.php?title=EnableAI_-_Actor

 

https://www.creationkit.com/fallout4/index.php?title=SetMotionType_-_ObjectReference

 

https://www.creationkit.com/fallout4/index.php?title=SetAlpha_-_Actor

 

https://www.creationkit.com/fallout4/index.php?title=Play_-_EffectShader

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...