Skip to content

Commit f63c070

Browse files
author
arch
committed
add notes
1 parent 86f1ab1 commit f63c070

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/OpenFunscripter/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A hacky lua script to use the python funscript generator scripts in Open Funscripter. Copy the lua script to `data/lua` in your OFS directory. Then adjust the python script path in OFS or direct in the source code. Finally add an shortcut for the script in OFS. The script was only tested on Linux!
44

5+
## Memo for developer
6+
57
**NOTE:** We should use luasockets for the communication but i could not get them to work. I install the lua socket module with `pacman -Sy lua-socket` and compile OFS with dynamic linked library support for lua. But when i load the socket module i got an exception `Symbol not found: some_symbol_name`.
68

79
Below the code i used for my first lua socket test:

0 commit comments

Comments
 (0)