More Epic and Smoother Battle Sprite

Brainstorm ideas of possible additions to the game. Read this before posting!

Moderator: Forum Moderators

Forum rules
Before posting a new idea, you must read the following:
Post Reply
User avatar
SkyRZ5
Posts: 30
Joined: December 18th, 2015, 9:53 pm
Location: Arkan-thoria

More Epic and Smoother Battle Sprite

Post by SkyRZ5 »

Hey guys

I don't know if i'm asking in the right place or not (sorry i'm new in this forum)

Is the attack frame really has to be 4-6 frame? can we make it more smoother by add more than 6 frame?
Cause i'm thinking of making more smoother fighting animation.

I think that will be really cool but if the problem is the engine then its okay :)
What should i write down here? ¯\_(ツ)_/¯
Sky Sprite Art Thread!
Sky Story Art Thread!
User avatar
ForestDragon
Posts: 1770
Joined: March 6th, 2014, 1:32 pm
Location: Ukraine

Re: More Epic and Smoother Battle Sprite

Post by ForestDragon »

SkyRZ5 wrote:Hey guys

I don't know if i'm asking in the right place or not (sorry i'm new in this forum)

Is the attack frame really has to be 4-6 frame? can we make it more smoother by add more than 6 frame?
Cause i'm thinking of making more smoother fighting animation.

I think that will be really cool but if the problem is the engine then its okay :)
the engine doesn't actually limit any amount of frames, look at the horseman's attack animation for example:

Code: Select all

    [attack_anim]
        [filter_attack]
            name=spear
        [/filter_attack]

        start_time=-400
        sound_start_time=-400
        offset=0.0~0.3:300,0.3~0.45:210,0.45~0.0:420

        [sound_frame]
            sound=horse-canter.wav
        [/sound_frame]

        [if]
            direction=n
            [frame]
                image="units/human-loyalists/horseman/horseman-n-attack[1~12].png:[100*3,70*9]"
            [/frame]
        [/if]
        [else]
            direction=nw,ne
            [frame]
                image="units/human-loyalists/horseman/horseman-ne-attack[1~12].png:[100*3,70*9]"
            [/frame]
        [/else]
        [else]
            direction=sw,se
            [frame]
                image="units/human-loyalists/horseman/horseman-se-attack[1~12].png:[100*3,70*9]"
            [/frame]
        [/else]
        [else]
            direction=s
            [frame]
                image="units/human-loyalists/horseman/horseman-s-attack[1~12].png:[100*3,70*9]"
            [/frame]
        [/else]

        {SOUND:HIT_AND_MISS spear.ogg {SOUND_LIST:MISS} -100}
    [/attack_anim]
note: using [1~<insert any number>] isn't mandatory for large animations, but i helps to prevent the file from being super long
My active add-ons: The Great Steppe Era,XP Bank,Alliances Mod,Pestilence,GSE+EoMa,Ogre Crusaders,Battle Royale,EoMaifier,Steppeifier,Hardcoreifier
My inactive add-ons (1.12): Tale of Alan, The Golden Age
Co-creator of Era of Magic
User avatar
SkyRZ5
Posts: 30
Joined: December 18th, 2015, 9:53 pm
Location: Arkan-thoria

Re: More Epic and Smoother Battle Sprite

Post by SkyRZ5 »

Ah i see... then that mean there is no limit in the art sprite? how about animation for big sprite like fire dragon?
What should i write down here? ¯\_(ツ)_/¯
Sky Sprite Art Thread!
Sky Story Art Thread!
User avatar
ForestDragon
Posts: 1770
Joined: March 6th, 2014, 1:32 pm
Location: Ukraine

Re: More Epic and Smoother Battle Sprite

Post by ForestDragon »

SkyRZ5 wrote:Ah i see... then that mean there is no limit in the art sprite? how about animation for big sprite like fire dragon?
no limit either
My active add-ons: The Great Steppe Era,XP Bank,Alliances Mod,Pestilence,GSE+EoMa,Ogre Crusaders,Battle Royale,EoMaifier,Steppeifier,Hardcoreifier
My inactive add-ons (1.12): Tale of Alan, The Golden Age
Co-creator of Era of Magic
User avatar
SkyRZ5
Posts: 30
Joined: December 18th, 2015, 9:53 pm
Location: Arkan-thoria

