Replacing black borders with images.

● ARCHIVED · READ-ONLY
Started by Digital Religion 3 posts View original ↗
  1. I have used several scripts that change both the resolution and the window size of my game so that they run in full-screen. I particularly like this script (http://pastebin.com/sM2MNJZj) Which is the one I am currently using. Now with all of these scripts you tend to get a black border around the edges. I have found scripts that remove these borders, but what if I wanted to replace then with an image so that there was a nice background border instead of just a black one?

    Any help would be appreciated.  :D
  2. No, wouldn't work. The black borders are because your graphics card can't handle the resize at its current resolution. You could change the resolution of your monitor, or adjust the scaling method to make it stretch. Putting an image will just mean you have an image with black borders.
  3. Ahh. I see. Thanks for the explanation.