Why do you always have to threathen everything you comment on…
If you are concerned about people pirating your scripts you should remove the feature at all. There is always a way to get around any type of protection you put on your service. I can think of one way so simple it’s actually ridiculous, maybe not the most sophisticated and time efficient method, but it would probably work just fine.
Add dynamic outputs (#50), you can now add multiple outputs of the same type and/or remove the outputs you dont use. Allows for example one network output to OSR with another network output to BusDriver VaM plugin, or output to multiple serial/network OSR devices at the same time. MFP will migrate old static outputs to the new system when loading previous configuration.
I saw that Tempest Max has a A0 in their TCode that is used for opening and closing the bottom part of the fleshlight. In Mosa you can see it there:
But in MultiFunPlayer its missing, it would be cool to have it and have a generator to set a value when L0 its decreasing and another one when its increasing, what do you think?
“A0” is not supported by “TCode-0.2” so switch to “TCode-0.3” via the cog button on top of the window.
I think that is what “A1” does, its not on mosa but you will see it after you switch the tcode version.
Via “A1” you basically set the valve position when L0 is going up, when going down it will fully open.
hey, i just tried to use the CH - Noodledude PMV from quiffed1 as a halved script, but it is not halved… when i upload the script on funscript.io, then i see, that the script is halved… i really dont understand this. i also deleted the “full” script, but the halve script is still full… even edit and export with openfunscripter lets the script be full, but the ofs also showed it as halved. has someone an idea?
The script has actions and rawActions (IIRC both are generated by JFS). The halving software probably does not respect that and only operates on actions.
MFP prefers rawActions only if it has more keyframes than actions as it is more precise. Since the halving software reduced the number of keyframes of “actions” MFP will choose to load non-halved rawActions.
The fix is to open the script in text editor, search for rawActions and change it to something else, like _rawActions.
I’ll probably add a toggle to let user decide it it wants to prefer rawActions or not.
feature request: smart limit for twist to not move if stroke axis L0 is below anywhere 10-30%. The idea is for it to not spin if the thing is pressed against you.
I wont hardcode it like that but I’ll just make smart limit usable on all axes and user configurable so you will be able to set it how you want.
Added to todo on github.
Script offset slider only goes from -5s to +5s, it was meant for small adjustments. For such big offsets I would edit the script itself, there must be an easy tool to offset a script.
But I’ll add your suggestion to allow bigger offset ranges.
Add dynamic outputs (#50), you can now add multiple outputs of the same type and/or remove the outputs you dont use. Allows for example one network output to OSR with another network output to BusDriver VaM plugin, or output to multiple serial/network OSR devices at the same time. MFP will migrate old static outputs to the new system when loading previous configuration.