Re: More Epic and Smoother Battle Sprite

Post by SkyRZ5 »

ForestDragon wrote:
SkyRZ5 wrote:Ah i see... then that mean there is no limit in the art sprite? how about animation for big sprite like fire dragon?
no limit either
Okay thanks
What should i write down here? ¯\_(ツ)_/¯
Sky Sprite Art Thread!
Sky Story Art Thread!
User avatar
ForestDragon
Posts: 1770
Joined: March 6th, 2014, 1:32 pm
Location: Ukraine

Re: More Epic and Smoother Battle Sprite

Post by ForestDragon »

SkyRZ5 wrote:Okay thanks
if you have questions, feel free to ask me, either on this thread, or by PM (Personal Message) i actually like helping newcomers
My active add-ons: The Great Steppe Era,XP Bank,Alliances Mod,Pestilence,GSE+EoMa,Ogre Crusaders,Battle Royale,EoMaifier,Steppeifier,Hardcoreifier
My inactive add-ons (1.12): Tale of Alan, The Golden Age
Co-creator of Era of Magic
User avatar
GunChleoc
Translator
Posts: 506
Joined: September 28th, 2012, 7:35 am
Contact:

Re: More Epic and Smoother Battle Sprite

Post by GunChleoc »

If you know how to do pixel art, there are still some animations completely missing - maybe you can help with those before working on improving the existing ones?

viewtopic.php?f=9&t=43345
User avatar
SkyRZ5
Posts: 30
Joined: December 18th, 2015, 9:53 pm
Location: Arkan-thoria

Re: More Epic and Smoother Battle Sprite

Post by SkyRZ5 »

GunChleoc wrote:If you know how to do pixel art, there are still some animations completely missing - maybe you can help with those before working on improving the existing ones?

viewtopic.php?f=9&t=43345
Okay
What should i write down here? ¯\_(ツ)_/¯
Sky Sprite Art Thread!
Sky Story Art Thread!
User avatar
The_Gnat
Posts: 2217
Joined: October 10th, 2016, 3:06 am
Contact:

Re: More Epic and Smoother Battle Sprite

Post by The_Gnat »

For example War of the Gods has some really awesome dragon animations, if you are interested in creating new animations that would be great!
User avatar
SkyRZ5
Posts: 30
Joined: December 18th, 2015, 9:53 pm
Location: Arkan-thoria

Re: More Epic and Smoother Battle Sprite

Post by SkyRZ5 »

The_Gnat wrote:For example War of the Gods has some really awesome dragon animations, if you are interested in creating new animations that would be great!
Im very interested :D
Where can i found the "War of the Gods" Post or Add-ons?
What should i write down here? ¯\_(ツ)_/¯
Sky Sprite Art Thread!
Sky Story Art Thread!
User avatar
The_Gnat
Posts: 2217
Joined: October 10th, 2016, 3:06 am
Contact:

Re: More Epic and Smoother Battle Sprite

Post by The_Gnat »

SkyRZ5 wrote:
The_Gnat wrote:For example War of the Gods has some really awesome dragon animations, if you are interested in creating new animations that would be great!
Im very interested :D
Where can i found the "War of the Gods" Post or Add-ons?
It is an add-on on the battle for wesnoth add-on website but can also be downloaded in game by clicking the add-ons button and searching for war of the gods.

Here is a gif of the awesome ancient dragon with over 500 animations!! :D
ancient-dragon.gif
ancient-dragon.gif (5.85 MiB) Viewed 5028 times
User avatar
SkyRZ5
Posts: 30
Joined: December 18th, 2015, 9:53 pm
Location: Arkan-thoria

Re: More Epic and Smoother Battle Sprite

Post by SkyRZ5 »

Okay that's amazing, really :D
What should i write down here? ¯\_(ツ)_/¯
Sky Sprite Art Thread!
Sky Story Art Thread!
Post Reply