Difference between revisions of "Linux"

From Anarchy Online Wiki [AOWiki]
(1st version)
Line 31: Line 31:
 
wine Anarchy.exe
 
wine Anarchy.exe
 
</code>
 
</code>
 +
 +
== TODO ==
 +
* Fix mouse problem

Revision as of 16:08, 25 July 2018


Oudated-clock.png Warning! Work in progress

Install Wine and Dependencies

  • Installation (For Debian based distributions)

apt install wine winetricks zenity cabextract

  • Download MS packages using Winetricks

winetricks dotnet20 corefonts fontfix vcrun2005 vcrun6

  • Download and install the Old Engine

cd /tmp wget http://update.anarchy-online.com/download/AO/AnarchyOnline_EP1.exe wine AnarchyOnline_EP1.exe

  • Run the game from the command line (or you if you ticked Add Desktop shortcut, you shoud have a shortcut in your OS)

cd ~/.wine/drive_c/Program Files/Funcom/Anarchy Online wine Anarchy.exe

TODO

  • Fix mouse problem