Do you will add it in the next revision of OpenFuncscripter?
hey, i just saw the tutorial of openfunscripter and the motion tracker addon. in another post i saw a python script to auto generate funscripts for beatbars. is it also possible to integrate the beatbar script-generation into the OFS or would this be a lot of work?
added another maintenance release
Hello, has anyone encountered a weird thing where their scripts made with OFS require extra delay compared to other scripts?
Iām using an older version of HandyControl and an older version of the Handyās Firmware 3, which could also be root causes.
Is there a way to change all the values of a specific stroke number? Example, I want to change all the 70s, to 80s in my script.
is there a way to highlight all 70s and just change them all at once?
Hello, just opened this up for the first time and it says that ffmpeg wasnāt found and when I allowed it to attempt to download it. It didnāt find the files it seems, so I went to the website and downloaded ffmpeg.exe but I have no idea where to put it as a result and couldnāt spot how to do so in any of the options for the program. Am I missing something?
@Ratattack15 which version of windows are you on?
OFS should download the ffmpeg-release-essentials.zip
from Builds - CODEX FFMPEG @ gyan.dev and try to unpack it using tar.exe
.
Iām 99% sure tar.exe
is part of windows 10 Iām not sure about older or newer versionsā¦
And yes tar.exe
is able to unpack .zip files but sadly not .7z files.
To manually install ffmpeg youād have to put the ffmpeg.exe into the %appdata%\OFS\OFS_data\
directory.
Iām using Windows 10, I did check and I do have tar.exe so I think it was just unable to download the zip from the website weirdly, I even disabled my antivirus and firewall while I attempted it. The manual method worked though and now it no longer says itās missing it.
Thank you.
Amazing app! You really did a great job with the interface, advanced capabilities, scriptingā¦
Iām trying to figure outā¦ how do you use the controller in recording mode? If I try to start recording the controller position, it seems like itās always set at 100. I canāt find a setting to set up the X or Y axis mapping and I move every axis and press any button but nothing seems to happen.
Iām on Windows if that makes any difference and I only have one joystick connected to the computer. Any ideas what Iām doing wrong? Thanks!
Joysticks are not supported by the controller recording mode.
I never added that because I donāt have a joystick and I would rather not add features blindly without being able to test them.
I just realized recently that OFS has a Linux version, so I just wanted to say thanks! Now I can avoid having to reboot to script
got it. I definitely didnāt expect any difference in the way Windows would report the controller vs a joystick so that youād need to build code for those two options. But yes, with a gamepad is working fine. Thanks for your answer!
You may be able to use the joystick by emulating an xbox controller.
Just map the joystick to either the left or right analog stick and should just work.
Iāll definitely have a look at this. I am used to this, FreePIE and other similar stuff so this totally works for me. Thanks @gagax123 !
Hello,
Looking to see if I can recover some of my old scripts however when I go into the OFS back up directory and open the .ofsp files - the file is basically empty without any scripts (points, heatmap etc).
From what I understand, the auto back up only saves the project creation - but not progress on the funscript itself? Would like some clarification on this, thanks!
The ofsp-file contains the points as well and is continuously being backed up while working. Iāve recovered lost data myself due to a full disk so causing the main file in my working directory become empty. The backup contained everything though so I could recover all my work from the backup ofsp-file.
Interestingā¦for some reason whenever I open one of those files, they are completely empty. I am using the latest version (1.4.4) and lets say I open a video in OFS, make two points, then save project as well as wait for the autoback up to generate a file, if I go to the autoback up directory and open that same file, it shows up emptyā¦is something up with my autobackup??
Could it be that you tried to drag and drop the .backup
file into OFS?
Because I just tried that and it doesnāt error (which it should) it just creates an empty project for some reason .
You need to remove the .backup
file extension before you can use it then it should work.
@WIZARD
Thatās how I did when I used the backup file. I copied the backup file to the original working directory first so that the video file path in the project backup file still matches the video file. Donāt open the renamed project file from the backup directory.