Skip to content

Commit 5b76dac

Browse files
author
arch
committed
test workflow
1 parent 506bc4c commit 5b76dac

File tree

6 files changed

+18
-16
lines changed

6 files changed

+18
-16
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
with:
2121
tag_name: ${{ steps.get_version.outputs.version }}
2222
release_name: ${{ steps.get_version.outputs.version }}
23-
draft: true
23+
draft: false
2424
prerelease: false

contrib/Installer/README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
# MTFG OFS Extension Installer
22

3-
**I have not released this install yet!**
4-
5-
## Usage
6-
7-
1. Download OFS from https://github.com/OpenFunscripter/OFS/releases. (min required OFS Version 1.4.2)
8-
<br> ![OFS Download](./docs/ofs_installation_01.jpg)
9-
2. Install OFS
10-
3. Start OFS at least one and close it again.
11-
4. Download the MTFG OFS Extension Installer from https://github.com/michael-mueller-git/Python-Funscript-Editor/releases.
12-
5. Execute the downloaded executable. Wait for the installation to complete.
13-
6. 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!
14-
<br> ![Activate Extension](./docs/ofs_extension_02.jpg)
15-
7. **Optional**: Add global key binding for the extension in OFS.
16-
<br> ![Assign an Shortcut](./docs/ofs_extension_03.jpg)
17-
183
## Build Installer from Source
194

205
I recommend to download the installer from [release page](https://github.com/michael-mueller-git/Python-Funscript-Editor/releases) in the assets section.
-29.8 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ We use a `lua` script to communicate between the Python Funscript Generator and
44

55
## Installation (Windows)
66

7+
**Installation Option 1 coming soon, please use Installation Option 2 for now.**
8+
9+
### Installation Option 1 (Easy)
10+
11+
1. Download OFS from https://github.com/OpenFunscripter/OFS/releases. **(min required OFS Version 1.4.2)**
12+
<br> ![OFS Download](./images/ofs_installation_01.jpg)
13+
2. Install OFS
14+
3. Start OFS at least one and close it again.
15+
4. Download the MTFG OFS Extension Installer from https://github.com/michael-mueller-git/Python-Funscript-Editor/releases.
16+
5. Execute the downloaded executable. Wait for the installation to complete.
17+
6. 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!
18+
<br> ![Activate Extension](./images/ofs_extension_02.jpg)
19+
7. **Optional**: Add global key binding for the extension in OFS.
20+
<br> ![Assign an Shortcut](./images/ofs_extension_03.jpg)
21+
22+
### Installation Option 2
23+
724
1. Download and install [Open Funscripter (OFS)](https://github.com/OpenFunscripter/OFS/releases). Please memorize the specified installation path, you will need it later.
825
<br> ![OFS installation Step 1](./images/ofs_installation_01.jpg)
926
<br> ![OFS installation Step 2](./images/ofs_installation_02.jpg)

0 commit comments

Comments
 (0)