Update: released https://forum.sexlikereal.com/d/3689-osr2sr6-works-with-sexlikereal-now

Multi-axis scripts should be coming to SLR soon as @raser1 is adding OSR 2+ and SR6 support into SLR app. Starting with serial connection first, then proceeding to WiFi, which is expected to become a part of the next firmware update. There are some scripts out there that could be uploaded now.

All the current SLR scripts will be compatible with two-axis sex toy. We will be releasing multi-axis scripts on SLR for OSR and SR6 early 2023.

We should post details on the final format soon.

@Kieshi to get you all set to get your scripts up on SLR. Mail elena@sexlikereal.com at any time.

doublevr changed the title to Adding multi-axis scripts and OSR support on SLR .

It works 🔥🔥🔥

Will still take some few weeks before we release it, but really great to see it working

3 months later
doublevr changed the title to Adding multi-axis scripts and OSR support on SLR .
2 months later

Hi guys,

We're close to releasing support for multi-axis scripts on SLR.

We have some technical details that we want to share and discuss with you. We thought about creating a completely new format, but for simplicity we decided to extend the existing .funscript format instead, while keeping backwards compatibility. This means that the up/down stroking (L0) will still work on existing players and toys, while updated players will also be able to read the extra axes contained in the .funscript file.

Here is an example of the new format we're planning to use:

{
  "actions": [
    { "pos":99, "at":0 }
  ],
  "axes": [
    {
      "id": "R0",
      "actions": [
        { "pos":99, "at":0 }
      ]
    },
    {
      "id": "R1",
      "actions": [
        { "pos":99, "at":0 }
      ]
    },
    .....
  ]
}

With this format you can add as many axes as you like and the SLR app will play them back on your TCode device. The ID's are used to identify the axes and they should match the TCode standard set by Tempest. The original 'Actions' array is assumed to be L0.

2 months later

So how do I create a single multiaxis file? I use OFS and it exports each axis as it's own file.