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.

How to remove the Steps and/or Playtime Windows from the menu

to remove the Steps window from the main menu, delete lines


45-48 : wich are
Code:
# Make steps window
@steps_window = Window_Steps.new
@steps_window.x = 0
@steps_window.y = 320

77 : which is
Code:
@steps_window.dispose


88 : which is
Code:
@steps_window.update

And to remove the Playtime window, remove the following lines:

42-44: which are
Code:
@playtime_window = Window_PlayTime.new
@playtime_window.x = 0
@playtime_window.y = 224

76: Which is
Code:
@playtime_window.dispose

87: which is
Code:
@playtime_window.update


all these lines are found in Scene_menu in the RGSS editor.

just for your knowlege deleting these codes does not delete the windows from the game. it just deletes the calls for the windows when the computer makes the menu.


please note that these line numbers are before you delete the lines. (once you start deleting lines the numbers will change because you eliminated lines from the code)
 

Emtch

Member

Very helpful for a beginner like me. I've always hated the pedometer, but every time I tried to remove it, I got syntax error.
 
Oh this is really helpful! Is there some way I can show these window when a player presses the Action button. Like have a library in game that shows your playtime and current steps?
 

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