Dota – How to run DotA on Ubuntu

dotawarcraft-3-frozen-throne

Can anyone supply me with good links on a step-by-step process to run DotA on Ubuntu?

Best Answer

Wine works. Install:

sudo apt-get install wine1.7

Wine 1.2, 1.3, 1.4, 1.5, 1.6 will also work.

Then just run Warcraft 3 from the terminal:

wine /path/to/warcraft.exe 

If full screen will not work (happens with default Ubuntu video drivers) - run the game in window mode:

wine /path/to/warcraft.exe -window

To install latest versions of Wine you may need to add wine ppa repository and install like that:

sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7