All games works with autoblow if you update to the last version of EDI and put your device key in the device key texbox
I tried that but I donât see an option for the Autoblow Ai. Can I go somewhere to watch a video or a step by-step?
Wishful thinking, but is it possible to compile this to work on OSX/Mac?
I recently talked to to4st about how to better convert funscript to the algorithm of rotating devices. The algorithm of the latest version of funscriptplayer1.4.2 has been integrated. Is it possible to integrate the corresponding conversion algorithm in the latest version of EDI? Thank you @to4st
Is it possible to make this work with the FunSR1 2.0?
Itâs a device similar to OSR2(+) and OSR6, connecting via serial connection and using TCode protocol. But it only has L0 (stroke) and R0 (twist) axes.
I tried with the version currently in the Mega, and I can select the COM port and it detects the device as âtcode_0.3â with the variant âdetailedâ. It shows up both in the UI and in the API demo webpage when doing the GetDevices GET request.
However, it does not play the patterns from a connected app on the device, instead it seems like it keeps disconnecting and connecting, the device constantly resetting itself. The device works just fine with MultiFunPlayer, so itâs working correctly.
If there is any debug version I can run to provide you with logs Iâll happily supply those logs.
sorry for the inconvenience. I hope to solve this in the new version of EDI, especially the logging part. I am particularly interested in making the funSr devices work.
Great news
Take your time, glad to hear itâs on your to-do list. Thank you for adapting the tool to new toys
hey try this new version let me know if works!
hey try this new version, please let me know if it works with rotating devices
Thanks for the update. Device integration of the SR1 seems to work now, it connects without the endless init loop. Also, it imports the galleries from the game and I can play them manually from the EDI GUI.
However, it seems the game is not able to control the device through EDI.
It tried with these 2:
For both, I only replaced edi.exe with the latest one from the Mega in the OP of this thread.
The scripts show up in the EDI GUI and work manually, but the game does not play any of them. I tried both my normal user account and an admin account, also tried Run As Administrator.
The Windows firewall did not ask me to enable outgoing connections from either the game or EDI, so Iâm not sure if permissions need to be set manually - or by which other means the game is supposed to communicate with EDI.
Edit: I just tried reverting to the old .exe and indeed that shows the current status at the bottom of the EDI GUI (Device Play, Pattern, Loop). The new .exe never shows anything in that status line.
Edit 2: Same is true for accessing the localhost:5000 link in the browser, only works with the old exe.
Hello, thank you! These detailed analyses are very helpful for solving problems. I recently added an HTTPS interface on port 5001, and I think this might be causing issues with Windows. What error do you get when you try to access the link in the browser?
The connection attempt times out.
I checked with netstat and found that the new Edi.exe is not listening on port 5000 (the old one does).
Iâm able to use Edi as normal when just replacing the old exe. Tested one of my games and works like it always has. Can also access the swagger docs.
But when using all new files from the MEGA link, it crashes on startup for some reason.
Edit: Cancel that. I forgot to create the âGalleryâ folder Thatâs why it was crashing. Tried again, got the firewall prompt and itâs working fine.
Is funsr1 2.0 now also functioning properly with EDI?
It should be functioning. Could you try it out and let me know?
I made some changes that I think should fix the previous issues, but I only have an SR6 to test with.
I downloaded edidemo from the mega web disk you provided and overwrote the file. funsr1 was recognized, at least it did not repeat the initialization action all the time, but it could not match the movement with the game.
This is the test video.
That seems like the same connection issues others are having further up. Edi isnât receiving the commands from the game, your Edi status was still showing blank.
When you click on the link shown on the Edi window, the one pointing to http://localhost:5000/swagger/index.html, does the page load for you?
If it doesnât, you could try looking at the steps here How To Check If Windows Firewall Is Blocking Ports to see if any of those can fix it.
I checked in the tutorial you provide my firewall ports and set up listening on port 5000, but still canât access http://localhost:5000/swagger/index.html, also canât interaction and games.
Can I use the same shared EDI exe for multiple games?
The same way I have FunscriptPlayer with multiple subdirectorioes under ./scripts/
Do you use Windows 11 by any chance? This is what I use and what doesnât allow Edi to open port 5000, even if I completely disable the firewall (with the internet router switched off, of course).