A graphical Linux installer for Fightcade and additional QoL enhancements.
Targets distributions based on Arch, Debian, and Ubuntu.
FC Plus Linux Installer - Main Screen Installed Desktop Environment Shortcuts- Dependencies from native software repositories
apt
on Ubuntu & Debian distributionspacman
/yay
on Arch distributions
- Latest Fightcade Installer
- Joystick & Keyboard Navigation
- Latest Flycast Dojo Prerelease
- Switch Fightcade Flycast Version Shortcut to easily swap versions between games.
- Preinstalled Lua scripts for select games
- Arch Linux 2023.06.01
- EndeavourOS 03-2023
- Ubuntu 22.04
- Linux Mint 21.1
- Pop! OS 22.04
- Debian 12 (bookworm)
- Download
fcplus_installer.sh
from Releases - Open a terminal and run
chmod +x fcplus_installer.sh && ./fcplus_installer.sh
- Follow the graphical prompts
Once everything is installed, you should see shortcuts to Fightcade in the menu of your desktop environment. Your Fightcade installation may be found in ~/.fightcade2
.
If you wish to automatically download and extract an external zip file to your Fightcade install, just make your first additional argument the URL to the zip file to retrieve, and the second argument the folder you wish to extract to, relative to where Fightcade will be installed (~/.fightcade2
).
./fcplus_installer.sh <URL to external zip file> <extraction target relative to Fightcade root>
If you wish to modify the installer, download the code to this repository and make your edits to install_script.sh
. You may add files to the payload
folder if needed.
Once you are done with your changes, run ./create_installer.sh
to generate the final installer shell script ready for distribution.