|
2010-02-02
, 08:06
|
Posts: 258 |
Thanked: 144 times |
Joined on Oct 2009
@ Edinburgh
|
#12
|
Thanks for the prompt response. I got another error saying cant open vz. After searching online, it seems like the suffix -z is for gzip. Is that automatically installed in xterminal, or do I have to download that.
I apologize if this seems so elementary to you. Like i mentioned, this is my first time doing this, and I love Angry Birds!!!
The Following User Says Thank You to cgarvie For This Useful Post: | ||
|
2010-02-02
, 08:24
|
Posts: 8 |
Thanked: 2 times |
Joined on Feb 2010
|
#13
|
thats ok we all have to start somewhere. Im just a linux fumbler myself
tar xzf /home/user/MyDocs/cag_level_pack.tar.gz
i didnt think the order would matter but it didnt work for me with xfz but is ok with xfz
also you did just save the file direct to your phone. you havent done anything to it like unziped it on a PC. cause if youve unzipped it you could only need to untar it
tar xf /home/user/MyDocs/cag_level_pack.tar
i think
|
2010-02-02
, 08:32
|
Posts: 8 |
Thanked: 3 times |
Joined on Dec 2009
@ Kailua Kona, Hawaii, USA
|
#14
|
Thanks for the prompt response. I got another error saying cant open vz. After searching online, it seems like the suffix -z is for gzip. Is that automatically installed in xterminal, or do I have to download that.
I apologize if this seems so elementary to you. Like i mentioned, this is my first time doing this, and I love Angry Birds!!!
root tar xzvf /home/user/MyDocs/cag_level_pack.tar.gz
root mkdir /home/opt/rovio/angrybirds/data/levels/pack2 cp mypack/* -R /home/opt/rovio/angrybirds/data/levels/pack2
root rm -r mypack
|
2010-02-02
, 08:42
|
Posts: 8 |
Thanked: 2 times |
Joined on Feb 2010
|
#15
|
I am in no way a linux guy, but after experimenting with the order of the switch parameters, I finally got it to extract the files. Try putting the x z v f in this order:
Copy the files in /mypack from the rootCode:root tar xzvf /home/user/MyDocs/cag_level_pack.tar.gz
Remove the directory after it's been copied.Code:root mkdir /home/opt/rovio/angrybirds/data/levels/pack2 cp mypack/* -R /home/opt/rovio/angrybirds/data/levels/pack2
learning as I go!Code:root rm -r mypack
|
2010-02-02
, 11:57
|
Posts: 258 |
Thanked: 144 times |
Joined on Oct 2009
@ Edinburgh
|
#16
|
The Following User Says Thank You to cgarvie For This Useful Post: | ||
|
2010-02-02
, 12:10
|
Posts: 73 |
Thanked: 19 times |
Joined on Jan 2010
@ Germany
|
#17
|
Wow, its amazing what a better named thread can do. We were having about 20 views per level, before i created this thread, and now were nearly at 200views for the latest pack. So big thanks for to teh Admin who sugested i start a new thread.
The Following User Says Thank You to wolfpac72 For This Useful Post: | ||
|
2010-02-02
, 12:47
|
Posts: 258 |
Thanked: 144 times |
Joined on Oct 2009
@ Edinburgh
|
#18
|
Its brilliant I agree so are the Levels
I just have one issue in Level 7 I only see one pig and I kill it but then I can not finish the Level
It shows me Level not finished.
What do I wrong?
BR
Wolfpac
The Following 2 Users Say Thank You to cgarvie For This Useful Post: | ||
|
2010-02-02
, 13:07
|
Posts: 73 |
Thanked: 19 times |
Joined on Jan 2010
@ Germany
|
#19
|
:-)
yeah that is a puzzle isnt it :-)
and the piggy thats there isway to easy to kill to be the whole level.
plus if you look at the level name (always a good idea with my levels)
you will see its Called "Oh Piggy Where art thou"
dont want to spoil it just yet. But if you fail to complete it after some more attempts and a little thought.
Give me a shout.
The Following User Says Thank You to wolfpac72 For This Useful Post: | ||
|
2010-02-02
, 15:38
|
Posts: 94 |
Thanked: 17 times |
Joined on Jan 2010
|
#20
|
I apologize if this seems so elementary to you. Like i mentioned, this is my first time doing this, and I love Angry Birds!!!