pausemenu13.lua: A pause menu for all 1.3/old episodes that don't have a custom pause menu! (v2.1)
Posted: Mon Apr 11, 2022 10:21 am
by SpencerlyEverly
I have been upset that the vanilla pause menu can potentially corrupt saves when exiting to the broken launcher, or even the broken launcher corrupting saves period. So I decided to make a new pause menu compatible for all episodes.
I haven't released it until now, so here we are...
(v1.1.1 and below's code was based off the Mario Challenge pause menu originally by the SMBX2 Team, v2.0 and above was rewritten from scratch)
Re: pausemenu13.lua: A pause menu for all 1.3/old episodes that don't have a custom pause menu! (v1.1)
Posted: Fri Apr 29, 2022 10:09 am
by SpencerlyEverly
v1.1 released! The new version should now properly cancel the original pause menu on the map. Please redownload to have a more stable installation.
Re: pausemenu13.lua: A pause menu for all 1.3/old episodes that don't have a custom pause menu! (v1.1.1)
Posted: Sat Apr 30, 2022 10:28 am
by SpencerlyEverly
v1.1.1 released! This should fix a bug where you can pause while dying. Please redownload to have a more stable installation.
Re: pausemenu13.lua: A pause menu for all 1.3/old episodes that don't have a custom pause menu! (v2.0.0)
Posted: Fri Mar 31, 2023 3:24 pm
by SpencerlyEverly
v2.0.0 released! Major changes include the following:
- The entire library was rewritten.
- The pause menu look and feel is more accurate to SMBX 1.3!
- An exit to map option can be enabled/disabled! Along with a text change boolean if it's not a map and rather a Hub instead
- More customizability! Such as custom SFXs, font, cursor, and other stuff
If upgrading from pausemenu13.lua v1.1.1 or below, make SURE to change anything related to disabling the pause menu to:
pausemenu13.enabled = false
Download it now!
Re: pausemenu13.lua: A pause menu for all 1.3/old episodes that don't have a custom pause menu! (v2.0.0)
Posted: Sat Apr 01, 2023 3:25 am
by Dynam0
Thanks for this! It would be very annoying to lose saves due to corruption... Is there any clue for why that happens, anyway?
Re: pausemenu13.lua: A pause menu for all 1.3/old episodes that don't have a custom pause menu! (v2.1)
Posted: Mon Apr 10, 2023 2:36 pm
by SpencerlyEverly
1 year ago, I have released this script to the masses. Now that we've passed a year since then, v2.1 has officially released!
- We now added the ability to add menu items to the menu. Removing menu items won't be added yet due to how the system is atm.
- The hasCheated player boolean can be toggled on pausemenu13.
- Other fixes and stability updates