this post was submitted on 20 Jul 2023
22 points (92.3% liked)
Linux
48186 readers
1937 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Granted, most of the VNs I have played used the same engine (ren'py) but usually it is as simple as unpack the tarball, then run the only shell script in the main directory. Sometimes you might need to do a
chmod +x
on the files in the libraries folders and the start shell script if it was packaged on a Windows system but that is about it.Ren'Py is a fantastic engine and it would be great to have more games developed in it. Unfortunately, a lot of visual novels don't use Ren'Py, so they are only released for Windows and need to be run through Wine. This includes the vast majority of Japanese visual novels before 2010. The good news is that most of the time, this works pretty well—assuming you do it right. The setup isn't complicated and hopefully this guide makes it easy to follow.
There's a neat trick for running NScripter games natively on Linux, even if they were only developed for Windows: https://wiki.comfysnug.space/doku.php?id=visualnovel:vnsonlinux#playing_nscripter_games_with_onscripter
ONScripter is a drop-in replacement for the NScripter engine that works on Linux, and it can interpret NScripter game files just by running it in the same folder. This worked for me with TRianThology.
Steam games tend to work out of the box thanks to Valve, but this guide is for the visual novels that aren't released on Steam (which there are a lot of).