Page 1 of 1

Tutorial: How to play SFD Beta on Debian-based Linux (using Wine)

Posted: Tue Jul 24, 2018 5:04 pm
by NeekTwoThousand
- Open Terminal and run following commands:

- If you are using a 64-bit architecture, then enable 32-bit for better compatibility:
sudo dpkg --add-architecture i386

01. Add the Wine Key:
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key


02. Add repositories:
on Ubuntu:
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
on Debian:
sudo apt-add-repository https://dl.winehq.org/wine-builds/debian/

03. Update repositories:
sudo apt update

04. Install Wine:
sudo apt install wine-stable winehq-stable

05. Set Wine to 32 bit architecture and run winecfg:
WINEARCH=win32 winecfg

06. Install winetricks to download required Windows components to run Superfighters Deluxe:
sudo apt install winetricks

07. Run winetricks and download required Windows components:
winetricks --gui

08. Select the default wine prefix:
Image

09. Select "Install a Windows DLL or component":
Image

10. Select following packages, press ok and wait for the installation:
Image
Image
Image
Image

11. Close winetricks and download Superfighters Deluxe archive:
https://www.superfightersdeluxe.com/Con ... 1.0.2c.rar

- If you don't have a .rar archive opener just download and install "unrar" using the following command:
sudo apt install unrar

Then open a terminal on the same directory of Superfighters Deluxe archive and run:
unrar x "SFD Beta v.1.0.2c.rar"

12. Run "Superfighters Deluxe.exe" using Wine in terminal with the following command:
wine "/path/to/Superfighters Deluxe.exe"

Re: Tutorial: How to play SFD Beta on Debian-based Linux (using Wine)

Posted: Mon Oct 26, 2020 12:32 pm
by Dayls123
Link to the archive in step 11 is not available

Re: Tutorial: How to play SFD Beta on Debian-based Linux (using Wine)

Posted: Mon Nov 02, 2020 5:40 pm
by Gurt
Dayls123 wrote:
Mon Oct 26, 2020 12:32 pm
Link to the archive in step 11 is not available
While we don't support old versions we decided to upload that file again. It got wiped after a clean on that server. Only SFD Beta v.1.0.2c is available as it was the last Beta version.