![]() |
2011-08-09
, 08:59
|
Posts: 241 |
Thanked: 69 times |
Joined on Dec 2009
@ Germany
|
#22
|
![]() |
2011-08-09
, 09:01
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#23
|
The Following User Says Thank You to szopin For This Useful Post: | ||
![]() |
2011-08-09
, 15:50
|
Posts: 91 |
Thanked: 16 times |
Joined on Mar 2011
|
#24
|
1. Download zod_linux-2011-07-07.tar.gz from http://sourceforge.net/projects/zod/...inux_releases/ and my file to MyDocs
2. Run xterm then:
cd MyDocs
tar -xzvf zod_linux-2011-07-07.tar.gz
sudo mkdir /opt/zod
sudo mv zod.tar.gz /opt/zod
cd /opt/zod
sudo tar -xzvf zod.tar.gz
sudo ln -s /home/user/MyDocs/zod_engine/assets .
sudo cp /home/user/MyDocs/zod_engine/*.map .
sudo cp /home/user/MyDocs/zod_engine/*.txt .
You should now be able to run the game from /opt/zod directory.
For a shortcut you would need to create a .desktop file that would run .sh file that would run one of the commands described in previous posts (fullscreen/windowed).
![]() |
2011-08-09
, 16:42
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#25
|
The Following User Says Thank You to szopin For This Useful Post: | ||
![]() |
2011-08-09
, 17:27
|
Posts: 91 |
Thanked: 16 times |
Joined on Mar 2011
|
#26
|
It can be found here: http://www.megaupload.com/?d=2HRKTVJX
![]() |
2011-08-09
, 17:31
|
Posts: 33 |
Thanked: 5 times |
Joined on Feb 2011
|
#27
|
![]() |
2011-08-09
, 17:36
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#28
|
![]() |
2011-08-09
, 17:47
|
Posts: 33 |
Thanked: 5 times |
Joined on Feb 2011
|
#29
|
![]() |
2011-08-09
, 17:50
|
Posts: 91 |
Thanked: 16 times |
Joined on Mar 2011
|
#30
|
If you extract zod.tar.gz to /opt/zod it should already be executable. 'sudo chmod +x zod' in any case and run with:
./zod -l map_list.txt -n zlover -t red -b blue -r 800x480
for fullscreen or
./zod -l map_list.txt -n zlover -t red -b blue -r 800x400 -w
for windowed mode. Removing '-b blue' will start the game with no AI so you can get accustomed to the interface.
/opt/zod # ./zod -l map_list.txt -n zlover -t red -b blue -r 800x480 ./zod: /usr/libstdc++.so.6: version 'CXXABI_ARM_1.3.3' not found (requested by ./zod)
Any help or tutorial how to install this game. I downloaded and installed zod_engine_installer-2011-07-07.exe and there are maps, sprites, sounds and other files. So tell me, where I should copy them and how to make shortcut to this game?