batevo:netplay_guide_mac [Digimon Rumble Arena Wiki]

Site Tools


batevo:netplay_guide_mac

This is an old revision of the document!


Battle Evolution Netplay Guide (Mac Installation)

This subpage is for the installion of the netplay pack on Mac.

NOTE: MacOS support is still being worked on, so do not attempt to install it for the time being.

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 locally, but we have a script to handle everything for you. You'll just have to download this script and run it. Double clicking it in your Downloads folder should be sufficient. Compiling will take a while (30 minutes or longer!), especially on older computers, so please be patient.

batevo_netplay_install_mac.command
echo Now attempting to install the Homebrew package manager. This is needed to handle dependencies for mednafen, and it will guide you through everything it does before it does it.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --only-dependencies mednafen
mkdir ~/.diginetplay && cd ~/.diginetplay
curl -O https://yuribacon.com/digidownloads/mednafen-BatEvoNetplayV3.0.zip
unzip mednafen-BatEvoNetplayV3.0.zip
mv mednafen batevomednafen
cd batevomednafen/include
ln -s ../src mednafen
cd ..
./configure && make
mv ./src/mednafen ..
cd ..
rm mednafen-BatEvoNetplayV3.0.zip
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
curl -O 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
curl -O https://yuribacon.com/digidownloads/linux%20netplay%20scripts.zip
unzip linux%20netplay%20scripts.zip
mv MednafenConfig.class ~/.diginetplay/other\ tools/MedConfig
mv ReplayWatcher.class ~/.diginetplay/other\ tools/ReplayWatcher
mv "Game Settings.sh" "Game Settings.command"
mv "Play Digimon Rumble Arena (US).sh" "Play Digimon Rumble Arena (US).command"
mv "Play Digimon Tamers - Battle Evolution (JP).sh" "Play Digimon Tamers - Battle Evolution (JP).command"
mv "Watch Replay.sh" "Watch Replay.command"
rm linux%20netplay%20scripts.zip
echo Installation complete! There should be in a folder on your desktop named Digimon Tamers - Netplay Evolution which will let you play the game. To change emulator settings or watch replays, you will need to install Java JRE 11 or higher.

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

batevo/netplay_guide_mac.1631030236.txt.gz · Last modified: 2021/09/07 15:57 by yuri