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.

VX/VX Ace| Title Commands Position

Jason

Awesome Bro

Title Menu Position: Because Enterbrain are lazy...

So yeah, basically I wanted to move the title commands to a different location, but I couldn't find a way to do it through the default scripts or anything, so I thought I'd just do it myself, since y'know, it's a very small and basic script anyway, I don't even know why Enterbrain didn't put the option in...

Code:
#==============================================================================

# ** Title Menu Position

#------------------------------------------------------------------------------

# This script lets you change the title menu box to a different position on the

# screen.

#------------------------------------------------------------------------------

# No credit needed whatsoever, it should have been available anyway.

#==============================================================================

 

class Window_TitleCommand < Window_Command

  #--------------------------------------------------------------------------

  # * Just change the X and Y co-ordinates and you're done.

  # Default:

  #     x = 192

  #     y = 284

  #--------------------------------------------------------------------------

  

  def update_placement

    self.x = 192

    self.y = 284

  end

  

end

#==============================================================================

# How hard was that? Enterbrain are lazy.

#==============================================================================

 
 

Cait

Member

:biggrin: Thanks, it works really well. I was trying it out with Ace, which isn't too surprising since it is an easy script.
 

Jason

Awesome Bro

To be honest, I wouldn't really consider it a script, just a snippet, anyone who reads the first few steps of an RGSS tutorial would know how to do it...

But either way I'm glad you like it :thumb:
 

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