batevo:netplay_guide_linux [Digimon Rumble Arena Wiki]

Site Tools


batevo:netplay_guide_linux

This is an old revision of the document!


Battle Evolution Netplay Guide (Linux Installation)

This subpage is for the installion of the netplay pack under linux.

Installation Script

Our netplay pack uses a custom mednafen build, for additional quality of life additions and changes to the netplay experience, so you will have to build from source yourself. If you are on Ubuntu, you can compile our custom mednafen build with this script, as well as download the pack and unpack everything into ~/.diginetplay automatically, and give you .sh scripts to open the game and anything else offered in the netplay pack (Ex: Watching Replays) at ~/Desktop/Digimon Tamers - Netplay Evolution.

batevo_netplay_install.sh
mkdir ~/.diginetplay && cd ~/.diginetplay
wget http://yuribacon.com/digidownloads/mednafen-BatEvoNetplayV3.0.tar.xz
tar xf mednafen-BatEvoNetplayV3.0.tar.xz
mv mednafen batevomednafen
cd batevomednafen/include
ln -s ../src mednafen
cd ..
sudo apt install build-essential pkg-config libasound2-dev libsdl2-dev libflac-dev libsndfile1-dev zlib1g-dev openjdk-8-jre
./configure && make
mv ./src/mednafen ..
cd ..
rm mednafen-BatEvoNetplayV3.0.tar.xz
rm -r batevomednafen
mkdir -p replays/3.0/JP && mkdir -p replays/3.0/US
mkdir -p "other tools/MedConfig"
mkdir -p "other tools/ReplayWatcher"
mkdir ~/Desktop/Digimon\ Tamers\ \-\ Netplay\ Evolution
wget https://yuribacon.com/digidownloads/Digimon%20Tamers%20-%20Netplay%20Evolution.zip
unzip "Digimon Tamers - Netplay Evolution.zip"
cd "Digimon Tamers - Netplay Evolution (Stable 3.0)"
mv Changelog.txt ~/Desktop/Digimon\ Tamers\ \-\ Netplay\ Evolution
mv cheats.png ~/Desktop/Digimon\ Tamers\ \-\ Netplay\ Evolution
cd mednafen
cp -r cheats ../..
cp cheats/psx.cht ../../replays/3.0
cp ../../mednafen ../../replays/3.0
cp -r firmware ../..
cp -r mcs ../..
cp -r sav ../..
cp Digimon.m3u ../..
cp JP.m3u ../..
cp US.m3u ../..
cp "Digimon Rumble Arena (US).bin" ../..
cp "Digimon Rumble Arena (US).cue" ../..
cp "Digimon Tamers - Battle Evolution (Japan).bin" ../..
cp "Digimon Tamers - Battle Evolution (Japan).cue" ../..
cp mednafen.cfg ../..
cp psx.cfg ../..
cp mednafenVersion.txt ../..
cd ../..
rm "Digimon Tamers - Netplay Evolution.zip"
rm -r "Digimon Tamers - Netplay Evolution (Stable 3.0)"
cd ~/Desktop/Digimon\ Tamers\ \-\ Netplay\ Evolution
wget https://yuribacon.com/digidownloads/linux%20netplay%20scripts.zip
unzip "linux netplay scripts.zip"
mv MednafenConfig.class ~/.diginetplay/other\ tools/MedConfig
mv ReplayWatcher.class ~/.diginetplay/other\ tools/ReplayWatcher
rm "linux netplay scripts.zip"
echo Installation complete! Script files to play the game should be in a folder on your desktop named Digimon Tamers - Netplay Evolution, and the game files stored at ~/.diginetplay, including your replays folder.

For other distros, check with the mednafen releases page for which dependencies you need installed, and change the script as needed to get the right packages with your system's package manager. Once you have built mednafen, you should be able to run ~/.diginetplay/batevomednafen/src/mednafen (or ~/.diginetplay/mednafen if the file has been moved already), and get the output Starting Mednafen BatEvoNetplayV3.0 on the first line of output. The script does not install mednafen to /usr/bin or anywhere else your system would usually check for executables, in case you already have vanilla mednafen installed, but you can install it there if you'd like. You'll just need to modify the .sh files on your Desktop accordingly. Likewise, your mednafen base directory doesn't need to be ~/.diginetplay, nor do you need to store your game files in there.

If mednafen says Error opening sound device., then open mednafen.cfg in ~/.diginetplay, and find the line with sound.driver, and change it from default to sdl.

Once you are done, click here to return to the main page.

batevo/netplay_guide_linux.1631022095.txt.gz · Last modified: 2021/09/07 13:41 by yuri