OpenFunscripter - another scripting tool - 2.0.0 release

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

3 Likes

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.

1 Like

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 :smiley:

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. :thinking:

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 :thinking:.

You need to remove the .backup file extension before you can use it then it should work.

1 Like

@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.

1 Like

Thank you guys for the help, it worked :slight_smile: @sentinel

1 Like