this post was submitted on 16 Jun 2023
3 points (100.0% liked)

Visual Novel

153 readers
1 users here now

A visual novel can be seen as a combination of a novel and a computer game: they're computer games with a large text based storyline and only little interaction of the player. A typical visual novel consists of text over an anime-style background image and is accompanied by background music. Throughout the game, the player usually has to answer a few questions which will have an effect on the story, thus playing a visual novel a second time while giving other answers may result in an entirely different plot. (From VNDB)

founded 3 years ago
 

cross-posted from: https://lemmy.comfysnug.space/post/5060

What steps, if any, do you guys take on the linux distribution of your choice to play visual novels?

I, personally, set the following in my .bashrc

alias vn='env WINEPREFIX=$HOME/.wine LANG=ja_JP.UTF-8 wine start '

so I can just type vn gameExecutable.exe and usually just have the game work.

For the games I've had for a while, I have .desktop entries in my $XDG_DATA_HOME/applications directory with more specific commands as needed.

If you guys have any other tricks up your sleeves, please feel free to share them here.

top 2 comments
sorted by: hot top controversial new old
[โ€“] INeedMana 1 points 1 year ago (1 children)

In general it's a good idea to have separate prefix for each game. You can script it, but Lutris will do it for you and you can modify the script, if you need.

[โ€“] [email protected] 2 points 1 year ago

if im being honest i don't really bother unless it's actually needed.