I’m curious if there exists, or interest to create a bridge between Lovense remote and Buttplug.io (seems the simplest option) or MFP? I’d love to use my OSR2 for the games that only use lovense integration instead of having to pull out a whole separate device.
In terms of creation, I’m not sure if it would be easier to generate a dummy device to pull the signals, or something that mimics Lovense Remote’s way of connecting to a game.
Ya, that’s the software I want to recieve the signals from lovense remote integrated games.
Games like Karryns Prison, Third Crisis, etc. These have lovense integration, but you can’t connect with things outside of that ecosystem. Im hoping for something that allows the use of OSR2 or any toy that can connect with Intiface to be used on Lovense only games by somehow hooking that response system or creating a dummy toy that sends the signals to intiface instead
Start with getting the dnspyInstall dnSpy with winget - winstall and opening Assemblu-CSharp in it and look into what are you looking for (probably lovense library calls) (with search tool ofc)
Also you can tell me the game some chance my games independent tools do work with it already
I think there used to be code for an esp32 lovense device emulator on github, but I can’t find it anymore. From what I gather lovense logs the device ID of every device that uses their service, so they can shut down any such efforts fast.
That sucks
It’s insane that it isn’t enough that you pay for a product. I can’t even see that Lovense has monetized their remote control app. I assume they are just another protectionist that refuse fair use of their products. Soon we need laws for integration similar to rights to repair laws. I wonder if EU Data Act is applicable in some way. The issue is that we need control, not only data.
You would have to edit the hosts file to intercept the API connection (handshake) and have a reverse proxy decrypt the commands coming from the server and translating them to intiface. The problem is you would also need to find the decryption key in the device’s memory like @VladTheImplier mentioned.
So I think it would be easier to just mod the game itself to also send commands to intiface
I’ve taken a quick look at Karryns Prison and it looks like the whole Lovense logic is implemented inside the www/js/plugins/RemtairyLovense.js where you could translate the lovense api commands to intiface. For Third Crisis you’d have to modify the LovenseRemote.dll