Skip to content

Commit f7a21a4

Browse files
author
arch
committed
update docs
1 parent 13e31b9 commit f7a21a4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/app/docs/user-guide/ofs-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Manual Installation:
5757
7. Create an other directory inside the `Funscript Generator Windows` directory with the Name `funscript-editor`.
5858
8. Extract the Downloaded `funscript-editor_vx.x.x.zip` into `%APPDATA%\OFS\OFS_data2\extension\Funscript Generator Windows\funscript-editor`.
5959
9. Now check that the file `%APPDATA%\OFS\OFS_data2\extension\Funscript Generator Windows\funscript-editor\funscript-editor.exe` exists.
60-
10. Download the [lua wrapper script](https://raw.githubusercontent.com/michael-mueller-git/Python-Funscript-Editor/main/contrib/Installer/assets/main.lua). Open the URL in your Browser and press `CTRL+S`. Then save the file as `main.lua` to the Directory `%APPDATA%\OFS\OFS_data2\extension\Funscript Generator Windows`.
61-
11. Create the Directory `%APPDATA%\OFS\OFS_data2\extension\Funscript Generator Windows\json`. Then download the [lua json extension](https://raw.githubusercontent.com/michael-mueller-git/Python-Funscript-Editor/main/contrib/Installer/assets/json.lua). Open the URL in your Browser and press `CTRL+S`. Then save the file as `lua.lua` to the Directory `%APPDATA%\OFS\OFS_data2\extension\Funscript Generator Windows\json`.
60+
10. Copy the content from `%APPDATA%\OFS\OFS_data\extension\Funscript Generator Windows\funscript-editor\OFS` to `%APPDATA%\OFS\OFS_data\extension\Funscript Generator Windows` and override existing files.
61+
11. Now check that the file `%APPDATA%\OFS\OFS_data2\extension\Funscript Generator Windows\main.lua` exists.
6262
12. Open OFS, activate the extension (3) and enable the window (4). Now you can use the extension at any position in the Video with the _Start MTFG_ Button (5). On slow computers, the program may take several seconds to start!. Before you press the _Start MTFG_ Button you have to open a video in OFS else you get only the Message Box "Video file was not specified!".
6363
<br> ![Activate MTFG Extension](./images/ofs_extension_03.jpg)
6464

funscript_editor/algorithms/videotracker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from dataclasses import dataclass
1010
from threading import Thread
1111
from queue import Queue
12-
from dataclasses import dataclass
1312
from funscript_editor.utils.config import SETTINGS, HYPERPARAMETER
1413

1514
import numpy as np

0 commit comments

Comments
 (0)