Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.42 KB

README.md

File metadata and controls

61 lines (43 loc) · 1.42 KB

Mobile Launch Platform

A portable (cross-platform) EVE Online launcher

Screenshots & binary downloads: http://code.shishnet.org/eve-mlp/

Features

  • Remember usernames
  • Remember passwords (one master password for several alts)
  • Launch multiple alts at once
  • Systray icon
    • Double click to hide main window
    • Right click -> launch character

Setup

$ sudo apt-get install python-requests python-wxgtk2.8    # debian / ubuntu
$ sudo yum install python-requests wxPython               # red hat / fedora / centos

$ sudo pip install -e ./

Run

Run the gui:
    eve-gmlp
    
Command line with a specific eve install:
    eve-mlp --eve-dir /home/bob/Games/EVE

Launch multiple alts at once:
    eve-mlp --username Bob --username Fred --username Jim --username Dave

Store the passwords for known usernames, but don't actually launch eve:
    eve-mlp --save-passwords --dry

Launch all of your alts in one go, only needing to enter one master password:
    eve-mlp

Shameless Plug

Send ISK to Shish Tukay if you want to encourage more work on this :)

Thanks

Artefact2, for his proof-of-concept PHP launcher:

https://github.com/Artefact2/eve-launcher

Josh Davis & Alex Martelli for SlowAES, a pure-python AES implementation:

https://code.google.com/p/slowaes/

CCP, for making the best virtual universe, and for not sending their lawyers after me ( please ;) )