• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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.

[PBS Question] I want to make the battle graphics and background like Gen 3 instead of Gen 4.

  • 9
    Posts
    10
    Years
    • Seen Aug 10, 2024
    i need to know if that's possible. the overworld and sprites of pokemon essentials is like gen 3. but the battle works and looks like gen 4. is it possible to change it? and if so please tell me how.
     
    You can find a resource with custom graphics for the battle UI, including some that replicate the gen 3 games.
    Game mechanics are defined by your wanted generation on the script editor, the Settings script (it's called MECHANICS_GENERATION).
     
    You can find a resource with custom graphics for the battle UI, including some that replicate the gen 3 games.
    Game mechanics are defined by your wanted generation on the script editor, the Settings script (it's called MECHANICS_GENERATION).

    where can i find the resource and the script for mechanics generations?
     
    The script is already in vanilla essentials. The mechanics generation is a variable at the start of the first script in the pokemon essentials. You can change the number of that variable to a number corresponding to a generation or manually adjust all the configurations in the Settings and Battle Settings (the first two scripts) to whatever matches your needs.
     
    Back
    Top