How does one set up a Macintosh OSX system for running multiple clients at once?
erik0
To open more than one instance of the same 'EVE Online.app' (or any Application in OS X), you need to use the 'open -n' command in Terminal.
The easiest way to do this is:
- Open a Terminal window.
- Type 'open -n ' into the Terminal window, omitting the quotes and including the trailing space.
- Drag and drop the "EVE Online" application onto the Terminal window. (This is equivalent to typing in the complete path of the "EVE Online.app" bundle.)
- Press enter to launch another copy of the game.
To save time, you can save the complete command (including the path to the application) as an alias in Bash, or set up an Automator action to run said command with just a click.