Posts Tagged ‘ terminal

Tutorials Added: Use Wine without Terminal

wine

I’ve just added two new tutorials:

These should be a pretty helpful tutorial for anyone who would like to learn some quick and easy ways to run Windows applications on OS X without having to open Terminal every time.

Leave a comment below if you’re confused about something, you’re having trouble, or if you’d like to see a tutorial on something else!

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+/files with the path where you’ve installed your MP64+ 1.99.3 files (/Applications/Mupen64Plus, for example)
  • Replace /path/to/rom/file with the path where your roms are located (~/Documents/Roms or /Applications/N64_Roms, for example)
  • Optional: replace run_rice.sh with a different video plugin (run_glide.sh or run_arach.sh)