• 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!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist poll!
  • 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.

Blizzy's SK - Resolution problem.

  • 3
    Posts
    18
    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