Skip to content

Instantly share code, notes, and snippets.

@humbertodias
Created March 4, 2020 09:48
Show Gist options
  • Save humbertodias/2d08a62fba66e5abd58c6d87dba3a9cf to your computer and use it in GitHub Desktop.
Save humbertodias/2d08a62fba66e5abd58c6d87dba3a9cf to your computer and use it in GitHub Desktop.
Mame-rr with sf2-hitboxes
# 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
@humbertodias
Copy link
Author

mame-rr-ssf2t-hitboxes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment