• 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.

[Error] [Graphics] Dead pixel line due to priority changes

  • 3
    Posts
    3
    Years
    • Seen Jan 23, 2022
    Hello everyone, so I have a question on graphics editing using the tilesets, It's the first time I'm doing a city on Pokemon Essentials and I was wondering why do I have like a dead pixel line wherever I change the priority.
    I'm sure this bug has been resolved in another thread but I didn't find anything :(

    I'm actually using the Pokemon Essentials v16.3 and if possible I would like to avoid upgrading to v19 or something like that because of the language.
    I attach the graphic screenshot in which I can see that "dead pixel line"

    Thanks to everyone replying :D
    I apologise about my english writting
     

    Attachments

    • [PokeCommunity.com] [Graphics] Dead pixel line due to priority changes
      Graphic.png
      20.8 KB · Views: 10
    • [PokeCommunity.com] [Graphics] Dead pixel line due to priority changes
      Priority.png
      29.6 KB · Views: 4
    • [PokeCommunity.com] [Graphics] Dead pixel line due to priority changes
      Tileset.png
      19.6 KB · Views: 5
    I think that problem is an issue with v16, I was using and having the same problem when using an larger window size. In v19 those lines were fixed.
     
    Thanks for your reply, I realize that lines are removed when using a bigger screen size, I'm not sure why, so I guess I'll try to make a larger default screen size. Talking about that, in order to do that I only have to modify these two attributes in settings script? Or do i need to modify anything else?

    DEFAULTSCREENWIDTH = 512
    DEFAULTSCREENHEIGHT = 384
     
    Thanks for your reply, I realize that lines are removed when using a bigger screen size, I'm not sure why, so I guess I'll try to make a larger default screen size. Talking about that, in order to do that I only have to modify these two attributes in settings script? Or do i need to modify anything else?

    DEFAULTSCREENWIDTH = 512
    DEFAULTSCREENHEIGHT = 384

    Modifying those values will require you to modify almost every graphic relating to UI's in the game. it won't do the same thing as setting window size to large in the option menu
     
    Thanks for the response, yeah I saw that would probably change the UI and other images, I guess I will make a new resolution or modify the actual ones, do you actually know what script do I have to modify in order to do that?

    Thanks :D
     
    Thanks for the response, yeah I saw that would probably change the UI and other images, I guess I will make a new resolution or modify the actual ones, do you actually know what script do I have to modify in order to do that?

    Thanks :D

    if you modify DEFAULTSCREENWIDTH & DEFAULTSCREENHEIGHT, I kid you not, you will need to modify EVERY UI in the project. some of them needing higher modifications to work proper. I suggest never touching them, and if you can, update to a new version of essentials. I assume this issue is resolved in a newer version
     
    Back
    Top