Hello, I know this is out of topic, but is there a way to connect the Ai Utra Autoblow for it to have intiface support or a way i can connect it to OFS for real time scripting.
I was just working on VacuScripter and discovered I had neglected to finish the Heresphere logic, I started it but forgot to add the synctimer logic in itā¦
Thatās what happens when I burn the candle, not at both ends but just toss it in a fireā¦
I am fixing that right now and resubmitting VacuScripter for certification, should be up Monday sometime late morning (eastern time US).
If you were trying to use VacuScripter with Heresphere, that would be why it wasnāt working.
As far as making scripts for use in VacuScripter, you can use OpenFunScripter or any of the current and trusted script making apps already available. You can find them here in the forum with a search or going to the software section.
The scripting interface in VacuScripter is still a work in progress and is updated as I have time to spend on it⦠it is a bit rough around the edges right now. It works but I think you would be better off right now to use OpenFunScripter or one of the other available scripting options for now.
There are a few ways at this point.
One of those options is VacuScripter which not only has intiface support so you can use your VacuGlide 2 along side intiface connected devices, but also has DeoVR and (after the fix I just made goes live) Heresphere support so you can use VacuGlide 2 with VR.
Somethings I have noticed as sometimes the video and funscripts desync and the vacuglide continues to move despite the video being stopped. Only restarting Vacuscripter works for me.
Also how does Intiface central in vacuscript interact with games such as Flash Toy Sync or Cock Hero platform? I really want to get the vacuglide to work with games.
I notice the VacuGlide continuing after being paused. In the next update I have reduced the desync. If it does get desyncād , just jog the video/script backwards or forwards a bit and it should resync. Iām still tweaking the code for API updates, there is a fine line between sending immediate speed updates to the VacuGlide API and getting a āError 429 - too many requestsā error⦠meaning you can only send so many updates to the API or it will simply reject them. This is an issue on Autoblowās API⦠Iām not sure if it is a hardware limitation of the VacuGlide 2 or if it is a forced limitation by design to prevent damage to the VacuGlide 2.
The limited updates is part of the reason for the desync occurring, if you send a speed adjustment and then the script has another speed adjustment too soon, the last speed will be the speed VacuGlide will stay at because the new speed adjustment is rejected due to the limit of requests by the API. So to accommodate this, when the speed adjustment request fails because the API refused it, I skip that request and move on. So, if you are in a heavy area of the script and the requests for adjustments are failing, the API wonāt send your pause request so the VacuGlide coninues at the last updated speed request, but since you are not sending pause requests consecutively (because you just pres the play/pause button once), that pause request was skipped and so VacuGlide continues to pump.
Right now Iām waiting for Microsoft to certify the latest update.
I am working on a further tweak to the send request method in the code to send the pause request until the API accepts it.
I added intiface central connectivity because I use a gutted XBox Controller for vibration that I run in conjunction with my VacuGlide 2, I have a vibration motor mount that I attach to the top of the VacuGlide 2 stroker that is connected with a long wire to the circuit of the XBox Controller and vibrates with the script.
New version is live (v1.0.18.0)
New version is live (v1.0.19.0)
Iām having an issue connecting my VR headset when I set the IP address in options it reverts to 127.0.0.1 and will not connect to HereSphere.
Thanks for the work!
Quick Question. How do I connect to intiface I keep getting a is intiface running? error. I put in the correct serial number.
Hmm, Iāll take a look.
It is probably something I typoād in my sleep deprived stupor.
EDIT: I found the issue and have a fix for it. It will be included in the v1.0.20.0 release.
Iām not sure what serial number you are referring to.
When you start Intiface Central, click the start server button in Intiface Central, make sure you have an Intiface Central device connected and then in VacuScripter, click the Connect Intiface Central button and it should do a test vibration/linear movement on the connected device and the button will turn green.
VacuGlide 2 does not connect to Intiface Central, to connect VacuGlide 2 for use, click the Connect VacuGlide button after you have entered your VacuGlide 2 device token in the VacuScripter Options window and you have powered on your VacuGlide 2 and pressed the āPlayā button on top of the VacuGlide 2 device for 3 seconds until the lights flash and the device connects to your home Wifi network (lights will stop flashing and turn blue).
Connecting Intiface Central devices (not VacuGlide 2):
Connecting VacuGlide 2 (Only):
If Iām misunderstanding your question, I apologize. Please provide more details and/or screenshots to help me understand.
v1.0.20.0 is available.
I did not realize the loop function was completely brokenā¦
So Iām pushing an update tonight that addresses the playlist and single video loop not working.
Now you can select:
Loop: Off
Loop: Playlist
Loop: Current Video
Just right-click the playlist, then click āLoopā in the menu popup. It has three states (so you can click it three times to cycle it through the options).
v1.0.21.0 is live
Awesome thanks!
Hey Dude - great work!
I have a suggestion: Please add a second script source+output parallel to the Vacuglide2
There are contributors like āEternal Enigmaā who supply two scripts: one for the hand/vacuglide, the second for a vib like intiface!
Would be great to use your soft with two scripts/outputs in parallel!
keep on having fun coding!
Saw an interesting reddit post - maybe you could try implement some sort of converter for funscripts to use valve? https://www.reddit.com/r/autoblow/comments/1rcigox/vacuglide_2_funscript_to_custom_mode_conversion/
There is a valve+/- open/close script point placement implemented in VacuScripter you can add points to already existing funscripts using VacuScripter (I need to refine the script graph as it seems to be finicky at times due to zoom level) when you click on a point in the script, you can place a valve control start point and valve control end point (start being like you pressed a valve control button on the VacuGlide 2 control panel and end being like you release the button).
Keyboard shortcuts:
PgUp - Valve- Open
PgDn - Valve- Close
Home - Valve+ Open
End - Valve+ Close
Valve+ lets air into the tube when Open and stops when Closed (less vacuum pushes off your member)
Valve- lets air out of the tube when Open and stops when Closed (more vacuum sucks more)
I havenāt tested that functionality as much as I wanted to, maybe today I will have the chanceā¦but it was coded in accordance with the Autoblow VacuGlide API documentation.
The converter is basically VacuScripter can load all existing regular funscripts, and play them⦠you can then add valve points to it and save them⦠the new funscripts should load into any existing funscript players after they have valve points added to them ( I tested with OpenFunscripter to make sure I wasnāt creating isolated scripts I wanted to make it easier for them to be distributed in the community so that non-VacuGlide users could enjoy scripts made with VacuScripter even if they didnāt have a VacuGlide 2).
Thanks! Iām glad you like VacuScripter!
VacuScripter scripts should work in existing funscript players. I tested with OpenFunscripter and it worked but I didnāt test all script players⦠if you know of one that it wonāt work on, please send me a message and Iāll look into fixing the issue if possible.
VacuScripter was created with using VacuGlide 2 and an intiface device simultaneously (it is how I use it). I connect my VacuGlide 2 and an xbox controller connected to intiface central for vibration (I modified the controller and removed the motors and extended them with longer wire and made an attachment housing that lets me attach the motors directly to the pump tube to add vibration to the suction).
I think implementing a second script to play along side the main script should be easy enough to implement, just need to find the time to do itā¦Iāll put at the top of my lists of things to do for this project. Maybe I can get something working this weekend.
Would there be any way to auto add the valve open/ closing based on the stroke of the existing funscript? May be a struggle in terms of knowing when the sleeve is at the bottom of a stroke to open/ close the valve, but could be a good sensation if the timing is right!




