Creating a portable EVE Client

From EVE University Wiki
Jump to: navigation, search

Having a portable version of your EVE Client with all accounts logged in, ready to play, can give you a time-efficient and bandwith-saving advandage. Whether you are travelling or do not want to leave traces of your computer activity, or just like to have an "EVE To Go" on a portable medium of your choice, this tutorial might be for you.

Hardware

  • EVE Online requires 20GB, often more, so it is strongly reccommended to have at least 32GB free space on your storage device.
  • It is strongly discouraged to use USB 2.0 interface for playing EVE via pen-drive because load times and overall performance drops to almost unplayable.
  • Use 3.0 or better interface for outstanding performance that allows you to play stable 60fps on full details (of course other hardware requirements must be met).
  • Proper drivers (graphics card drivers, DirectX) must be installed on the machine. Without them the game will not start.

First installation

Legend (recommended names for easiness of explanation. You can name all things however you like):

  • C: - your system's drive letter
  • X: - your pen-drive's drive letter
  • .user. - your username


  1. Navigate to your plugged-in disk and create a directory of your choosing to store all your EVE data, for example "EVE Online".
  2. Inside newly-created directory, create folders called "Documents", "Local" and "EVE".
  3. Open EVELauncher installer from eveonline.com/download.
  4. Select location of installation as your newly created "EVE" folder and install EVE.
  5. Do not forget to delete desktop icon and start menu entry in "C:\Users\.user.\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"
  6. When your launcher is downloading data, make sure to set SharedCache folder inside "X:\EVE Online\EVE\EVESharedCache" folder.
  7. Log into all accounts you want to save for your portable client.
  8. After all data is downloaded, exit EVE Launcher (make sure it was not just minimized into tray).

Now, there are two different approaches you can choose. One is manual, second more automated but requires a minimum knowledge of Windows

Manual

Navigate to "C:\Users\.user.\Documents" and cut folder named "EVE" and paste it into "X:\EVE Online\Documents" Navigate to "C:\Users\.user.\AppData\Local" (this is a hidden folder) and cut folder named "CCP" adn paste it to "X:\EVE Online\Local"


Automatic (WARNING, ONLY FOR PEOPLE WHO UNDERSTAND XCOPY AND RD COMMANDS)

  1. In "X:\EVE Online" create a text file named "clean.txt" and paste the code below:
    xcopy /E %userprofile%\Documents\EVE Documents\EVE /Y
    xcopy /E %userprofile%\AppData\Local\CCP Local\CCP /Y

    rd /S /Q %userprofile%\Documents\EVE
    rd /S /Q %userprofile%\AppData\Local\CCP
  2. After saving the file, change extention from ".txt" to ".bat".
  3. Run the script.


Voila! you have portable EVE Online!

Launching the game on a new computer

  1. Plug in your portable EVE to a new device
  2. Make sure the drive letter is "X:". If not, change it in Win+X -> "Disk Management"

Now, there are two different approaches you can choose. One is manual, second more automated but requires a minimum knowledge of Windows

Manual

Navigate to "X:\EVE Online\Documents" and copy folder named "EVE" and paste it into "C:\Users\.user.\Documents" Navigate to "X:\EVE Online\Local" and copy folder named "CCP" adn paste it to "C:\Users\.user.\AppData\Local" (this is a hidden folder)


Automatic (WARNING, ONLY FOR PEOPLE WHO UNDERSTAND XCOPY AND RD COMMANDS)

  1. In "X:\EVE Online" create a text file named "startup.txt" and paste the code below:xcopy /E Documents %userprofile%\Documents\ /Y
    xcopy /E Local %userprofile%\AppData\Local\ /Y
  2. After saving the file, change extention from ".txt" to ".bat".
  3. Run the script.

Now you can launch the game and play instantly with all your accounts logged in and all user settings saved.

Cleaning the computer after playing

  1. Exit game (make sure it does not still run in tray)
  2. Run "clean.bat"
  3. If you want to clear more traces of EVE running, navigate to "C:\Users\.user.\AppData\Roaming\Microsoft\Windows\Recent" and remove all EVE-related shortcuts.
  4. Disconnect your device.