Launch Mupen64Plus from Another Directory
If anyone is looking to use Mupen64Plus from the command line and wants to run a game from a different directory than your Mupen64Plus files, here’s a little Terminal code that will help:
cd '/path/to/MP64+/files' && ./run_rice.sh '/path/to/rom/file'
Here’s how to use it:
- Replace
/path/to/MP64+/fileswith the path where you’ve installed your MP64+ 1.99.3 files (/Applications/Mupen64Plus, for example) - Replace
/path/to/rom/filewith the path where your roms are located (~/Documents/Romsor/Applications/N64_Roms, for example) - Optional: replace
run_rice.shwith a different video plugin (run_glide.shorrun_arach.sh)
No comments yet.