Would be cool to have it build into one extension. I also did these 2 lua scripts some time ago, because someone here asked for it. You might want to add them too if others agree.
Both scripts can increase/decrease top or bottom points in the selection by a percentage amount. You can use positive and negative values to achieve what you want.
I played around with the Extension API and created an extension which combines the moving of an action and seeking. This helps with more precise placements.
@Cimmy3111@Kinks
I kinda said I would do it.
So please don’t peer pressure anyone
Edit:
I had this crazy idea that the new extension API would be powerful enough run the old Lua scripts inside of an extension.
And I’ve put together this proof of concept. Extras Extension 1.0 (only works in OFS 2.0+)
It only includes the AddPoints, MoveProportionatelyBottom/Top & Select-PointsToSkip.
The extension is able to just run all the scripts except for “AddPoints” without modifications.
“AddPoints” required a little edit to get to work.
I haven’t tested the rest.
The extension creates multiple bindings you need to set a key in order to use them.
@jamanon
I just tried and it only works some times.
The Extras extension is just trying to run these old scripts inside of an extension. FunscriptOld is something I’ve defined in the support.lua.
Needs some debugging
I think i solved the problem. I had to create a new folder.
Another question though…what function does the main.lua file have? Are they specific to the other lua files or do i just need one in the folder for all the scripts?