[Almost finished] Animated Title Screen

● ARCHIVED · READ-ONLY
Started by RocketKnight 14 posts View original ↗
  1. Sooo sunday i (try)started a animated title screen based on this tutorial.
    But i don't know how to add characters on screen.
    The concept was:
    Spoiler
    Z4u92Il.png
    _wip__dorothy_walk_cycle_by_gomesrocket-dc6zpfx.gif
    See the code here.
    The result i got: Test.png
    I try make the layers responsives, but they didn't fit (the layer 2 was resized on photoshop), they both move so it's a winning point

    Could someone help me?
  2. Technical details about the characters:
    BBR_TITLESCREEN_Characters.PNG
    _wip__dorothy_walk_cycle_by_gomesrocket-dc6zpfx.gif
  3. [bump]RocketKnight[/bump]

    I debated about moving this to Javascript/Plugin Support. I'll leave it here for the time being, but it might have to get moved at some point.
  4. Those character designs are absolutely fantastic! Being as detailed as they are though your going to need more than a 3 frame walk cycle for it to look good. I would recommend doing this as a video and using that as the title screen background instead of doing it in engine. I think I found a plugin for working that way on google a while back during my travels.
  5. vT9pzuV.jpg

    get it?
  6. @gstv87 Kinda, but how i code this?
  7. Update: i solve the problem, one of them, with showing the characters, i just a child into the scene_title instead of scenefield (where i put the background).
    _wip__bbr_main_title_by_gomesrocket-dc7mfrr.png
    Idk how animate the characters, so they are static for now.​
  8. Found a plugin "TitleAnimation.js" from this website: http://makonet.sakura.ne.jp/rpg_tkool/
    Note: website is Japanese, here's a rough translation about plugin parameters in Spoiler.

    Edit: My bad, this is for single layer animation of title screen. Not multiple layers.

    Parameter English Translation
    Code:
     * @plugindesc Animation for title screen
     * @author こま (Top)
     *
     * @param name
     * @desc What's the name of the image frame (name other than file name number)
     * @default
     *
     * @param pattern
     * @desc Number of image/ frames used for the animation
     * @default 0
     *
     * @param x
     * @desc x coordinate of animated image position
     * @default 0
     *
     * @param y
     * @desc y coordinate of animated image position
     * @default 0
     *
     * @param wait
     * @desc How long is the interval between animated image.
     * (default estimated about: 0.0166 per frame)
     * @default 1
     *
     * @param loop
     * @desc Whether animated is allowed to loop or not.
     * (Loop:1、No Loop:0)
     * @default 1
     *
     * @help
     * Put the images where you want to animate in "titles1" folder
     * Be sure to include "3 digit number" at the end of the image file name
     * Please make the first frame start with a number "000"
     * (Example: image_000.png, image_001.png, image_002.png)
     *
     * Please input a "part other than number" of image file from the parameter 'name'
     * (Example: for image_000.png, enter "image_")
     *
     * Enter the number of images you want to animate in the 'pattern' parameter.
     * (Example: to animate image_000.png ~ image_009.png, enter "10")
     *
     * Note: There's no plugin command for this plugin

    Terms of Use-
    Can be use for Commercial and Non-commercial projects.
    Credit "Top" or linking back to the website is optional.
    Redistributing the script and secondary distribution is not OK.
  9. Thank you @tale will check.
    EDIT:
    It doesn't fit for me. Sorry. Why? It just one picture, also. i friend of mine did the exact thing trying to help me.
  10. @RocketKnight It can be use more than one pictures to make an animation with this plugin. If you're planning on using more than one character, you can combine them into one frame and create movement separately with other pictures. (not all in one picture)
  11. Sorry that is just bad.
  12. @RocketKnight Good luck with achieving multiple layers animation.

    Edit: I realized you're looking a plugin that does multiple layers for animation, I'm sorry for the misunderstanding.