• 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.
  • There is an important update regarding account security and 2FA. Please 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.
  • Imgur has blocked certain regions from viewing any images uploaded to their site. If you use Imgur, please consider replacing any image links/embeds you may have on PokéCommunity so everyone can see your images. Click here to learn more.

Blizzy's SK - Resolution problem.

  • 3
    Posts
    19
    Years
    • Seen Aug 18, 2006
    It would like to change the script, so that the game window is not resized.. anyone know how to do this?
     
    It would result in messing up all the rest of the scripts.
     
    Well, test it by yourself.

    Press F11 and you'll be in Script Editor.
    Search for Win32API class.

    Then, scroll down the script until you find this:

    Code:
    #==============================================================================
    # - proceed with creation of the window
    #------------------------------------------------------------------------------
    # the width and height variables set the screen size.
    #==============================================================================
     $width = 240 * 2
     $height = 160 * 2

    Change $width and $height to values you want (The default one for RMXP is 640 x 480)

    ~Azura.
     
    Back
    Top