this post was submitted on 28 Nov 2023
5 points (100.0% liked)

Visual Novels

483 readers
1 users here now

/c/Visual Novels

A community for discussing visual novels and the visual novel medium.

Chat with us!

Matrix

Rules

Our friends

Visual Novels:

Otome Games:

Making Visual Novels:

Help:

founded 2 years ago
MODERATORS
 

Almost a year ago I decided to try GNU/Linux and I absolutely loved it, however there was thing that as a novice took me time to get running: Visual novels. Now after some time reading and trying I can run almost every VN on wine, and I must say that there is no better feeling than getting things done, I can enjoy GNU/Linux at 100% since I can play VNs with textractor, it took time, but it was worth it ! :D

you are viewing a single comment's thread
view the rest of the comments
[–] clavismil 2 points 1 year ago (1 children)

Nice! glad to see anothe linux + VN enjoyer. Just out of curiosity could you explain a little bit how do you run VNs using wine? how does work the setup? or share any guide? I never needed beacause all the VNs I have played run perfectly using steam/pronton

[–] Cyo 2 points 1 year ago* (last edited 1 year ago) (1 children)

On my case I use wine since I also use textractor (to read japanese) Well, to start I followed the guide that's in this sub about how to play visual novels on GNU/Linux and another one in learnjapanese .moe (I think that's the page) After following those guides it almost worked but it did still had problems, I wrote this about a month ago on a txt:

" Solution steps: 0: Start a Wineprefix with WINEARCH32: //WINEPREFIX=~/.testwine WINEARCH=win32 wineboot

1: Change Wine system locale to Japanese: //WINEPREFIX=/home/cyo/.testwine LANG=ja_JP.UTF-8 TZ=Asia/Tokyo winetricks --gui

2: Once started the gui you must install (Winetricks --gui): -dxvk... //details: 'Not supported for Wine GE 8.0' but it was installed anyway that's fine, I guess. -dotnet35 -vcrun from 2003 to 2015 -lavfilters (including extra) -quartz -wmp9,wmp10 -wine gecko...? //details: wine suggested to install it aftter wmp10, does not seem relevant but anyway..

3: After installing this I executed: WINEPREFIX=/home/cyo/.testwine winetricks alldlls=default "

The wine/winetricks version is: -Wine GE 8.0 -Winetricks staging This downloaded from AUR (or chaotic AUR I think)

[–] Trail 1 points 1 year ago (1 children)

Did you use anything on top of textractor to translate? Does it work well on wine?

Been a while since I last had a setup for this (no time lately, playing a few English translated titles on steam) but it was on a dedicated VM with win xp.

[–] Cyo 1 points 1 year ago (1 children)

I'm currently using textractor + yomichan (in the browser) to learn Japanese, when I play a VN textractor sends the text to the browser and there I can use the yomichan dictionaries. Here's the guide I followed for that https://learnjapanese.moe/vn/ It works without problems

[–] Trail 2 points 1 year ago

Aha, I've worked with this a few years ago on windows, glad to hear it can work in Linux as well. I will try it out when I get more time. Thank you.