Skip to content

Commit 452a5b7

Browse files
author
arch
committed
update docs
1 parent 85a5f21 commit 452a5b7

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

docs/app/docs/user-guide/build.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Build
1+
# Build from Source
2+
3+
For Windows user i recommend to use the release version from [github release page](https://github.com/michael-mueller-git/Python-Funscript-Editor/releases)
24

35
## Windows
46

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Currently we use a hacky lua script to communicate between the Python Funscript
88
2. Extract the Archiv to an Path without special character or spaces.
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-
- `Settings.FunscriptGenerator`: point to the extracted Python Funscript Editor program. Use `\\` instead of `/` symbols in the path string!
12-
- `Settings.TmpFile`: specifies a temporary file where to store the result (must be a file not a directory!). The file will be overwritten automatically the next time the generator is started!
11+
- `Settings.FunscriptGenerator`: Point to the extracted Python Funscript Editor program. Use `\\` instead of `/` symbols in the path string!
12+
- `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!
1313
5. Now launch OFS.
1414
6. Navigate to `View : Special functions : Custom Functions` and select the `funscript_generator.lua` entry. Click the Button `Bind Script` (This may trigger the funscript generator, just ignore it for now).
1515
7. Navigate to `Options : Keys : Dynamic` and insert a shortcut for the funscript generator.

docs/app/site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,5 +204,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
204204

205205
<!--
206206
MkDocs version : 1.1.2
207-
Build Date UTC : 2021-06-26 10:02:28.282446+00:00
207+
Build Date UTC : 2021-06-26 10:28:30.067521+00:00
208208
-->

docs/app/site/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/app/site/sitemap.xml.gz

0 Bytes
Binary file not shown.

docs/app/site/user-guide/ofs-integration/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ <h2 id="installation-windows">Installation (Windows)</h2>
118118
<li>Extract the Archiv to an Path without special character or spaces.</li>
119119
<li>Copy the <code>funscript_generator.lua</code> script (<a href="https://github.com/michael-mueller-git/Python-Funscript-Editor/tree/main/contrib/OpenFunscripter"><code>Repository/contrib/OpenFunscripter</code></a>) to <code>data/lua</code> in your OFS directory.</li>
120120
<li>Open the <code>funscript_generator.lua</code> file and adjust the <code>Settings.FunscriptGenerator</code> and <code>Settings.TmpFile</code> variable.</li>
121-
<li><code>Settings.FunscriptGenerator</code>: point to the extracted Python Funscript Editor program. Use <code>\\</code> instead of <code>/</code> symbols in the path string!</li>
122-
<li><code>Settings.TmpFile</code>: specifies a temporary file where to store the result (must be a file not a directory!). The file will be overwritten automatically the next time the generator is started!</li>
121+
<li><code>Settings.FunscriptGenerator</code>: Point to the extracted Python Funscript Editor program. Use <code>\\</code> instead of <code>/</code> symbols in the path string!</li>
122+
<li><code>Settings.TmpFile</code>: 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!</li>
123123
<li>Now launch OFS.</li>
124124
<li>Navigate to <code>View : Special functions : Custom Functions</code> and select the <code>funscript_generator.lua</code> entry. Click the Button <code>Bind Script</code> (This may trigger the funscript generator, just ignore it for now).</li>
125125
<li>Navigate to <code>Options : Keys : Dynamic</code> and insert a shortcut for the funscript generator.</li>
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)