Search found 2 matches

by zmedlnow
Fri Feb 07, 2025 7:13 am
Forum: Teasing Software
Topic: [Release] Restim funscript generator with volume control
Replies: 12
Views: 8502

Re: [Release] Restim funscript generator with volume control

I've been using this for a while with success. My goal was to create volume funscripts that were purely a speed correction factor, nothing more.
My implementation copies the code from the OP, but slightly rearranged to better match the restim Funscript class.
I also added some metadata functionality ...
by zmedlnow
Thu Dec 05, 2024 5:26 pm
Forum: Teasing Software
Topic: [Release] Restim funscript generator with volume control
Replies: 12
Views: 8502

Re: [Release] Restim funscript generator with volume control

edger477 wrote: Mon Nov 25, 2024 3:26 pm
Here is script that converts stroking to speed:

Code: Select all

from funscript.funscript import Funscript
I'm assuming that Funscript class is from the restim files?