maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   [Suggestion] Port the old game Z or Zed (https://talk.maemo.org/showthread.php?t=70211)

Necrofenser 2011-08-09 07:59

Re: [Suggestion] Port the old game Z or Zed
 
It looks great! But I can't figure out how to install tar.gz files xD
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?

raily 2011-08-09 08:59

Re: [Suggestion] Port the old game Z or Zed
 
The screenshots look very promising. I can't figure out how to install it either :(

szopin 2011-08-09 09:01

Re: [Suggestion] Port the old game Z or Zed
 
1. Download zod_linux-2011-07-07.tar.gz from http://sourceforge.net/projects/zod/...inux_releases/ and my file (http://www.megaupload.com/?d=2HRKTVJX) 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).

sudarsan_avs 2011-08-09 15:50

Re: [Suggestion] Port the old game Z or Zed
 
Quote:

Originally Posted by szopin (Post 1066458)
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).

First - Thanks for the steps...

I am struck in "sudo mv zod.tar.gz /opt/zod" step

"zod.tar.gz" No such file or directory

After executing tar -xzvf zod_linux-2011-07-07.tar.gz, I can see one directory zod_engine but cannot fins zod.tar.gz.

Also please let me know how to run the game, I cannot find any sh files.

Please help, thanks in advance!!

szopin 2011-08-09 16:42

Re: [Suggestion] Port the old game Z or Zed
 
It can be found here: http://www.megaupload.com/?d=2HRKTVJX

sudarsan_avs 2011-08-09 17:27

Re: [Suggestion] Port the old game Z or Zed
 
Quote:

Originally Posted by szopin (Post 1066687)

Thanks, can please tell me how to run the game, I cannot find any sh files.

niko3d 2011-08-09 17:31

Re: [Suggestion] Port the old game Z or Zed
 
ah i loved this game :) But i cant seem to launch using the specified command. do we need to make the zod file executable?
cheers
nick

szopin 2011-08-09 17:36

Re: [Suggestion] Port the old game Z or Zed
 
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.

niko3d 2011-08-09 17:47

Re: [Suggestion] Port the old game Z or Zed
 
yup the permissions where wrong i think... im getting this error now not sure how to solve this.

/usr/lib/libstdc++.so.6: version `CXXABI_ARM_1.3.3' not found (required by ./zod)

cheers
nick

sudarsan_avs 2011-08-09 17:50

Re: [Suggestion] Port the old game Z or Zed
 
Quote:

Originally Posted by szopin (Post 1066717)
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.

I tried executing the below command, but it returned the bellow message, pls help!!

Code:

/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)



All times are GMT. The time now is 22:06.

vBulletin® Version 3.8.8