Skip to content

Commit 61129ce

Browse files
author
arch
committed
add images to doc
1 parent 93e72b1 commit 61129ce

File tree

8 files changed

+8
-3
lines changed

8 files changed

+8
-3
lines changed

contrib/Installer/mtfg-ofs-extension-installer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def update(download_urls, latest, release_notes):
131131

132132

133133
if __name__ == "__main__":
134-
print("MTFG OFS Extension Installer ", VERSION)
134+
print("MTFG OFS Extension Installer", VERSION)
135135
try:
136136
if platform.system() != "Windows":
137137
error("This installer only work on Windows")
@@ -141,6 +141,7 @@ def update(download_urls, latest, release_notes):
141141
update(download_urls, latest, release_notes)
142142

143143
print("Installation completed")
144+
time.sleep(4)
144145

145146
except SystemExit as e:
146147
input()
45.8 KB
Loading
-54.8 KB
Loading
15.1 KB
Loading
86.8 KB
Loading
56.4 KB
Loading
91.5 KB
Loading

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ We use a `lua` script to communicate between the Python Funscript Generator and
1111
1. Download OFS from https://github.com/OpenFunscripter/OFS/releases. **(min required OFS Version 1.4.2)**
1212
<br> ![OFS Download](./images/ofs_installation_01.jpg)
1313
2. Install OFS
14+
<br> ![Install OFS](./images/ofs_installation_03.jpg)
1415
3. Start OFS at least one and close it again.
16+
<br> ![Start OFS](./images/ofs_installation_04.jpg)
1517
4. Download the MTFG OFS Extension Installer from https://github.com/michael-mueller-git/Python-Funscript-Editor/releases.
18+
<br> ![Download MTFG Extension](./images/ofs_extension_01.jpg)
1619
5. Execute the downloaded executable. Wait for the installation to complete.
20+
<br> ![Run Extension Installer](./images/ofs_extension_02.jpg)
1721
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)
22+
<br> ![Activate MTFG Extension](./images/ofs_extension_03.jpg)
1923
7. **Optional**: Add global key binding for the extension in OFS.
20-
<br> ![Assign an Shortcut](./images/ofs_extension_03.jpg)
24+
<br> ![Assign an Shortcut](./images/ofs_extension_04.jpg)
2125

2226
### Installation Option 2
2327

0 commit comments

Comments
 (0)