Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Exit (exit button script)
- Original author: GaryCXJk
- Original date: October 26, 2015
- Source thread: https://forums.rpgmakerweb.com/threads/exit-exit-button-script.47583/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Exit v1.0.1 By G.A.M. Kertopermono, a.k.a. GaryCXJk Download - Demo
Archived First Post
Exit v1.0.1
By G.A.M. Kertopermono, a.k.a. GaryCXJk
Download -
By G.A.M. Kertopermono, a.k.a. GaryCXJk
Download -
Demo
No live demo available
CC0 1.0 Universal
https://creativecommons.org/publicdomain/zero/1.0/
About
As you all know HTML5 games don't generally need exit buttons. Neither do mobile versions, as you can just Back or Home your way out. But with desktop that's a whole different thing. You do want to get out without having to resort to using CTRL+F4 or something similar.
This plugin adds this option to both the title screen as well as the Game End option.
Usage
After you add the plugin, you can set the parameters. They're pretty much self-explanatory. "Text - Exit" and "Text - To Desktop" are the text labels for each respective button. The first appears in the title screen, the latter in the Game End window.
"Add to title" and "Add to Game End" both are boolean values, and determine whether or not the new buttons should be added.
On non-desktop browsers the game won't add the exit options. They could be made visible, but they don't work, so it's pretty useless to keep them.
Plugin Commands
This plugin contains Plugin Commands. These are as followed:
Exit
Exits the game. This can be executed for both desktop and browser-based clients, but it would only work on desktop.
Compatibility
This plugin overwrites the functions listed below, but still uses the old version, either as the basis for the function or as a fallback. It is advised to place this script below other scripts that use these functions.
CC0 1.0 Universal (CC0 1.0)
Public Domain Dedication
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.
You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
https://creativecommons.org/publicdomain/zero/1.0/
No live demo available
CC0 1.0 Universal
https://creativecommons.org/publicdomain/zero/1.0/
About
As you all know HTML5 games don't generally need exit buttons. Neither do mobile versions, as you can just Back or Home your way out. But with desktop that's a whole different thing. You do want to get out without having to resort to using CTRL+F4 or something similar.
This plugin adds this option to both the title screen as well as the Game End option.
Usage
After you add the plugin, you can set the parameters. They're pretty much self-explanatory. "Text - Exit" and "Text - To Desktop" are the text labels for each respective button. The first appears in the title screen, the latter in the Game End window.
"Add to title" and "Add to Game End" both are boolean values, and determine whether or not the new buttons should be added.
On non-desktop browsers the game won't add the exit options. They could be made visible, but they don't work, so it's pretty useless to keep them.
Plugin Commands
This plugin contains Plugin Commands. These are as followed:
Exit
Exits the game. This can be executed for both desktop and browser-based clients, but it would only work on desktop.
Compatibility
This plugin overwrites the functions listed below, but still uses the old version, either as the basis for the function or as a fallback. It is advised to place this script below other scripts that use these functions.
- Scene_Title.prototype.createCommandWindow
- Window_TitleCommand.prototype.makeCommandList
- Scene_GameEnd.prototype.createCommandWindow
- Window_GameEnd.prototype.makeCommandList
- Game_Interpreter.prototype.pluginCommand
CC0 1.0 Universal (CC0 1.0)
Public Domain Dedication
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.
You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
https://creativecommons.org/publicdomain/zero/1.0/
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
License CC0 1.0 Universal (CC0 1.0) Public Domain Dedication The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...