Currently this guide applies only to Beatmania IIDX
If you found inconsistencies or want to improve this guide - you can report on it through an issue tracker
If you know what you are doing, probably requirements and known issues is all you will need.
This guide assumes any arch based distribution for the sake of simplicity (but anything x86_64/glib should work), tested setups include Artix Linux and Gentoo.
Quick setup below makes use of various wrappers provided in this repository making setup somehow consistent, even on fresh installs.
That doesn't mean you have to use them as it's mostly automatization and integration of proton without steam.
LDJ-20210915
for setup, if you are unsure of what you are doing, that's the recommended version to follow with/var/games/
as starting directory for installation and expects game at /var/games/iidx/LDJ-20210915
, therefore this step has to be completed if not done beforesudo usermod -aG games $USER
# restart system (or relogin user)
mkdir -p /var/games/iidx/requirements
## common system libraries utilized in wine ##
# Follow steps from https://github.com/lutris/docs/blob/master/WineDependencies.md#archendeavourosmanjaroother-arch-derivatives
## automatization utils (skip if you have your own setup in mind)
cd /var/games/iidx
git clone https://codeberg.org/nixac/automatization --recurse-submodules
sudo pacman -S jq
## proton ge (includes patching) ##
cd /var/games/iidx/requirements
wget https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-16/GE-Proton8-16.tar.gz
tar -xf GE-Proton8-16.tar.gz
mv GE-Proton8-16 proton-ge-8.16
cd proton-ge-8.16
patch -p1 < /var/games/iidx/automatization/proton.patch
cp /var/games/iidx/automatization/0005731108.py protonfixes/gamefixes/
## pipewire (recommended to follow guide for distribution you use instead) ##
sudo pacman -S pipewire pipewire-pulse pipewire-jack pipewire-alsa wireplumber gst-plugin-pipewire
systemctl --user enable pipewire pipewire-pulse wireplumber
systemctl --user start pipewire pipewire-pulse wireplumber
sudo usermod -aG realtime,audio $USER
# restart system (or relogin user)
## get all custom requirements (most likely what you are missing) ##
cd /var/games/iidx/requirements
wget https://codeberg.org/nixac/spicetools/releases/download/v0.1.0_2023-09-29/spicetools.tar.gz
mkdir spicetools
tar -xf spicetools.tar.gz -C spicetools
git clone https://codeberg.org/nixac/bmsound_wine --recurse-submodules
cd bmsound_wine
make -Rs build TARGET_ARCH=x64 TARGET_TYPE=Release
mv bin/Release/x64 ../bmsw
/var/games/iidx
should look like by now, you may safely delete any directories not listed here- /var/games/iidx/automatization
- /var/games/iidx/requirements/proton-ge-8.16
- /var/games/iidx/requirements/spicetools
- /var/games/iidx/requirements/bmsw
/var/games/iidx/.steam
to steam's game library, in this case we assume you use single library (so how default steam installation works)cd "/var/games/iidx"
ln -sfn $HOME/.steam .steam
LDJ-20210915
) and proton-ge to your library (in this case proton-ge-8.16
), for person following step-by-step this would be a correct commandmv "/var/games/iidx/LDJ-20210915" "/var/games/iidx/.steam/root/steamapps/common/Beatmania IIDX 28"
mv "/var/games/iidx/requirements/proton-ge-8.16" "/var/games/iidx/.steam/root/steamapps/common/proton-ge-8.16"
contents
to contents/modules
if this isn't the case already, this should already be the case for LDJ-20210915
mv "/var/games/iidx/.steam/root/steamapps/common/Beatmania IIDX 28/contents/"*.dll "/var/games/iidx/.steam/root/steamapps/common/Beatmania IIDX 28/contents/modules/"
mv "/var/games/iidx/requirements/bmsw/bmsound-"* "/var/games/iidx/.steam/root/steamapps/common/Beatmania IIDX 28/contents/modules/"
mv "/var/games/iidx/requirements/spicetools/spice"* "/var/games/iidx/.steam/root/steamapps/common/Beatmania IIDX 28/contents/"
LDJ-20210915
you need a Bistrover specific fixxrandr
# replace device (--output) with output of command above at line like this "DP-0 connected primary ....", where you would replace "DP-0" with the one listed in your output
# replace resolution (--mode) with your native resolution, you don't need to target specific resolution (as long as ratio is correct)
xrandr --output DP-0 --mode 1920x1080 --rate 120
/var/games/iidx/automatization/ep_bm2dxnix 28 --cfg
/var/games/iidx/automatization/ep_bm2dxnix 28
/var/games/iidx/requirements/
, but know that you will probably need to rebuild bmsound_wine on bigger system updates~/.steam
, if ~/.steam/root
exists that should be enough)Lists things with no known resolution at the moment, you may consider these as demerits compared to windows setup.