Skip to content

How To Play

Kalan Brock edited this page May 23, 2023 · 4 revisions

Using The Launcher Manually

  • Download the launcher here.
  • Extract the .zip file with WinRar or 7zip.
  • Open UltimaEclipse.exe as administrator.
  • Allow the game to update itself - it's setting everything up for you.
  • Once updated, click the game assistant of your choice to launch Ultima Eclipse
  • Log into the game, the username and password you use will auto create your account, so just use the same info the next time.

Using The Launcher via git (recommended)

From the command line:

git clone https://github.com/UO-Eclipse/Ultima-Eclipse.git UltimaEclipse
cd UltimaEclipse
UltimaEclipse.exe

Updating The Launcher

If you're using the launcher via the git method, you can very easily keep it updated! From the launcher folder (not the Ultima Online client), run:

git pull origin master

Clone this wiki locally