• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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
17
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?
     

    ~Azura

    Alright, purple is good.
    512
    Posts
    18
    Years
    • Seen Jun 21, 2012
    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