Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Custom Resolution Script problems

Ok, I just got Bluescope's Custom Resolution Script and I tried to follow his instructions to change the resolution to 1024 by 768 (changing the
Code:
 RESOLUTION = [(320).to_f, (240).to_f]
to
Code:
RESOLUTION = [(1024).to_f, (768).to_f]
at the beginning of the script) *note - I am using the demo with just that one change.

When i open the game after making these changes, everything is fine, but when I go to hit new game I get the error -http://img460.imageshack.us/img460/7355/errorhp7.png[/IMG]
The surrounding lines are
Code:
class Window_Message < Window_Selectable
  #--------------------------------------------------------------------------
  alias resolution_initialize initialize
  def initialize
[B]line 241[/B]    resolution_initialize
    self.x = 80 *- Setup.variance
    self.width = 480 *- Setup.variance
    self.height = 160 *- Setup.variance
    self.contents.font.name = 'Verdana'
[B]line 246[/B] self.contents.font.size = Font.default_size * -Setup.variance346
  end
  #--------------------------------------------------------------------------
 
maybe 1024x768 resolution just isnt compatible with the script...after all...BlueScope made the script for the specific 320x240 resolution...and he did said
Other resolutions should be fine, too, but I didn't test them, so I won't guarantee for them.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top