I have a 4K monitor. Even after down-scaling with handbrake the videos are very pixelated. This can be make it really difficult to script certain parts of videos properly.
I tried every possible variation of the Windows high DPS scaling settings in the .exe properties to no avail.
Hello, I am at a complete loss on how to use OpenFunScripter. I have never used a scripter before so I donât know what I am doing. I would at least like to make a basic video but none of the instructions tells you how to do that. Can anyone explain to me the basics? I tried the two tutorial videos but they donât show you how to use the scripter. There is just tips for people who already know how to use it. It is all very frustrating. I still canât understand why there isnât a simple video that goes through all the functions of the scriupter and how to create a basic script.
is there a way to bind select closest point? aka turn it green. i asked ai which has been very helpful at helping me through the process of making my first script. it has been giving me instructions to bind a closest action key, or to use ctrl+up and down but none of those seem to work. ive dug through the keybindings and havent found a select closest option. any advice is appreciated, new to this whole thing. is there a lua extension or something that adds it? thanks
Why is my WebSocket API starting successfully, but the number of connected clients is 0? Itâs not appearing on the emulator either. Iâve tested the port on the web browser and it works fine. Has anyone encountered this problem? Any answers would be greatly appreciated.
Not sure if this is the right place for this, but canât find a thread dedicated to the EroScripts 4.0 fork, soâŚ
Has anyone tried to use this on linux, specifically debian/fedora? I downloaded the appimage and also managed to compile it myself, but both times whenever I open a video I get two mpv windows and a flashing OFS window, none of which I can interact with except for closing the OFS window, which kills the MPV windows. If I run mpv by itself from a terminal without OFS open it seems to work okay, but well, OFS isnât open so I canât edit scripts.
Is there anyway to have a gradual increase between two points vs a linear change? I see previews on the site showing both in the same script, and not sure how to use it.
You have some visualization options if you right click on the point graph and expand rendering submenu. If spline is checked then you get curves between points instead of straight lines. Is that what you are asking about?
Remember, the device only get the points. How OFS connects them viually is not part of the funscript.
For me what worked was using Wine (more specifically Lutris) to install the software and run the windows version.
I also had the problem where after opening a video the screen starts flickering and everything becomes unresponsive (using the AppImage). I wasnât able to compile the software either (it complains about a â:â that should be a â::â and fails, I didnât look into it much as I donât know C++)
@Dimava, proposal to close this thread and create a thread for OFS 4.0 instead, pointing people to that version instead, as well as the most viable alternative forks of 3.2.x which may individually contain QoL fixes or new features for specific use cases (e.g. Mac/Linux support, FunGen integration, etc.) until and unless these additions are later integrated into the 4.0 repository.
Reasoning: itâs been 3.5 years since OFS 3.2 officially released and subsequently became abandonware. Long term support now exists in an âunofficial-but-officialâ form through the OFS 4.0.x fork. As far as I am aware, compatibility isnât technically broken, so my guess is it was called 4.0 to make the development transfer more obvious. I see no good reason why people shouldnât upgrade to that version, or one of the alternative forks. The developer themselves would like this as well, as per quoted comment.
Would be useful to add maybe explanations for the main updates on each fork for people to know what theyâre getting. And otherwise to make it known and obvious that 4.0 is the new âmainâ and that people should be creating PRs and contribute to that one instead of forking the archived repo. Will take a while to make everyone aware, but i think itâs the only way this community could move on from this legacy.
I have some trouble with the âexport clipâ function. I want to cut a video+funscript by creating a chapter and setting the size and then export the clip. But it very rarely works and just nothing happens after clicking on âexport clipâ. Sometimes after a computer restart it seems to work, but I am unsure whats wrong exactly.
Does someone have any idea or encounter this themselves?
Iâve also never been able to get it to work. Itâs annoying but the best method iâve found is getting the timestamps for the chapters you want and using ffmpeg to split the clip instead.
Using ffmpeg works great for cutting the videos without reencoding, but cutting the scripts is tricky when you cut away parts at the beginning of a video.
100% agree, thatâs usually while I revert to nuetral points for all scripts on the first/last frame for each chaptered section. It has the added benefit of making a looping script transition to a repeat seamlessly. Itâs still a massive pain in the ass donât get me wrong, but at least you have an easy reference point to select all points to the left/right of.
You can also write a quick script that parses the funscript array and duplicates the info between the specified times in the chapter metadata. It would be a lot more involved but it might be worth it if youâre planning to split many chaptered scripts.
Think you could post a breakdown of the differences? Iâm interested to know. Iâve just been using the base OFS for a while now. No plugins eitherâŚ