This is a new update for HandyControl V0.9.0
Funscript Metadata Editor
This new form adds the possibility to add metadada to funscript files which are then stored inside the script. This data will then be availabe in other applications as well if they implement this feature too.
Currently following members are active involved in this project:
@gagax123 OpenFunScripter
@Liquid ScriptPlayer
@Khrull XTPlayer
The idea was to store information in the script so you donāt have to search for this information. So if you play a script and want to say thanks or give feedback then you can just follow the link back to the topic. The Notes section can be used to makes notes for yourself in case you keep the script and want to remember something for the next time.
Open Metadata Editor
If you close the editor then changes will be saved to the script.
Metadata to Clipboard will create an EroScripts forum post from the data in the clipboard. Just paste the text in a new topic and edit it as you like. You can also copy & paste the complete metadata to other scripts.
Please be aware that there are already a few script available that have metadata included in a prototype version.
API command syncAdjustTimestamp
The new API update now finally supports this command. It is executed every time you jump to a script position or press play. This ensures that the video sync is more stable!
Drag & Drop
You can now drag & drop the script and heatmap from HandyControl to other applications or folders.
Hold Ctrl + Left Mouse and drag the item and drop it anywhere. If you drop the object in an EroScripts post then it will upload the script / image as usual.
You can even drop the script again on HandyControl. The dropped script will always include all modifications so the script can be mofified even further as the modification sliders reset to 0. The original script is not touched. Modified scripts get a _modified fielname extension with an index number.
Stroke Lenght Jitter Modes
Switch between random jitter and alternating jitter direction.
Alternating jitter feels more intense!
Random Jitter (Default)
Alternating Jitter
Change jitter behaviour for straight lines build from 2 timestamps.
This is soemthing that can be used on CockHero scripts or scripts with short pauses.
I have also noticed that Handy rarely have problems after long slow slopes and gets stuck for a moment.
Enabled (Default)
Disabled
You can combine those modes to create more variety. Just play with it to find the right settings for your script. Here are some examples from a baseline script.
Random + StraightLine Off
Random + StraightLine On
Alternating + StraightLine Off
Alternating + StraightLine On
Disable Video Commands
If your script has a video you can now disable all commands to the player.
Script / Video filename mismatch
You can now have multiple scripts in the same folder which share a single video. HandyControl will ignore the filename and just use the video if you load the script. You can build different variations of the script.
If the folder only has 1 script and 1 video then HandyControl also dont cares about matching filenames and just loads both files.
Matching video = Same filename
Using Video = Only one video found
Script export
If you export a funscript then the content is not longer reduced. The script will keep the full data structure including the rawAction. If you want to reduce the size then there is now a separate export option.
Other changes
New Context menu entry to open the script with a text editor (Notepad++ or Notepad).
API refresh rate default value from 500 to 250ms. API now supports 240 calls/min.
Script speed calculation now incorporates following plateau time.
Disabled updates for script speed overlays in Automatic Mode.
Changed font for the logbox for better alignment.
Changed funscript import handling.
Fixed import error for script with consecutive equal timestamps.