Anyone know if there an OFS script, or other app/tool that scales scripts by percentage? So if my script is 0 - 2 - 0 - 4 - 0. I can increase by 50%, so it becomes 0 - 3 - 0 - 6 - 0?
Seen the ones that will raise all top or bottom points by the same amount, but that’s not what I’m after.
You could use JavaScript in funscript.io’s custom modifier feature to do this. I don’t personally know the exact script you’d input, but it’d be similar to what @ZeroSixGamma did here but with value instead of “at”/timestamp for each point: How to convert funscripts for wrong fps
I thinkfunscript.io automatically sanitises the value, i.e. if the input is 67 or more, it’ll cap the output at 100, but you should make sure it actually does.
Can confirm, funscript.io doesn’t apply values over 100.
Also, I realize I could’ve figured out to use “pos” by actually opening a funscript file in a text editor xD
Oh that looks interesting. There are clearly many clever people on this site. I am not one of them, but I will try it myself first since there are quite a few I’d like to adjust, including the one I’m currently working on.