[XP-SOLVED] Removing the Steps Window

Started by ShinyToyGuns, February 14, 2010, 04:47:22 pm

Previous topic - Next topic

ShinyToyGuns

February 14, 2010, 04:47:22 pm Last Edit: February 14, 2010, 05:01:03 pm by ShinyToyGuns
Hey all,
As the title implies, how do I go about removing the Steps window? With Blizz ABS, it doesn't seem to work, so I don't see a point in keeping it. I've tried removing the following lines from Scene_Menu, but when I did, it just left a black box:
# Make steps window
   @steps_window = Window_Steps.new
   @steps_window.x = 0
   @steps_window.y = 320
...
   @steps_window.update

I want to remove the Steps window, or at least configure it to work with Blizz ABS, but I don't want a giant gap left behind...Please help.
~Steven a.k.a. ShinyToyGuns~


Days
I've missed so many days
In a world that has become an unfamiliar place
Now to you, I'm just an unfamiliar face

~Shiny Toy Guns, Blown Away (2008)

Aqua

You did remove it...
The black "box" is the default background of the Scene on which all the other windows are built.

If you don't want the blackness, you'd either need to put another window there or use a different background.

ShinyToyGuns

February 14, 2010, 04:58:57 pm #2 Last Edit: February 14, 2010, 05:00:48 pm by ShinyToyGuns
How would I use a different background?

Edit:
Nevermind, I realized that I can just remove the text from Window_Steps :P
Days
I've missed so many days
In a world that has become an unfamiliar place
Now to you, I'm just an unfamiliar face

~Shiny Toy Guns, Blown Away (2008)