|
|
| Line 2: |
Line 2: |
|
| |
|
|
| |
|
| ==Setting up a Custom Resolution== | | ==Setting up a Custom Resolution In Windowed Mode== |
|
| |
|
| If you're running EVE Online in windowed mode, you may want to fine-tune the size of the client windows. You can simply select a different resolution in the in-game settings, but you may find they're too small or too big, and don't make best use of your screen real estate. | | If you're running EVE Online in windowed mode, you may want to fine-tune the size of the client windows. You can simply select a different resolution in the in-game settings, but you may find they're too small or too big, and don't make best use of your screen real estate. |
| Line 9: |
Line 9: |
|
| |
|
| [[File:Switchresx.png]] | | [[File:Switchresx.png]] |
|
| |
|
| |
| ==Creating Additional Clients==
| |
| {{Deprecated}}
| |
| CCP have very helpfully released a script that will automatically create additional clients on your mac.
| |
|
| |
| Download it via [https://forums.eveonline.com/default.aspx?g=posts&t=17208 this forum page].
| |
|
| |
| ==Creating Additional Clients Manually==
| |
| {{Deprecated}}
| |
| There are several ways to set up a second client on your Mac. The method detailed below isn't the quickest, but it's reasonable simple, robust, and doesn't require much disk space.
| |
|
| |
| *Navigate to your applications folder, and find the EVE Online application.
| |
|
| |
| [[File:DB Applications Folder.png]]<BR>
| |
|
| |
| *Right-click on the icon, and select 'duplicate' from the drop-down menu.
| |
|
| |
| [[File:DB Contextual Menu 1.png]]<BR>
| |
|
| |
| *Re-name the new copy 'EVE Online 2'.
| |
| *Right-click on the new copy, and select 'show package contents'.
| |
|
| |
| [[File:DB Contextual Menu 2.png]]<BR>
| |
|
| |
| *A new window will open up containing a folder called 'contents'. Open it, and drag the folders named 'Frameworks' and 'Resources' to the trash. This step saves you a huge chunk of hard drive space.
| |
|
| |
| [[File:DB Package Contents.png]]<BR>
| |
|
| |
| *Go back to your applications folder, and open the double click on the icon marked 'Terminal'.
| |
| *Type 'cd '. Note the space.
| |
| *Drag the contents folder to the terminal window. This should copy the exact path of the folder. Hit return.
| |
|
| |
| [[File:DB Terminal.png]]<BR>
| |
|
| |
| *Copy/paste this command into the terminal window, then press return again.
| |
|
| |
| ln -s /Applications/EVE\ Online.app/Contents/Frameworks Frameworks
| |
|
| |
| *And do the same with this command. You can close the terminal window now.
| |
|
| |
| ln -s /Applications/EVE\ Online.app/Contents/Resources Resources
| |
|
| |
| *Back in the package contents folder, right-click on the file named 'Info.plist', and select 'Open with' -> 'Textedit'.
| |
|
| |
| [[File:DB Open With.png]]<BR>
| |
|
| |
| *Locate this chunk of text, and change 'EVE Online' to 'EVE Online 2'
| |
|
| |
| <key>CFBundleName</key>
| |
| <string>EVE Online</string>
| |
|
| |
| *Save and close the file.
| |
|
| |
| The two copies of the EVE client will now open and run independently, with their own preference settings. If you want to create additional copies, just repeat the process and use a new name (eg. EVE Online 3) for the new client copy.
| |
|
| |
|
| ==External Links== | | ==External Links== |
|
| |
|
| [http://www.eveonline.com/ingameboard.asp?a=channel&channelID=630464 The Macintosh Thread] on the official forums. | | [http://www.eveonline.com/ingameboard.asp?a=channel&channelID=630464 The Macintosh Thread] on the official forums. |