• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with any questions.
Voltseon's Pause Menu

v21.1 Voltseon's Pause Menu 2.2

This resource pertains to version 21.1 of Pokémon Essentials.

Reviews 4.67 star(s) 16 reviews

Thank you for sharing the resources, it makes my game look more vivid! But there is a problem, my pause menu cannot function properly after adding the dexnax plugin. Is there a solution?
One question, how do you do to add more menu options? (for example, I would like to add...a PC option, for example. How could I do it?)
Sooo pretty! Fantastic tool to extend and optimize your pause menu! Thank you for making this!
Run Smoothly in essential v21 + v21.1 Hotfix,
btw there some warning about "safeExists?", but you just change it to FileTest.exist?. and the warning now gone
The plugin works smoothly and visually looks amazing. But I did run into the same error twice. This only happened after saving the game, and before the pause menu closes itself off automatically. I was doing different things before each error, so it might just happen intermittently.

[Pokémon Essentials version 20.1]
[v20.1 Hotfixes 1.0.7]

Exception: NoMethodError
Message: undefined method `y' for nil:NilClass

Backtrace:
[Voltseon's Pause Menu] 004_VoltseonMenu_Components.rb:230:in `update'
[Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:223:in `block (2 levels) in update'
[Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:223:in `each'
[Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:223:in `block in update'
[Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:219:in `loop'
[Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:219:in `update'
[Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:297:in `pbStartPokemonMenu'
[Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:288:in `call_menu'
[Following Pokemon EX] Refresh.rb:128:in `call_menu'
032:Scene_Map:203:in `update'
Hi, I already renewed the code you gave me and it worked. Thank you so much! This menu is my favorite plugin and it made me sad that I wouldn't be able to use it!
Just trying this for the first time today! Looks really slick, but ran into a few errors

In the plugin file "004_VoltseonMenu_Components.rb", I had to adjust the code beginning at line 132 like this:

# Status
status = 0
if pokemon.fainted?
status = GameData::Status::DATA.keys.length / 2
elsif pokemon.status != :NONE
status = GameData::Status.get(pokemon.status).icon_position + 1
elsif pokemon.pokerusStage == 1
status = GameData::Status::DATA.keys.length - 1
end

as the previously referenced ID number variable doesn't seem to exist, and because the position being pointed at was one indicator above the appropriately coloured status indicator.

(@DonCaretas18, this should fix your problem)
Great plug-in, and wonderful customization. I only have one issue involving a black outline that keeps popping up around the location name while scrolling through the pause menu that wasn't priorly addressed. Other than that, awsome resource
Great but I noticed that in the Options menu the Menu Theme Style started at 0/9 and ended at 8/9 instead of going from 1/9 to 9/9. I fixed it by replacing :
"parameters" => 0..MENU_TEXTCOLOR.length,
line 349 in 002_VoltseonMenu_Main.rb
by :
"parameters" => 1..MENU_TEXTCOLOR.length + 1,
Snazzy! Easily edited to include new buttons and features!
It's great, it works, and it looks cool. 10/10, would install again.
genuinely awesome. one of the cleanest pause menus out there.
Had a bit of trouble at first but after asking it got fixed. Looks great and doesnt have any input lag
This is the best looking menu I have ever seen (for now ;) )
Back
Top