Differences
This shows you the differences between two versions of the page.
| emulators:mo5_mo6_to7_to7-70_to8 [2020/10/06 20:14] – created nadenislamarre | emulators:mo5_mo6_to7_to7-70_to8 [2020/10/06 20:15] (current) – removed nadenislamarre | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Windows games ===== | ||
| - | ==== Which games ==== | ||
| - | Wine allows you to play Windows games. Old and even recent games. | ||
| - | 32 and 64 bits. Opensource games will be available in the batocera store (from the emulationstation menu) | ||
| - | ==== Directories ==== | ||
| - | * / | ||
| - | * / | ||
| - | * / | ||
| - | * / | ||
| - | |||
| - | ==== How to add games ? ==== | ||
| - | === Zipped games === | ||
| - | If you have a zip containg directly a game, like the xmoto zip containing the xmoto.exe (and some other files), | ||
| - | just unzip the zip file into / | ||
| - | |||
| - | When you start a such game, a windows minimalist arborescence is created into / | ||
| - | |||
| - | * https:// | ||
| - | |||
| - | === Cdrom (.iso) games === | ||
| - | If you have a cdrom containing a game and that you want to install the game, put your cdrom (a .iso file) into / | ||
| - | Refresh the game list in emulationstation. Start the installer. It will open the cdrom as on windows. Install the game. | ||
| - | |||
| - | When you start a such installer, a windows minimalist arborescence is created into / | ||
| - | Then, you can refresh the game list in emulationstation, | ||
| - | |||
| - | Note that in the < | ||
| - | |||
| - | Example : | ||
| - | |||
| - | DIR=drive_c/ | ||
| - | CMD=xmoto.exe --fullscreen | ||
| - | |||
| - | === Setup.exe/ | ||
| - | This works as cdrom does. | ||
| - | |||
| - | === wine, wtgz, wine.squashfs games === | ||
| - | Once you have installed a game, you have a .wine directory into the / | ||
| - | |||
| - | When you run a such game, in fact, each time, you modify the game itself. | ||
| - | It is interesting at the beginning to customize the image, but once the image is done, | ||
| - | it is better to convert it into one of the 2 formats : wtgz or wine.squashfs. | ||
| - | |||
| - | This conversion is doable via command line : | ||
| - | batocera-wine wine2winetgz 32 xmoto.wine | ||
| - | batocera-wine wine2squashfs 32 xmoto.wine | ||
| - | |||
| - | This conversion will create a file in / | ||
| - | Instead, when you start this new game, it will create a directory in / | ||
| - | |||
| - | The difference between the 2 : | ||
| - | * wtgz is a .wine directory zipped. This file is unzipped into the saves directory and instead of modifying the original game, you have a copy of it. | ||
| - | * wine.squashfs is a squashfs file. When you start a such game, an overlay is created on top of it into the saves directory. The overlay contains only the delta, so it takes less place. | ||
| - | |||
| - | ==== Advanced ==== | ||
| - | Some games requires some tricks. For example, Age of King requires directplay if you want to play on network (https:// | ||
| - | It can be installed automatically thanks to the winetricks command. | ||
| - | |||
| - | batocera-wine tricks 32 aok.wine directplay | ||
| - | | ||
| - | | ||
- emulators/mo5_mo6_to7_to7-70_to8.1602015244.txt.gz
- Last modified: 6 years ago
- by nadenislamarre