Difference between revisions of "Playing using the Macintosh Client"

From EVE University Wiki
Jump to: navigation, search
(Added categories)
m
(19 intermediate revisions by 8 users not shown)
Line 1: Line 1:
There are several ways to set up a second client on your Mac. The method detailed below uses a minimal amount of disk space, and requires no third-party applications or scripts.
+
This page contains extra information for players using the Macintosh client.
  
==Creating a Second Client==
+
==Installing Overview Settings==
  
*Navigate to your applications folder, and find the EVE Online application.
+
The overview folder for the Mac client is now located in the users Documents folder.
*Right-click on the icon, and select 'duplicate' from the drop-down menu.
 
  
[[File:DB Contextual Menu 1.png]]<BR>
+
# Download your new overview settings. The Eve University overview settings can be downloaded [https://www.dropbox.com/s/bvykqdknfg3g1sk/E-UNI%20STD%20-%20Rhea%20v1.0.yaml?dl=0 here].
 +
# Move the overview settings file to the Eve Online overview folder. The folder is located at: <br /><blockquote>"MacintoshHD/Users/[username]/Documents/EVE/Overview"</blockquote> If this folder does not exist it can be created manually or by "Saving" a overview under "Overview Settings" when undocked, select "Tab Presets" tab and select "Save".
 +
# In game, undock so you are able to see your overview. Make sure the coast is clear before you undock! Then click the four bars at the top left of your overview then select Import Overview Settings.
 +
# Under the Import Overview Settings window, select the overview you saved in the left hand list and in the right hand list select "Check All". Then select "Import".
 +
# After this you should have the EVE University official overview installed.
  
*Re-name the new copy 'EVE Online 2'.
+
==Setting up a Custom Resolution In Windowed Mode==
*Right-click on the new copy, and select 'show package contents'.
 
  
[[File:DB Contextual Menu 2.png]]<BR>
+
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.
  
*A new window will open up containing a folder called 'contents'. Open it, and drag the folders named 'Frameworks' and 'Resources' to the trash.
+
To set up a custom resolution, try a program like [http://www.madrau.com/indexSRX4.html SwitchResX]. Enter the screen-size you want in the Custom Resolutions tab. Doing this won't change the resolution your monitor is running at, but it will let the EVE Client see it as an option next time you play the game.
  
[[File:DB Package Contents.png]]<BR>
+
[[File:Switchresx.png]]
  
*Go back to your applications folder, and open the double click on the icon marked 'terminal'.
+
==External Links==
*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>
+
[https://forums.eveonline.com/c/technology-research/mac-os The Macintosh Thread] on the official forums.
 
 
*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>PrefsFolderName</key>
 
<string>EVE Online</string>
 
 
 
*Save and close the file.
 
  
 +
[[Category:Applications]]
 
[[Category:Guides]]
 
[[Category:Guides]]
[[Category:Mac]]
 

Revision as of 14:35, 12 April 2021

This page contains extra information for players using the Macintosh client.

Installing Overview Settings

The overview folder for the Mac client is now located in the users Documents folder.

  1. Download your new overview settings. The Eve University overview settings can be downloaded here.
  2. Move the overview settings file to the Eve Online overview folder. The folder is located at:

    "MacintoshHD/Users/[username]/Documents/EVE/Overview"

    If this folder does not exist it can be created manually or by "Saving" a overview under "Overview Settings" when undocked, select "Tab Presets" tab and select "Save".
  3. In game, undock so you are able to see your overview. Make sure the coast is clear before you undock! Then click the four bars at the top left of your overview then select Import Overview Settings.
  4. Under the Import Overview Settings window, select the overview you saved in the left hand list and in the right hand list select "Check All". Then select "Import".
  5. After this you should have the EVE University official overview installed.

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.

To set up a custom resolution, try a program like SwitchResX. Enter the screen-size you want in the Custom Resolutions tab. Doing this won't change the resolution your monitor is running at, but it will let the EVE Client see it as an option next time you play the game.

Switchresx.png

External Links

The Macintosh Thread on the official forums.