boourdead Posted October 4, 2018 Posted October 4, 2018 How do I get access to things like net immerse body scale and animations from animation packs. Right now Im trying to adjust the belly bone scale through a spell. Also I am trying to play an animation from Zaz through debug.sendanimationevent. Im not sure what to add in the beginning of my script to activate those features. Â Thanks
Andy14 Posted October 4, 2018 Posted October 4, 2018 54 minutes ago, boourdead said: How do I get access to things like net immerse body scale and animations from animation packs. Right now Im trying to adjust the belly bone scale through a spell. Also I am trying to play an animation from Zaz through debug.sendanimationevent. Im not sure what to add in the beginning of my script to activate those features. Â Thanks Depends on what you plan to do. The simplest is import TheScript in the head (ie not within events and functions). TheScript must be available as psc in Scripts / Source. The integration is without file extension. Â Example: import NiOverride
boourdead Posted October 4, 2018 Author Posted October 4, 2018 Thanks for the reply which script allows  NetImmerse.SetNodeScale  to work?
Andy14 Posted October 5, 2018 Posted October 5, 2018 10 hours ago, Andy14 said: import NiOverride I think this
boourdead Posted October 5, 2018 Author Posted October 5, 2018 oh it turns out I just didnt have the skse source scripts inside the source files in scripts. Installing skse only applied the pex files not the psc files.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.