Notices


Reply
Thread Tools
Posts: 8 | Thanked: 4 times | Joined on Dec 2010
#261
Ok I done all that but still got 1 problem I play angry birds go on first back press level 1 then it plays the sense and then it loads then the game closes why? Help please
 
Posts: 135 | Thanked: 151 times | Joined on Dec 2009 @ Slovakia/Bratislava
#262
can you post the level and your game version?
 
Posts: 8 | Thanked: 4 times | Joined on Dec 2010
#263
and my angry birds is v.1.5.1.1
Attached Files
File Type: zip my level1 i created.zip (4.2 KB, 273 views)
 

The Following User Says Thank You to romeocvromaeo For This Useful Post:
Posts: 135 | Thanked: 151 times | Joined on Dec 2009 @ Slovakia/Bratislava
#264
you have garbage on the last line of the level, delete whole line.
then test again.
 
Posts: 1 | Thanked: 0 times | Joined on Mar 2011
#265
Hey maybe you guys can help me out.

I am having trouble finding the files on my phone where you say it should be.

I dont see a /home directory, or an /opt directory. I can find the lua files inside the apk. But once I install the apk, they arent anywhere I can find.

Does this method only work for the computer version? Or the iPhone version?

I am using an android phone. Can anyone help me find the level files to replace?


Also, I have tried replacing the level files in the apk, and signing the app and installing it, but that doesnt work. It just FCs.
 
Posts: 135 | Thanked: 151 times | Joined on Dec 2009 @ Slovakia/Bratislava
#266
I guess you will need to run a terminal
and type:
Code:
find / -name "Level1.lua"
levels should be playable on any platform, but iPhone.
 

The Following User Says Thank You to forcer For This Useful Post:
Posts: 105 | Thanked: 99 times | Joined on Feb 2011 @ India
#267
Is there any community created level packs?
 
Posts: 135 | Thanked: 151 times | Joined on Dec 2009 @ Slovakia/Bratislava
#268
Originally Posted by niloy View Post
Is there any community created level packs?
http://talk.maemo.org/showthread.php?t=42999
 

The Following User Says Thank You to forcer For This Useful Post:
Posts: 4 | Thanked: 1 time | Joined on May 2011
#269
Hello!

Thanks for that great Editor, i am very happy.

But how can i replace several Levels in the folder "pack1" so we can play levels in immediate succession?

I play and create Levels in the Windows PC-Game and i be only abel to replace Level1.lua.

Greetings from Germany.
 
