TDA Posted August 24, 2017 Posted August 24, 2017 In the dialogue will be added a proposal to kiss.If the actor is good to you and not busy (sitting, swimming, etc.) then the animation will be started.Control of the distance 4NUM, 6NUM.Requirements - OBSE20 or above http://www.nexusmods.com/oblivion/mods/47983/?
emo877 Posted August 28, 2017 Posted August 28, 2017 Thanks. Think, more simple activation could be used: GRAB key (with doing nothing if not-actor, or dead, or sitting, or disliking PC, etc.)
TDA Posted August 28, 2017 Author Posted August 28, 2017 Thanks. Think, more simple activation could be used: GRAB key (with doing nothing if not-actor, or dead, or sitting, or disliking PC, etc.) Using any key in the Game Mode draws its permanent scan via a script, I tried to minimize CPU usage, because of this I used the dialogue.
AceofWind Posted August 29, 2017 Posted August 29, 2017 You don't know HOW LONG AND HARD I've been looking for a non-sex based kissing mod for this game. Thanks for the share
emo877 Posted August 29, 2017 Posted August 29, 2017 (i was not sure and peeked into OBSE20 command list just now) it's possible to set independent keypress handler Begin OnControlDown 28 ; 28 is Grab control < check conditions and set some questScriptVar > end .. it's not request, just idea.
TDA Posted August 29, 2017 Author Posted August 29, 2017 (i was not sure and peeked into OBSE20 command list just now) it's possible to set independent keypress handler Begin OnControlDown 28 ; 28 is Grab control < check conditions and set some questScriptVar > end .. it's not request, just idea. Then, this command should be inserted into the quest with a high priority (otherwise, you need to hold the key for a long time) or on the item in Player_s inventory, which will work every frame. I do such things, only to control the behavior of actors in real time
Recommended Posts
Archived
This topic is now archived and is closed to further replies.