Page 1 of 1

I don't know how to play funscript files, can you help me:)

Posted: Mon Aug 18, 2025 2:55 pm
by Cockherorer
Hey,
I'm new in funscripts :-)
what i need to play funscript files?
I have Kiiroo Keon :w00t:
I can't not wait to try it :-P
Thanks :love:

Re: I don't know how to play funscript files, can you help me:)

Posted: Mon Aug 18, 2025 8:33 pm
by G3General

Re: I don't know how to play funscript files, can you help me:)

Posted: Mon Aug 18, 2025 11:50 pm
by verynicekojak
Cockherorer wrote: Mon Aug 18, 2025 2:55 pm ...
what i need to play funscript files?
...
You can also convert funscript to tri phase mp3 (aka phase difference) here:
Spoiler: show
https://cfs6t08p.github.io/funstim/funstim.html
You can convert tri phase mp3 to dual channel mp3 (aka volume difference) like this:
Spoiler: show

Code: Select all

set filter="
set filter=%filter%[0:a:0]pan=mono|c0=0.5*c0+0.5*c1[a1];
set filter=%filter%[0:a:0]pan=mono|c0=0.5*c0-0.5*c1[a2];
set filter=%filter%[a1][a2]amerge=inputs=2[a]
set filter=%filter%"
ffmpeg -i %1 -filter_complex %filter% -map "[a]" "%~n1 DualChannel.mp3"
You can play video (front speakers) and mp3 (back speakers) using mpv like this:
Spoiler: show

Code: Select all

set filter="[aid1][aid2]join=inputs=2:channel_layout=quad:map=1.FL-BL|1.FR-BR[ao]"
mpv %1 --external-file=%2 --audio-device="auto" --lavfi-complex=%filter%

Re: I don't know how to play funscript files, can you help me:)

Posted: Tue Aug 19, 2025 3:41 pm
by 47dahc
This will be your easiest option to get started. Make sure your video and funscript files are named the same and in the same folder.

Install ScriptPlayer
Go to settings and configure your device, for the Kiiroo, believe it would be under Buttplug settings (I don't have one, assuming after reading the online documentation)
Once device is connected, drag your video to ScriptPlayer and it should load the appropriate funscript and begin playing.

Re: I don't know how to play funscript files, can you help me:)

Posted: Fri Aug 22, 2025 4:55 pm
by Cockherorer
Ok :-)
Thank you very mutch :-D

Re: I don't know how to play funscript files, can you help me:)

Posted: Mon Aug 25, 2025 12:41 pm
by Cockherorer
47dahc wrote: Tue Aug 19, 2025 3:41 pm
This will be your easiest option to get started. Make sure your video and funscript files are named the same and in the same folder.

Install ScriptPlayer
Go to settings and configure your device, for the Kiiroo, believe it would be under Buttplug settings (I don't have one, assuming after reading the online documentation)
Once device is connected, drag your video to ScriptPlayer and it should load the appropriate funscript and begin playing.
Ok, thank you very mutch :w00t:
I have another quistion: How i play funscript files, if i whant to watch video on smart TV?