Notices


Reply
Thread Tools
Posts: 3 | Thanked: 0 times | Joined on Nov 2011
#331
Originally Posted by Russell8a View Post
Hello guys!

I just found this thread! I wish I saw this sooner! Anyways me and some friends created a game. We call it Pig Avengers and it has a level builder just like the one you guys were doing.

www.pigavengers.com

You basically build your level and save it and it goes to your phone.

check it out and tell me what you think.
I checked out this editor on the pigavengers site, and it looks pretty cool. I tried to download the app for my iPhone though and it was unable to be found in the app store. Their site states that it is available through iTunes app store though. Any clues where I can get it for iPhone?

Thanks
 
Posts: 7 | Thanked: 0 times | Joined on Nov 2011
#332
Its not in the app store yet. We are finishing/changing some things.
If anyone wants to test it let me know.

support@giraffon.com
 
Posts: 3 | Thanked: 0 times | Joined on Nov 2011
#333
Originally Posted by Russell8a View Post
Its not in the app store yet. We are finishing/changing some things.
If anyone wants to test it let me know.

support@giraffon.com
Sure, I'd love to test it out. Please tell me where to go to download the beta.

Thanks
 
Posts: 2 | Thanked: 0 times | Joined on Dec 2011 @ las vegas
#334
sorry, but the site has done something. Is there any alternate site?
 
Posts: 2 | Thanked: 0 times | Joined on Dec 2011 @ las vegas
#335
on level 2-2 ( poached eggs) destroy the beach ball to get a golden egg
 
Posts: 1 | Thanked: 0 times | Joined on Jan 2012
#336
Originally Posted by zehjotkah View Post
Here is the How-To for installing custom levelpacks for Angry Birds.
Please only do this, if you don't have the official levelpacks installed, because these custom ones will overwrite your bought LevelPacks! For Rovio (the developber of Angry Birds) it is okay if you install custom levelpacks.
If you haven't seen the video yet, here it is again:

http://www.youtube.com/watch?v=NcSLjVvIMbU

First you have to download this file. If you use Windows, then use WinRAR to unpack the file. If you've downloaded the file directly to your N900 you can also unpack it there.
Type in the following:
Code:
root
tar xfz /home/user/MyDocs/cag_level_pack.tar.gz
You will get a mypack folder. Copy this folder to the internal memory of the N900 if you unpacked in windows. Then open X-Terminal (you will need rootsh, as every time) on the N900 an type in the following:
Code:
root
mkdir /home/opt/rovio/angrybirds/data/levels/pack2
cp /home/user/MyDocs/mypack/* -R /home/opt/rovio/angrybirds/data/levels/pack2
That was all! Easy, isn't it? Now you can start Angry Birds and play the new levels.
Thanks to Rovio for this game, and thanks to cgarvie for this levelpack, and all his effort!

Have fun!

edit: it seems that youtube has disabled my subtitle file... now it works... strage
SORRY FOR FOR ASKING VERY EASY QUESTION, PLEASE HELP ME FOR THE STEP BY STEP PROCESS OF LEVELS INSTALLATION. I HAVE DOWNLOADED THE FILES VIA PHONE AND VIA WINDOWS BUT I'M UNABLE TO EXECUTE IT ON PHONE'S X-TERMINAL. Can you please help me for easy wizard.
 
Posts: 1 | Thanked: 0 times | Joined on Jan 2012 @ Dordrecht, Netherlands
#337
Originally Posted by stobbsc View Post
HI guys,

How do I convert these new levels or my levels to LUA files.

Or can I simple just chagne the file type?
I'm trying to make my own levels in note pad, and then am I correct in saying I just need to say for example back up level1.lua and replace with my Level.lua file?

Thanks
Chris
Hello guys,

I'm dealing with the same question at the moment. You're all so smart and I read the conversations and try to make it work, but it doesn't... It would be so awesome if I could play my own levels!!!!!

I play Angry Birds at my pc and as app in Google Chrome. I watched the video of how to create the level > copy paste the codes into wordpad and by doing so I'm replacing the Level1.lua file. Than I start Angry Birds level 1 but the following error appears.

Could one of you help me or explain to me what I do wrong? Thanks in advance!
Attached Images
 
Attached Files
File Type: zip Level1.zip (5.3 KB, 185 views)
 
Posts: 2 | Thanked: 0 times | Joined on Jan 2012 @ USA
#338
I think what Rovio has done with Angry Birds is amazing. I really think the secret to their success has more to do with their marketing campaigns. I love the game, I don't mean that the game isn't good, I just mean that the game really took off due to a great marketing strategy. I love the game, and especially think it's super that you can now play it on your computer!!
 
Posts: 2 | Thanked: 1 time | Joined on Aug 2011
#339
Originally Posted by forcer View Post
editor can work stand-alone, send me a mail if you want to use it.
Can you please mail it to me at vik17(at)rediffmail.com
I will try to create artwork you want.
 
Posts: 135 | Thanked: 151 times | Joined on Dec 2009 @ Slovakia/Bratislava
#340
here is quick how-to to decompile PC version(2.0.2 tested) of angry birds levels - works on PC demo as well:
(big thanks to Scott)
you will need: openssl: http://downloads.sourceforge.net/gnu...8h-1-setup.exe
lua + describe.lua: http://acme.badboll.nu/able/lua.rar

1) Decrypt:
Code:
openssl enc -aes-256-cbc -d -K 55534361505170413454534E56784D49317639534B39554330795A75416E6232 -iv 0 -in Level1.lua -out Level1.lua.dec
2) decompile level:
Code:
lua describe.lua Level1.lua.dec > Level1.lua.dec.txt
3) edit the level + save
4) Re-encrypt the level:
Code:
openssl enc -aes-256-cbc -e -K 55534361505170413454534E56784D49317639534B39554330795A75416E6232 -iv 0 -in Level1.lua.dec.txt -out Level1.lua
5) you are done.. you can play your edited level.

here are more encryption keys for more PC versions of the game:

Angry Birds
Code:
55534361505170413454534E56784D49317639534B39554330795A75416E6232
Angry Birds Rio
Code:
55534361505170413454534E56784D49317639534B39554330795A75416E6232
Angry Birds Seasons
Code:
7A65506865737435666151755832533241707265403472654368417445765574
Angry Birds Space
Code:
526D67645A304A656E4C466757776B5976434C326C5361684662456846656334

Last edited by forcer; 2012-05-10 at 19:22.
 
Reply

Tags
angry birds, level editor

Thread Tools

 
Forum Jump


All times are GMT. The time now is 04:58.