Posts: 135 | Thanked: 151 times | Joined on Dec 2009 @ Slovakia/Bratislava
#270
Here is order of all levels:
Code:
2   4        ; "Level1"
3   30       ; "Level57"
4   31       ; "Level53"
5   32       ; "Level3"
6   33       ; "Level6"
7   5        ; "Level2"
8   34       ; "Level4"
9   35       ; "Level5"
10  6        ; "Level7"
11  36       ; "Level8"
12  37       ; "Level9"
13  7        ; "Level13"
14  38       ; "Level10"
15  39       ; "Level39"
16  40       ; "Level12"
17  41       ; "Level15"
18  8        ; "Level17"
19  42       ; "Level14"
20  9        ; "Level16"
21  43       ; "Level23"
22  44       ; "Level44"
2   45       ; "Level52"
3   46       ; "Level34"
4   47       ; "Level42"
5   48       ; "Level24"
6   49       ; "Level88"
7   50       ; "Level36"
8   51       ; "Level31"
9   52       ; "Level21"
10  53       ; "Level41"
11  54       ; "Level76"
12  55       ; "Level38"
13  56       ; "Level35"
14  57       ; "Level20"
15  58       ; "Level26"
16  59       ; "Level66"
17  60       ; "Level85"
18  61       ; "Level27"
19  62       ; "Level32"
20  63       ; "Level72"
21  64       ; "Level90"
22  65       ; "Level96"
2   66       ; "Level43"
3   67       ; "Level77"
4   68       ; "Level28"
5   69       ; "Level29"
6   70       ; "Level87"
7   71       ; "Level18"
8   72       ; "Level91"
9   73       ; "Level49"
10  74       ; "Level45"
11  75       ; "Level75"
12  76       ; "Level51"
13  77       ; "Level30"
14  78       ; "Level79"
15  79       ; "Level40"
16  80       ; "Level59"
17  81       ; "Level58"
18  82       ; "Level95"
19  83       ; "Level82"
20  84       ; "Level22"
21  85       ; "Level89"
22  86       ; "Level81"
2   87       ; "LevelP2_103"
3   88       ; "LevelP2_91"
4   89       ; "LevelP2_65"
5   90       ; "LevelP2_96"
6   91       ; "LevelP2_69"
7   92       ; "LevelP2_88"
8   93       ; "LevelP2_64"
9   94       ; "LevelP2_80"
10  95       ; "LevelP2_108"
11  96       ; "LevelP2_85"
12  97       ; "LevelP2_82"
13  98       ; "LevelP2_66"
14  99       ; "LevelP2_104"
15  100      ; "LevelP2_210"
16  101      ; "LevelP2_83"
17  102      ; "LevelP2_79"
18  103      ; "LevelP2_77"
19  104      ; "LevelP2_114"
20  105      ; "LevelP2_81"
21  106      ; "LevelP2_68"
22  107      ; "LevelP2_95"
2   108      ; "LevelP2_78"
3   109      ; "LevelP2_100"
4   110      ; "LevelP2_92"
5   111      ; "LevelP2_94"
6   112      ; "LevelP2_89"
7   113      ; "LevelP2_73"
8   114      ; "LevelP2_76"
9   115      ; "LevelP2_122"
10  116      ; "LevelP2_99"
11  117      ; "LevelP2_84"
12  118      ; "LevelP2_86"
13  119      ; "LevelP2_74"
14  120      ; "LevelP2_115"
15  121      ; "LevelP2_98"
16  122      ; "LevelP2_71"
17  123      ; "LevelP2_72"
18  124      ; "LevelP2_87"
19  125      ; "LevelP2_93"
20  126      ; "LevelP2_67"
21  127      ; "LevelP2_97"
22  128      ; "LevelP2_90"
2   129      ; "LevelGE_4"
3   130      ; "LevelGE_3"
4   131      ; "LevelGE_2"
5   132      ; "LevelGE_1"
6   133      ; "LevelGE_5"
7   134      ; "LevelGE_6"
8   135      ; "LevelGE_7"
9   136      ; "LevelGE_8"
10  137      ; "LevelGE_9"
11  138      ; "LevelGE_10"
12  139      ; "LevelGE_11"
13  140      ; "LevelGE_14"
14  140      ; "LevelGE_14"
15  141      ; "LevelGE_15"
2   142      ; "LevelP3_212"
3   143      ; "LevelP3_134"
4   144      ; "LevelP3_162"
5   145      ; "LevelP3_271"
6   146      ; "LevelP3_224"
7   147      ; "LevelP3_253"
8   148      ; "LevelP3_225"
9   149      ; "LevelP3_232"
10  150      ; "LevelP3_150"
11  151      ; "LevelP3_211"
12  152      ; "LevelP3_223"
13  153      ; "LevelP3_226"
14  154      ; "LevelP3_215"
15  155      ; "LevelP3_220"
16  156      ; "LevelP3_231"
2   157      ; "LevelP3_166"
3   158      ; "LevelP3_237"
4   159      ; "LevelP3_216"
5   160      ; "LevelP3_298"
6   161      ; "LevelP3_303"
7   162      ; "LevelP3_214"
8   163      ; "LevelP3_159"
9   164      ; "LevelP3_164"
10  165      ; "LevelP3_299"
11  166      ; "LevelP3_302"
12  167      ; "LevelP3_219"
13  168      ; "LevelP3_163"
14  169      ; "LevelP3_160"
15  170      ; "LevelP3_161"
16  171      ; "LevelP3_304"
2   172      ; "LevelP3_297"
3   173      ; "LevelP3_221"
4   174      ; "LevelP3_306"
5   175      ; "LevelP3_301"
6   176      ; "LevelP3_312"
7   177      ; "LevelP3_309"
8   178      ; "LevelP3_168"
9   179      ; "LevelP3_311"
10  180      ; "LevelP3_308"
11  181      ; "LevelP3_310"
12  182      ; "LevelP3_217"
13  183      ; "LevelP3_307"
14  184      ; "LevelP3_296"
15  185      ; "LevelP3_149"
16  186      ; "LevelP3_313"
2   187      ; "LevelP4_421"
3   188      ; "LevelP4_423"
4   189      ; "LevelP4_424"
5   190      ; "LevelP4_425"
6   191      ; "LevelP4_426"
7   192      ; "LevelP4_427"
8   193      ; "LevelP4_428"
9   194      ; "LevelP4_429"
10  195      ; "LevelP4_431"
11  196      ; "LevelP4_432"
12  197      ; "LevelP4_433"
13  198      ; "LevelP4_436"
14  199      ; "LevelP4_439"
15  200      ; "LevelP4_440"
16  201      ; "LevelP4_441"
2   202      ; "LevelP4_442"
3   203      ; "LevelP4_443"
4   204      ; "LevelP4_444"
5   205      ; "LevelP4_445"
6   206      ; "LevelP4_448"
7   207      ; "LevelP4_449"
8   208      ; "LevelP4_451"
9   209      ; "LevelP4_452"
10  210      ; "LevelP4_453"
11  211      ; "LevelP4_454"
12  212      ; "LevelP4_455"
13  213      ; "LevelP4_457"
14  214      ; "LevelP4_458"
15  215      ; "LevelP4_459"
16  216      ; "LevelP4_462"
2   217      ; "LevelP4_463"
3   218      ; "LevelP4_464"
4   219      ; "LevelP4_465"
5   220      ; "LevelP4_466"
6   221      ; "LevelP4_467"
7   222      ; "LevelP4_468"
8   223      ; "LevelP4_469"
9   224      ; "LevelP4_470"
10  225      ; "LevelP4_471"
11  226      ; "LevelP4_472"
12  227      ; "LevelP4_473"
13  228      ; "LevelP4_474"
14  229      ; "LevelP4_475"
15  230      ; "LevelP4_477"
16  231      ; "LevelP4_478"
 

The Following User Says Thank You to forcer For This Useful Post:
Reply

Tags
angry birds, level editor

Thread Tools

 
Forum Jump


All times are GMT. The time now is 13:33.