bty12345 Posted May 19, 2017 Posted May 19, 2017 So I've been trying to figure out how to make a mod, that makes a Nif file effect go off, at 100 arousal. But I think I'm stupid or something, cuz I can't figure this out by going through Skyrim Creation Kit. Any tutorial I've found is just to make a spell or something, or edit textures. I can't for the life of me find a place that gives tutorials on this stuff. Can anyone give me reference material, or tell me how I could make SL Cumshot effect go off at 100 Arousal? Any Help would be much appreciated!
Feliks Posted May 19, 2017 Posted May 19, 2017 Well detecting that kind of thing takes a script, so the best place to start (ground zero for scripting in Skyrim) would be the scripting tutorials on the Creation Kit website to get the basics/intermediate of it, and then after that, detecting arousal at least, is simply putting what you'll have learned with what is available. Namely, the source code/API for Aroused, which includes modevents for arousal change/updates. Alternatively (though most of the process is the same) you could periodically poll the arousal to get the value instead of waiting for the event to be sent. Then once you've got it detected you've just got to active the cumshot effect, which I'd provide more helpful info here but I'm not entirely sure what you're referencing.
bty12345 Posted May 19, 2017 Author Posted May 19, 2017 Well detecting that kind of thing takes a script, so the best place to start (ground zero for scripting in Skyrim) would be the scripting tutorials on the Creation Kit website to get the basics/intermediate of it, and then after that, detecting arousal at least, is simply putting what you'll have learned with what is available. Namely, the source code/API for Aroused, which includes modevents for arousal change/updates. Alternatively (though most of the process is the same) you could periodically poll the arousal to get the value instead of waiting for the event to be sent. Then once you've got it detected you've just got to active the cumshot effect, which I'd provide more helpful info here but I'm not entirely sure what you're referencing. I'm wanting this effect http://www.loverslab.com/files/file/437-sexlab-cumshot/ To go off at 100 arousal on a Futa Character. That or create an animation, that is essentially nothing, that I could register in Scent of Sex. Thus letting my character cum by herself while I'm fighting stuff Because you can make that mod above go at the end of an animation, but I don't want an animation to take place in the middle of combat, yet at the same time I want that effect to go off in the middle of combat. That, or if I cant get that effect to go off based on arousal, I need to make a mod that will simulate a button press at an arousal level, but I would think that sort of thing would require a java script running outside the game, which is likely more messy cuz I'd need something registering info ingame, and relying it outside the game. I dunno.. The idea I have in mind seems pretty simple, tho making it reality appears to be much harder then I originally thought.
Feliks Posted May 19, 2017 Posted May 19, 2017 Actually it would (having not looked through/for the cumshot source code) be as simple as I laid out, a script to check for the maximum arousal either periodically or wait for notification (I don't remember when the arousal-change event gets sent though) and then trigger (or emulate) whichever script from cumshot does what you need/want it to.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.