Hey, everyone! First-time poster, long-time player here. Thought I should share here the steps I used to get MB2 working on my Mac.
1. Install Jedi Academy.
2. Download the
latest MB2 launcher for Mac. This is a .NET exe file and needs to be run using Mono.
3. Locate the Jedi Academy app. For Steam users just open the
Terminal app and type in
open ~/Library/Application\ Support/Steam/SteamApps/common/Jedi\ Academy
4. Right click on the Jedi Academy app, and select
Show Package Contents.
5. Go to
Contents and place the launcher .exe file here. Keep this directory open in Finder for later steps.
6. Download and run Mono Universal Installer from
this page.
7. Open your Terminal application under Applications > Utilities. Typing Terminal in spotlight will work as well.
8. Type in
echo "mono
Leave a space at the end and then drag the launcher .exe file from the Finder window we've been keeping open and drop it in the Terminal window, this should add its full path as text to where we have left our terminal text cursor at. Then type the rest in
" > ~/mb2.sh
And press enter.
9. Type in "chmod +x ~/mb2.sh" without the quotes and press enter to make our script executable. Then do "open ~/" (again, without the quotes) and a Finder window should pop up showing your home folder. In it should be our mb2.sh, which launches the MBII launcher executable using mono. However, we need just one more step before we're done.
10. Right click on "mb2.sh" and select "Get Info". Under "Open with:" press the "Change All" button and use the Terminal app under Applications > Utilities.
Double clicking mb2.sh should launch the MBII launcher if everything went correctly. You can carry this anywhere. Enjoy!
Let me know if you run into any problems, will be happy to help. You can find me in-game as Isair as well. I mostly play on duel servers. Also, if you're a developer, check my
open source JA server docker image project. Any contributions are welcome.