Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. Thank you for your support. Tom Speirs

Patreon

GameEx on Linux/MacOS (Wine) instructions.


Recommended Posts

GameEx and GameEx arcade edition 16.78 feature better Wine support including video support.

Basic terminal commands (ubuntu) are as follows:

	# Install Wine and Winetricks
	sudo apt-get -y install wine winetricks
	 
	# Install .net frameworks and setup new prefix
	WINEPREFIX=~/GameEx winetricks corefonts dotnet20sp2 dotnet40
	 
	# Download Lav filters and install
	wget -O lav.exe https://github.com/Nevcairiel/LAVFilters/releases/download/0.74.1/LAVFilters-0.74.1-Installer.exe
	WINEPREFIX=~/GameEx wine lav.exe
	 
	# Download GameEx Setup (use downloadgameexae.php for arcade edition)
	wget -O setup.zip https://gameex.info/downloadgameex.php
	 
	# Unzip setup
	unzip setup.zip
	 
	# Install GameEx (Use GameExSetupArcadeEdition.exe for arcade edition)
	WINEPREFIX=~/GameEx wine GameExSetup.exe
	 
	

 

Notes:

- Not tested with emulators.
- May have to run Setup again to get icons in Applications.

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...