HandyControl 1.2.3 (28.11.2021) - Added Support for Pyro (Remote Control)

:page_facing_up: 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 :heart: or give feedback :speech_balloon: 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.

grafik Open Metadata Editor
grafik
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.
grafik

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.
grafik

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

grafik

Switch between random jitter and alternating jitter direction.
Alternating jitter feels more intense!
grafik Random Jitter (Default)
grafik Alternating Jitter

grafik grafik 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.
grafik Enabled (Default)
grafik 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.
grafik Random + StraightLine Off
grafik Random + StraightLine On
grafik Alternating + StraightLine Off
grafik Alternating + StraightLine On


Disable Video Commands

grafik
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.
grafik

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
grafik


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.
grafik


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.

5 Likes