OpenFunscripter / OFS

A tool to create funscripts
GNU General Public License v3.0
83 stars 37 forks source link

Feature Request: dynamic injection velocity modifier keys #35

Open danielwsc opened 2 years ago

danielwsc commented 2 years ago

I would like be able to press Shift+ to increase dynamic inject velocity to max and Ctrl+ to decrease velocity by 50%. This would let me easily increase/decrease the intensity of a stroke. For example, while scripting a typical PMV, I could set the velocity to 300, and during low action scenes I would press control to lower the velocity to 150, and during intense action I could press Shift to increase it to 600.

It would great if the % decrease / increase was configurable, with separate parameters, e.g, Ctrl = 50%, Shift = 100%.

OpenFunscripter commented 2 years ago

What do you mean by Shift+/Ctrl+? Shift/Ctrl and the plus key?

danielwsc commented 2 years ago

Sorry, I meant Shift+ and Ctrl+. I thought of a better alternative though; have key mappings for setting velocity to 50, 100, 150, 200, etc. So I could map the Z key to set velocity 100, X to 200, C to 300 and V to 400. That would give me even more control.

OpenFunscripter commented 2 years ago

I still don't get why you add a plus at the end. Either way these kind of things are to specific for me.

I would rather expose these settings to the Lua API. And have these sort of bindings be created that way.