• Hi Guest!

    Please be aware that we have released another critical security patch for VaM. We strongly recommend updating to version 1.22.0.12 using the VaM_Updater found in your installation folder.

    Details about the security patch can be found here.

Control sex position change with keyboard button

intimajic

New member
Messages
1
Reactions
0
Points
1
Twitter
abc123pass
I am new to Virt a Mate and dont know how I can control sex position change with a keyboard button. I have downloaded scenes that have multiple positions but I always have to click on a UI Button. Is it possible to bind a keyboard button with the UI button to trigger the action?
 
I don't think there is a plugin that allows you to "chain" a trigger (any trigger, like a button or whatever) to a keybind.
This would probably require code.
 
You can use this Simple Keybind plugin to add keybinds and set any key to trigger something.
Now you say you want to click a button in a scene which changes a position.
You normally have to copy all the trigger actions for a UIButton to make it function properly, but there is a UIButtonsEnhancer plugin which add a new Trigger for any key which basically 'clicks' it. So you can trigger a click on any button in your scene now with a keybind in Simple Keybind plugin.

Now if you want a one keybind to cycle through all positions that is more complicated. You need like SequenceChoice from LogicBricks which will have a state for every position change, and your keybind go through it one by one.
 
Back
Top Bottom