onscripter-tutorial
onscripter-tutorial copied to clipboard
Is there any ways to run onscripter on Linux now?
Well, I tried launching the onscripter-gbk downloaded from gamux.org on my Xfce4 on Archlinux yesterday. Sadly, it failed with the message:" error while loading shared libraries: liblua5.1-c++.so.0: cannot open shared object file: No such file or directory". I've tried several ways to heal it such as installing lua and lua51 but these attempts all failed. Then I tried to get the source code to get my own executable binary file through compiling but only to get many compilation errors ( maybe these were caused by the changing of C++ standard ). Suddenly I found that there is no way to launch onscripter without wine ( though running "wine onscripter.exe" still works now, but it doesn't works well on some games such as Yosuga no Sora ). So how can I play my GBs of galgames happily now?
Okay, I downloaded an onscripter from this repository and it really works! Where did you get this "magic" version?
There's no magic, I don't know C/C++ well either. The Linux version of onscripter-gbk in this repo is what I got from compiling the GitHub repo referred in the AUR package onscripter-gbk
on a ArchLinux computer some time ago.
Also, can you speak Chinese? It's not like a non-Chinese user will be interested in this tutorial.
不是很习惯在github上打中文……不过目前哪里有现在的arch可以正常编译的onscripter源码包?
AUR 上的 onscripter-gbk ,把 PKGBUILD 里面的 source 那行,字符串两边加上括号就行。
编译过一次,然而貌似出错了……等下我再去试试……
Recently I make an enhancement of ONScripter based on jh version. This project uses github action to build for most of the platforms. Linux version is by static link.
https://github.com/YuriSizuku/OnscripterYuri