samedi 22 février 2014

Prompt [HOW-TO]Flappy Mods | Make your own Flappy Bird

Prompt [HOW-TO]Flappy Mods | Make your own Flappy Bir


  1. Portal Post
  2. We all know FlappyBird that super irritating bird crashing into every obstacle it sees. Since FlappyDoge was released I am sure some of you decompiled that apk and snooped around a bit. I made this thread for the less advance users who haven’t had the guts to do that! Think how cool it would be to show your friends your version of Flappy____ that has your face on it! 
  3. I’ve created some elements in Photoshop ( and attached the psd’s ) so that you find editing the game even easier.
  4. Here is an example I quickly did ( Really quickly :P ) :

  5. Tutorial: 
  6. 1. Decompile:
  1. First off download the original FlappyBird Here
  2. Then decompile it with this tutorial
  3.  
  4. Code:
  5. C:\Path to apktool>apktool d Original FlappyBird.apk workspace
  6. 2. Graphics:
  7. Now we get to the actual modding, download my zip here. In there is a font folder, open that up and install the font.
  8. Unzip then navigate to assets/gfx - This folder contains most of the Graphic elements of FlappyBird. ( The birds, Buttons, Score etc. )
  9. In there is two files, a psd and png, open the atlas.psd in Photoshopand edit away, I categorized the parts already.Note:- If you don’t havePhotoshop, you can edit the png, it will be a little bit harder though.
  10. Copy the “atlas.png” to the assets/gfx of the decompiled apk.

  11. 3. Splash:
  12. In my Zip, navigate to drawable - Once again there is a psd and png file, edit as you like.
  13. Copy the “splash.png” to /res/drawable of the decompiled apk.

  14. 4. Icon:
  15. The folders: drawable-640dpi ; drawable-mdpi ; drawable-xhdpi ; drawable-xxhdpi contains different sizes of icons.
  16. Edit them as you like, again there is psds and pngs. - You can easily change the color gradient in Photoshop!
  17. Copy all the ic_launcher.png files to their corresponding folders in the decompiled apps /res directory.

  18. 5. App Name and Others:
  19. In my Zip, navigate to /values in there is a strings.xml open it with your choice of advanced text editor ( e.g. Notepad++ ).
  20. To change the app name, edit the following line:
  21. Code:
  22. <string name="app_name">Flappy Pulse</string>
  23. Then copy the strings.xml to the decompiled apk’s /res/values/ folder.
  24. 6. Recompile & Sign:
  25. Again recompile using My guide.
  26. Code:
  27. C:\Path to apktool>apktool b workspace FlappyExample.apk
  28. Remember to sign your app otherwise it wont’ install! – I always use Zipsigner 
  29. ________________________________
  30. That should do it! Hope you learned some things and had fun, enjoy raging at your own personalized Flappy_____
  31. Thanks to @holabola for indirectly giving me the idea.

Aucun commentaire:

Enregistrer un commentaire

Slider(Do not Edit Here!)