• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • 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.

[Essentials Tutorial] Transparent Speech Box

thor348

That's Oak to You
  • 132
    Posts
    12
    Years
    Her's a quick tutorial for those who want to make some speech bubbles transparent.

    So here is how the final product will look like:



    Here's what you do:
    1) Go to your Graphics Folder then the Windowskins Folder
    2) Copy and paste a copy of "frlgtextskin.png" and rename it whatever you'd like.
    This is how it should look:



    3) Go into any image editor you prefer (I use Paint.Net) and change the copied image transparency to however you would like it.
    4) Now just by doing this, you cannot change to it in the game. First you'll have to go into the script editor and add a line.
    5) So go into the script editor and click on the "PokemonOptions" section.
    6) Now scroll down to the part, "Stores game options" (for me it's at line 200)
    7) You'll see where it says "# Default text skin - frlgtextskin"
    8) Scroll down until you see "textbox19",
    9) Now adjust it to where it looks like this:



    10) Once you've done that, you can now change the window skin via Event Command.
    Here's Where:


    There ya go! Request anything, I'll try to help
     
    Last edited:
    I don't recommend that you use the "Change Windowskin" event command, because it overrides the windowskin the player has chosen to use without remembering which one they were using. Your example changes it back to frlgtextskin, but it's entirely possible that they were using a different one instead, and this mucking around will annoy them.

    Either use the \w[X] (broken link removed) instead, or use scripts to remember and restore the user's windowskin.
     
    Back
    Top