• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Pokemon Black and White Dynamic Camera Movement System Help

Dylanrockin

That guy
  • 275
    Posts
    14
    Years
    • Seen Jun 9, 2016
    I was wondering how you would go about making the "Dynamic Camera System" that Pokemon Black and White use. I am asking this because in the Pokemon Chrome videos you can see that it using the Dynamic Camera system where the camera focuses on the Pokemon being attacked; and vice-versa.
     
    Well... Luka will more than likely will not tell you how, but it looks like it is a simple feature if you know how to interpret the battle system and add little fixes.
     
    Well... Luka will more than likely will not tell you how, but it looks like it is a simple feature if you know how to interpret the battle system and add little fixes.

    I wasn't necessarily going to "copy, paste" it, I was more or less trying to figure out how exactly you go about making it.
     
    I wasn't necessarily going to "copy, paste" it, I was more or less trying to figure out how exactly you go about making it.

    Oh that's very simple, basically, you firstly learn how to code if you haven't done so already, then you need to figure out where every call on the battle system is, such as enemy and player base images, pokemon, trainer sprites and what not. Then you would have to mess around with sprite zooms when you've created some method to count a set amount of frames before the 'idle' movement appears. You'd also need to find all the defs where each battle function is made up of, including custom sections for when you want to show a battle animation.
     
    Back
    Top