• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Modular Pause Menu (v21.1 Port)

Resource Modular Pause Menu (v21.1 Port) 1.5

A.I.R

From a separated Universe
Member
Joined
Feb 28, 2023
Posts
118
A.I.R submitted a new resource:

Modular Pause Menu (v21.1 Port) - Famous Modular Pause Menu by Luka S.J., ported to v21.1 by A.I.R

Here of a port of MODMN by Luka S.J. for v21.1.

You can find documentation about how to use at official Luka S.J. Site.


001.gif


Requires the following:
  • Luka's Scripting Utilities [ v 3.2 ]

Read more about this resource...
 
I get this error message when I try to open the Pause Menu.

View attachment 23544
Enhanced UI and Modular Menu are conflicting the method pbStartPokemonMenu. I will look in it at a later time, untill then you can stop using one of these two.
 
I added this code inside the config, but i can't see the quests module. How I can resolve it?
 

Attachments

  • Screenshot 2024-02-11 alle 17.52.59.png
    Screenshot 2024-02-11 alle 17.52.59.png
    81.6 KB · Views: 29
How do I add an exit game option? I tried this and it didn't work:
ModularMenu.add_entry(:QUITGAME, _INTL("Quit Game"), "menuDebug") do |menu|
if pbConfirmMessage(_INTL("Are you sure you want to quit the game?"))
scene = PokemonSave_Scene.new
screen = PokemonSaveScreen.new(scene)
screen.pbSaveScreen
menu.pbEndScene
menu.endscene = false
menu.close = true
$scene = nil
end
menu.pbRefresh
menu.pbShowMenu
menu.close = false
end
 
Back
Top