- extract the zip to where you want the game to be.
- open a terminal and navigate into that folder.
- execute the following command:
Code:
chmod +x ./wop.i386
- then click on that file
Explanation:
The unified zip needs no "installation" it is ready to go from where ever you unzip to. The files are by default not executable when coming from the zip. So, "chmod +x the_file_here" makes this particular file executable for the current user. Then invoking it via ./wop.i386 or by clicking it in a desktop environment will run the file.
Advice:
Get the
1.5.1 hotfix to avoid crashing when hosting local games with bots and issues with the sad end of the graphics card scale.