Modding

Viewing 9 replies - 776 through 784 (of 784 total)
  • Replies
  • Marsh
    @marshadowslime

    What happened to this thread?

    Athosworld
    @athosworld

    Does somebody know how to decompile Angry Birds 1.6.3 for android?

    Converting the APK file onto a ZIP doesn’t work for images and scripts.

    The images come in a strange raster image format named PVR, I need to convert it to a common image format.

    The LUA scripts are corrupted, they have strange unicode and russian-like characters.

    If someone knows how to successfully decompile it and convert the images to PNG or BMP please let me know.

    Athosworld
    @athosworld

    I only could extract the audio files.

    Halo345
    @halotheangrybird

    planning on making a github project where i will write and post free to use code for any angry birds mod.

    Neotic
    @yold505

    And in the end, what happened to this mod? I love his style and once I grabbed the images and made my own mod but only with the images of the red bird

    I really speak Spanish, I’m using the translator

    Philo
    @philopatir

    Hello , how to make a bird with Custom Ability ?

    PlayStation3IXP
    @ps3ixp

    You can make a bird with custom ability by using the example here.

    if birdSpecialty == “EXAMPLE” then
    local force = boostForce * physicsScale * flyingBird.mass
    local x, y = vNormalize(flyingBird.xVel, flyingBird.yVel)
    applyImpulse( flyingBird.name,
    5 * force,
    -y * force,
    flyingBird.x,
    flyingBird.y )
    addParticles(flyingBird.name, blockTable.blocks[flyingBird.definition].particles, 13)
    _G.res.playAudio(getAudioName(blockTable.blocks[flyingBird.definition].specialSound), 1, false)
    objects.world[flyingBird.name].sprite = “BIRD_YELLOW_SPECIAL”
    setSprite(flyingBird.name, objects.world[flyingBird.name].sprite)
    local lx, ly = physicsToWorldTransform(flyingBird.x, flyingBird.y)
    end

    Halo345
    @halotheangrybird

    this section sure has become something one of a kind of its own hasn’t it

    Mr. Pollo
    @chickenloveryt

    Can agree. I’m surprised there isn’t a separate board for Angry Birds Mods/Modding. Unfortunately, this website isn’t as up-to-date as it used to be, but hopefully that can change once a big project is teased, like a third movie or a collab with a Sega property.

Viewing 9 replies - 776 through 784 (of 784 total)
  • You must be logged in to reply to this topic.