Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| visualnovel:vnsonlinux [2024/12/21 16:28] – Replace sutekano video with h2o yesvnsonlinux | visualnovel:vnsonlinux [2024/12/22 07:13] (current) – [Visual Novel Compatibility Databases] Fix internal link to game-specific issues yesvnsonlinux | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| ====== Using Wine ====== | ====== Using Wine ====== | ||
| - | While many visual novels are designed to run only on Microsoft | + | Most visual novels are designed |
| ===== Setting Up Your Environment ===== | ===== Setting Up Your Environment ===== | ||
| Line 30: | Line 30: | ||
| <panel type=" | <panel type=" | ||
| - | These steps may not apply to all Ubuntu-based distributions. | + | These steps may not apply to all Ubuntu-based distributions. |
| </ | </ | ||
| Line 39: | Line 39: | ||
| </ | </ | ||
| - | Add the WineHQ repository: | + | Import the key for the WineHQ repository: |
| <code bash> | <code bash> | ||
| <code bash> | <code bash> | ||
| + | |||
| + | You now need to add the WineHQ repository. The following command will automatically detect your Ubuntu version and add the relevant WineHQ repository: | ||
| + | |||
| <code bash> | <code bash> | ||
| <code bash> | <code bash> | ||
| Line 56: | Line 59: | ||
| We now need Lutris so we can install and manage our games. You can get the latest version of Lutris from https:// | We now need Lutris so we can install and manage our games. You can get the latest version of Lutris from https:// | ||
| - | <code bash> | + | <code bash> |
| You may need to install some unmet dependencies before you can install the package: | You may need to install some unmet dependencies before you can install the package: | ||
| Line 155: | Line 158: | ||
| </ | </ | ||
| - | Add the WineHQ repository: | + | Import the key for the WineHQ repository: |
| <code bash> | <code bash> | ||
| <code bash> | <code bash> | ||
| + | |||
| + | You now need to add the WineHQ repository. The following command will automatically detect your Debian version and add the relevant WineHQ repository: | ||
| + | |||
| <code bash> | <code bash> | ||
| <code bash>apt update</ | <code bash>apt update</ | ||
| Line 204: | Line 210: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | ---- | ||
| ===== Installing Your Visual Novel ===== | ===== Installing Your Visual Novel ===== | ||
| Line 211: | Line 219: | ||
| Now you can [[# | Now you can [[# | ||
| - | If you have a download edition with only a launch executable and no installation executable, you need to [[# | + | If you have a download edition with only a launch executable and no installation executable, you need to [[# |
| <panel type=" | <panel type=" | ||
| Line 242: | Line 250: | ||
| === Installing The Game === | === Installing The Game === | ||
| - | <panel type=" | + | Once Lutris launches, follow these steps to install your visual novel: |
| - | If you're trying to install a Japanese language visual novel, you may need Japanese Locale enabled for the installer to work properly. You'll need to launch Lutris from the Terminal to enable Japanese locale: | + | 1. Click the **+** icon in the top left, then select |
| - | <code bash> | + | 2. Provide the **Game Name** and select **Windows XP 32-bit** as the preset. |
| - | If you installed | + | 2a. If you're installing a Japanese language visual novel, change |
| - | + | ||
| - | <code bash> | + | |
| - | </ | + | |
| - | + | ||
| - | Once Lutris launches, follow these steps to install your visual novel: | + | |
| - | + | ||
| - | 1. Click the **+** icon in the top left, then select **Install a Windows game from an executable**. | + | |
| - | 2. Provide the **Game Name** and select **Windows XP 32-bit** as the preset, then click **Install**. | + | 2b. Click **Install**. |
| 3. Click **Install** next to **wine**. | 3. Click **Install** next to **wine**. | ||
| Line 272: | Line 273: | ||
| <panel type=" | <panel type=" | ||
| - | This video guides you through the installation process. You don't need to launch Lutris from the Terminal unless you're installing a Japanese language visual novel. | + | This video guides you through the installation process. |
| {{visualnovel: | {{visualnovel: | ||
| Line 379: | Line 380: | ||
| If you want to know whether a visual novel you want to buy is compatible with GNU/Linux, or are having trouble getting it to work, you can try checking a compatibility database. These databases are very much incomplete, but they’re a good place to start for popular titles: | If you want to know whether a visual novel you want to buy is compatible with GNU/Linux, or are having trouble getting it to work, you can try checking a compatibility database. These databases are very much incomplete, but they’re a good place to start for popular titles: | ||
| - | * [[visualnovel: | + | * [[visualnovel: |
| + | * [[visualnovel: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| Line 427: | Line 429: | ||
| ===== Finding Banner Images and Cover Art ===== | ===== Finding Banner Images and Cover Art ===== | ||
| - | The banner resolution in Lutris is '' | + | The default |
| The banner resolution is the same as Steam’s banner resolution. All games on Steam have banner and cover art, so if the game is on Steam, you can get the banner from '' | The banner resolution is the same as Steam’s banner resolution. All games on Steam have banner and cover art, so if the game is on Steam, you can get the banner from '' | ||
| - | You can get cover art for the game from '' | + | You can get cover art for the game from '' |
| For example: | For example: | ||
| Line 440: | Line 442: | ||
| That works for Steam, but most visual novels don’t have a banner with the aspect ratio Lutris expects, so for the majority of VNs you will need to learn how to create something decent with [[https:// | That works for Steam, but most visual novels don’t have a banner with the aspect ratio Lutris expects, so for the majority of VNs you will need to learn how to create something decent with [[https:// | ||
| - | To acquire a source image to work with, visit the visual novel’s official site, explore every single page, and see if you can find an image that matches something closely to what you want. Use inspect element to grab individual image assets and create something with them that somewhat matches the look of the game’s cover art but in banner form. | + | To acquire a source image to work with, visit the visual novel’s official site, explore every single page, and see if you can find an image that matches something closely to what you want. Use inspect element |
| - | + | ||
| - | Most visual novels already have vertical cover art which usually only needs to be cropped slightly. If the cover art is horizontal, the process is a lot closer to the banner creation process, but not nearly as difficult and time consuming. | + | |
| It might take some work, but your game library will look much nicer for it. | It might take some work, but your game library will look much nicer for it. | ||