Page 1 of 1

How-to: Playing DSJ4 on Linux with Wine

Posted: 08 Nov 2017, 22:27
by Jussi Koskela
Tested on Ubuntu 16.04 with Wine 1.6.2. Everything seems to be working flawlessly.

Install Wine, Winetricks and DSJ4 v1.6.3:

Code: Select all

sudo apt-get update
sudo apt-get install wine winetricks
winetricks directmusic
wget http://www.mediamond.fi/dsj4/downloads/dsj4v163.exe
wine dsj4v163.exe
Launch the game from the desktop shortcut or by typing:

Code: Select all

wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Deluxe\ Ski\ Jump\ 4/DSJ4.exe

Re: How-to: Playing DSJ4 on Linux with Wine

Posted: 14 Mar 2018, 17:03
by michas
Hello,

Kubuntu 17.10, Wine 2.0.2 - Works funtastic! :)

Thanks!