• 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!
  • 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 Essentials Map Connection Exporter

  • 1
    Posts
    4
    Years
    • Seen Jul 30, 2021
    Hey everyone, this is my first post on the forums. I have created a script that allows you to export all maps that are connected to each and combines them into a single image. The script is for pokemon essentials v17.2. I havnt tested it for any other version.

    -Guide: in order to use this script

    -Copy this code into a script section above main.
    Spoiler:

    and also paste this code in the Editor_MapConnectionEditor script section, at line 778, or search for this "elsif Input.trigger?(Input::F5)" and paste the code below it.
    Spoiler:

    -The script is executed by pressing the F8 key while in the map connections editor screen and the map will be exported to whatever filename you wrote down in ExportedWorldMapFileName (this can be found by searching "ExportedWorldMapFileName" in your scripts, and you can replace the value with whatever you suits you). By default it is "World_Map.png".

    please provide any feedback, bugs or errors you may encounter while using this script, and I will do my best to fix them.
     
    Last edited:
    Back
    Top