[ACE] Hide Stat Numbers & Currency Box?

Koi

Veteran
Veteran
Joined
Aug 8, 2013
Messages
358
Reaction score
14
First Language
English
Primarily Uses
RMVXA
I tried to remove stats from my character pages in the past, and honestly I don't remember how I did it. But something that wasn't covered by the fix was the numbers for the rest of the stats.



I want those four number slots gone.

As well as the little currency box at the bottom of the screen on the menu.
 
Last edited by a moderator:

Funplayer

Self proclaimed sponge.
Veteran
Joined
Oct 9, 2013
Messages
120
Reaction score
35
First Language
English
Primarily Uses
You're probably looking for this:

#-------------------------------------------------------------------------- # * Draw Parameters #-------------------------------------------------------------------------- def draw_parameters(x, y) 6.times {|i| draw_actor_param(@actor, x, y + line_height * i, i + 2) } endInside of class Window_Status < Window_Selectable.

Replace it with this.

#-------------------------------------------------------------------------- # * Draw Parameters #-------------------------------------------------------------------------- def draw_parameters(x, y) 2.times {|i| draw_actor_param(@actor, x, y + line_height * i, i + 2) } endIf you go to your equipment screen, you'll probably find the stats displayed there as well.  I also cannot see a currency window anywhere in this screen.
 
Last edited by a moderator:

Koi

Veteran
Veteran
Joined
Aug 8, 2013
Messages
358
Reaction score
14
First Language
English
Primarily Uses
RMVXA
Ah, thank you! It works!

But um, this currency box. 



Sorry, I didn't think I needed an image for it.
 

Funplayer

Self proclaimed sponge.
Veteran
Joined
Oct 9, 2013
Messages
120
Reaction score
35
First Language
English
Primarily Uses
Ah, thank you! It works!

But um, this currency box. 



Sorry, I didn't think I needed an image for it.
Using your Scene_Menu you'll find it has a series of windows.  Removal of the currency window is easy as 1 2 3.

Within the Scene_Menu you'll find the scene's start method, calls a method named "create_gold_window".  Simply remove this line, and your troubles are over.

  #--------------------------------------------------------------------------  # * Start Processing  #--------------------------------------------------------------------------  def start    super    create_command_window    create_status_window  endThe window is never created, and thus is never displayed.
 
Last edited by a moderator:

Koi

Veteran
Veteran
Joined
Aug 8, 2013
Messages
358
Reaction score
14
First Language
English
Primarily Uses
RMVXA
Thanks guys!
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

People3_5 and People3_8 added!

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.

Forum statistics

Threads
105,868
Messages
1,017,081
Members
137,582
Latest member
Spartacraft
Top