Funscript File

Hi, I’ve recently found some time to start tinkering with software and realized it would be nice to know if there is a specification for funscript files. I’ve done some digging around but couldn’t find any.

Hopefully someone here would know where to find it and point me in the right direction or knows the spec itself.

For completeness, from observation, OFS produces the following:

{
    "actions": [{"at": ms, "pos": XX}, ...],
    "inverted": true/false,
    "metadata": {...},
    "range":XX,
    "version":"1.0"
}

whereas funscript.io expects only actions and metadata within the JSON but has optional subactions within each action.

The first “official” spec by funjack (hence the name) can be found here:

Everything else were just random additions by the community

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.