Created
March 4, 2020 09:48
-
-
Save humbertodias/2d08a62fba66e5abd58c6d87dba3a9cf to your computer and use it in GitHub Desktop.
Mame-rr with sf2-hitboxes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Dep | |
# Tested on Ubuntu 20.04 | |
sudo apt install libsdl-ttf2.0-0 | |
# Roms | |
cd $HOME | |
mkdir -p mame/roms | |
cd ~/mame/roms | |
wget https://ia803104.us.archive.org/0/items/aristmk6/qsound_hle.zip | |
# Download manually the rom ssf2t.zip and put it on mame/roms folder | |
http://www.planetemu.net/rom/mame-roms/ssf2t | |
# Mame-RR | |
cd ~/mame | |
wget https://raw.githubusercontent.com/Jesuszilla/mame-rr-scripts/master/sf2-hitboxes.lua | |
wget http://adelikat.tasvideos.org/emulatordownloads/mame-rr/mame-rr-x86_64_binary-linux.tgz | |
tar xvfz mame-rr-x86_64_binary-linux.tgz | |
# Run | |
./mame-rr_x86_64_gcc_4_6_1 ssf2t -window -lua sf2-hitboxes.lua | |
Author
humbertodias
commented
Mar 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment