• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

[Custom Feature Question] Fix tiny pokemon

211
Posts
7
Years
    • Seen yesterday
    Hello....i've problem with backsprites pokemon.
    if I'm using EB kit, Pokemon Backsprites so tiny. not like in Nintendo game.
    Please someone help me.
     

    WolfPP

    Spriter/ Pixel Artist
    1,309
    Posts
    5
    Years
  • Hello....i've problem with backsprites pokemon.
    if I'm using EB kit, Pokemon Backsprites so tiny. not like in Nintendo game.
    Please someone help me.

    Take time to read the scripts because Luka (creator of EBS) left several tutorials inside the script.

    Regarding the size of the pokemon:

    Search to 'Elite Battle System (settings)' (use CTRL+SHIFT+F) and find:

    Code:
    # Various config constants used for sprite scaling  
    # used to scale the trainer bitmaps to 200%
    TRAINERSPRITESCALE = 1#2
     
    # used to scale the Pokemon bitmaps to 200%
    POKEMONSPRITESCALE = 2
     
    # used to scale the backsprite for battle perspective (200%)
    BACKSPRITESCALE = 2

    BACKSPRITESCALE for resize your backsprite.
     
    Back
    Top