I kind of ran into this while trying to get multiplayer to work
i did not make this, but thanks to whoever did
--- = not required
*** = required
/// = notice
() = enter name here
instructions(what i did):
*** download:
linux-32bit linux-64bit /// results if you click on the icon: with wine: error, success(although it hasn't done anything)
without wine: pulls up a thing where you have to select the program to run the .bin file
--- put the .bin executable on your Desktop
*** open terminal, and navigate into the directory where the file is
command for this action: " cd (directory name)" %without quotation marks: " " %
*** in terminal type the command: " chmod +x *.bin" %without quotation marks: " " %
*** in terminal type the command: " ./*.bin" %without quotation marks: " " % and it should execute the file
--- /// visual:
seth@Kelley-2008:~$ cd Desktop
seth@Kelley-2008:~/Desktop$ chmod +x *.bin
seth@Kelley-2008:~/Desktop$ ./*.bin
*** go through the installer and you're done!
!!!EDIT - 5/03/2009!!!
There seems to be a problem, it loads the units and then it just stops, no error messages
hope somebody finds a solution