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. My bare hosting costs are currently not met so please consider donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

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.

 

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