- Pokémon Essentials Version
- v20.1 ➖
Voltseon's Pause Menu (v2.1)
Pause with style
Pause with style
This pause menu is very stylish and very easy to edit to your liking.
Add themes to change the style of your pause menu throughout the game.
Check all your Pokémon their status from the menu itself.
Add themes to change the style of your pause menu throughout the game.
Check all your Pokémon their status from the menu itself.
How to install:
Download the contents and plug them into your game, and you're done!
NOTE: This script does NOT work in v20.1 or below.
How to add more themes:
Go to Graphics/Pictures/VPM and create a folder with the correct theme name (Theme N)
(N being the number of your theme)
and add the graphics in the correct format:
arrow_left, arrow_right, bg.png, bg_location.png
Open the 001_VoltseonMenu_Config.rb in Plugins/Voltseon's Pause Menu.
Add your theme based text color to the MENU_TEXTCOLOR, MENU_TEXTOUTLINE, LOCATION_TEXTCOLOR and LOCATION_TEXTOUTLINE.
How to swap themes:
All you have to do to change the theme is add a script to an event with the following code:
(N being the number of your theme)
Other Configurables:
Open the 001_VoltseonMenu_Config.rb in Plugins/Voltseon's Pause Menu to change your configurables.
Download the contents and plug them into your game, and you're done!
NOTE: This script does NOT work in v20.1 or below.
How to add more themes:
Go to Graphics/Pictures/VPM and create a folder with the correct theme name (Theme N)
(N being the number of your theme)
and add the graphics in the correct format:
arrow_left, arrow_right, bg.png, bg_location.png
Open the 001_VoltseonMenu_Config.rb in Plugins/Voltseon's Pause Menu.
Add your theme based text color to the MENU_TEXTCOLOR, MENU_TEXTOUTLINE, LOCATION_TEXTCOLOR and LOCATION_TEXTOUTLINE.
How to swap themes:
All you have to do to change the theme is add a script to an event with the following code:
$PokemonSystem.current_menu_theme = N
(N being the number of your theme)
Other Configurables:
Open the 001_VoltseonMenu_Config.rb in Plugins/Voltseon's Pause Menu to change your configurables.
MENU_FILE_PATH
- This is where your graphics are stored for the menu.MENU_COMPONENTS
- An array of components you can use on top of the menu, think of these like addons such as the timer for the Bug Catching Contest or the current date and time.DEFAULT_THEME
- Change this if you want a different theme to be the default, the number here correlates to the theme folder in your graphic files.CHANGE_THEME_IN_OPTIONS
- This means whether or not the player can change their current theme in the options screen. Set this to false
if you don't want players to be able to change their menu theme from the options screen.BACKGROUND_TINT
- This is a color that will tint your overworld screen (making it darker). It is set up as a Color class (Red, Green, Blue, Gray).SHOW_MENU_NAMES
- Decides whether the menu names will be shown. If you don't want this, set it to false
.ACTIVE_SCALE
- Decides by how much each icon will be zoomed in when they are selected. Default is 1.5
.Next are a few that have to do with the text colors for each theme.
MENU_TEXTCOLOR
, MENU_TEXTOUTLINE
, LOCATION_TEXTCOLOR
and LOCATION_TEXTOUTLINE
.MENU_OPEN_SOUND
- The sound that plays when you open the menu (from your Audio/SE
folder.MENU_CLOSE_SOUND
- The sound that plays when you close the menu (from your Audio/SE
folder.MENU_CURSOR_SOUND
- The sound that plays when you change your selection in the menu (from your Audio/SE
folder.- Credits