Skip to content

Commit 4124777

Browse files
author
arch
committed
update doc
1 parent fe1315b commit 4124777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Currently we use a hacky lua script to communicate between the Python Funscript
55
## Installation (Windows)
66

77
1. Download the latest packed Python Funscript Editor from [github release page](https://github.com/michael-mueller-git/Python-Funscript-Editor/releases).
8-
2. Extract the Archiv to an Path without special character or spaces.
8+
2. Extract the Archiv.
99
3. Copy the `funscript_generator.lua` script ([`Repository/contrib/OpenFunscripter`](https://github.com/michael-mueller-git/Python-Funscript-Editor/tree/main/contrib/OpenFunscripter)) to `data/lua` in your OFS directory.
1010
4. Open the `funscript_generator.lua` file and adjust the `Settings.FunscriptGenerator` and `Settings.TmpFile` variable.
11+
- NOTE: Since release `v0.0.4` you should use `/` instead of `\\` for the path.
1112
- `Settings.FunscriptGenerator`: Point to the extracted Python Funscript Editor program.
1213
- `Settings.TmpFile`: Specifies a temporary file location where to store the result (must be a file not a directory!). The file does not have to exist at the moment. The specified file will be generated from the Python Funscript Editor and will be overwritten automatically at the next time the generator is started!
1314
5. Now launch OFS.

0 commit comments

Comments
 (0)