View Single Post
Posts: 8 | Thanked: 3 times | Joined on Dec 2009 @ Kailua Kona, Hawaii, USA
#14
Originally Posted by eyokojc View Post
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!!!
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:

Code:
root
tar xzvf /home/user/MyDocs/cag_level_pack.tar.gz
Copy the files in /mypack from the root

Code:
root
mkdir /home/opt/rovio/angrybirds/data/levels/pack2
cp mypack/* -R /home/opt/rovio/angrybirds/data/levels/pack2
Remove the directory after it's been copied.

Code:
root
rm -r mypack
learning as I go!

Last edited by scottkeen; 2010-02-02 at 08:35.
 

The Following 2 Users Say Thank You to scottkeen For This Useful Post: