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: EST - AUTO CONSOLE MZ
- Original author: estriole
- Original date: October 25, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/est-auto-console-mz.129114/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
■ Information ╒══════════════════════════╛ EST - AUTO CONSOLE MZ Version: 1.0 By Estriole
Archived First Post
■ Information ╒══════════════════════════╛
EST - AUTO CONSOLE MZ
Version: 1.0
By Estriole
File name: .js
■ Introduction ╒══════════════════════════╛
This plugin is for automatically open Debug Window
or automatically turn on the FPS counter. instead of
manually turning it on and off...
■ Features ╒══════════════════════════╛
- Auto Debug Console
- Auto FPS counter
- Method to print Objects prototype
■ Changelog ╒══════════════════════════╛
v1.0 2020.10.22 Finish the plugin
■ Plugin Download ╒══════════════════════════╛
https://www.dropbox.com/s/u7yxzxe6v3m0y90/EST_AUTO_CONSOLE.js?dl=0
■ Screenshots ╒══════════════════════════╛
Not Needed
■ Demo ╒══════════════════════════╛
https://www.dropbox.com/sh/vhf1jhpydfr3vne/AACXtmj85frlI81AAmAcK50Ha?dl=0
click download to download the entire folder.
■ How to use ╒══════════════════════════╛
install the plugin... turn it on... then set the
plugin parameter to true.
if you want to print some objects prototype function
script call:
EST.AutoConsole.PrintObject(your object with prototype here);
ex:
EST.AutoConsole.PrintObject(Window_Base);
will print and list Window_Base prototype function.
this is experimental and might not work for all object though.
■ Dependencies ╒══════════════════════════╛
none
■ Compatibility ╒══════════════════════════╛
MZ is new engine... so i cannot say for sure.
but it should be compatible with most things.
i also add some compatibility patch for VisuStella Core so it won't
auto focus on console when there's error.
■ Parameters ╒══════════════════════════╛
AutoDebugConsole => true / false
>> set to true for enabling auto debug console
AutoShowFPS => true / false
>> set to true for enabling auto fps counter
■ License ╒══════════════════════════╛
Free to use in all project (except the one containing pornography)
as long as i credited (ESTRIOLE).
■ Extra Credit ╒══════════════════════════╛
None
■ Support ╒══════════════════════════╛
While I'm flattered and I'm glad that people have been sharing and
asking support for scripts in other RPG Maker communities, I would
like to ask that you please avoid posting my scripts outside of where
I frequent because it would make finding support and fixing bugs
difficult for both of you and me.
If you're ever looking for support, I can be reached at the following:
[ http://forums.rpgmakerweb.com/ ]
pm me : estriole
also support to compatibility with VisuStella is not possible.
because their code is obfuscated thus cannot be read by human.
if there's incompatibility... please ask VisuStella Team.
■ Donate ╒══════════════════════════╛
If you want to support my work you can donate here
https://www.makerdevs.com/profile/estriole
■ Author's Notes ╒══════════════════════════╛
Since other plugin maker add this feature within their 'core' plugin
and those 'core' usually some have lots of other function...
i made this one in case someone want ONLY the auto debug console or
auto fps counter.
EST - AUTO CONSOLE MZ
Version: 1.0
By Estriole
File name: .js
■ Introduction ╒══════════════════════════╛
This plugin is for automatically open Debug Window
or automatically turn on the FPS counter. instead of
manually turning it on and off...
■ Features ╒══════════════════════════╛
- Auto Debug Console
- Auto FPS counter
- Method to print Objects prototype
■ Changelog ╒══════════════════════════╛
v1.0 2020.10.22 Finish the plugin
■ Plugin Download ╒══════════════════════════╛
https://www.dropbox.com/s/u7yxzxe6v3m0y90/EST_AUTO_CONSOLE.js?dl=0
■ Screenshots ╒══════════════════════════╛
Not Needed
■ Demo ╒══════════════════════════╛
https://www.dropbox.com/sh/vhf1jhpydfr3vne/AACXtmj85frlI81AAmAcK50Ha?dl=0
click download to download the entire folder.
■ How to use ╒══════════════════════════╛
install the plugin... turn it on... then set the
plugin parameter to true.
if you want to print some objects prototype function
script call:
EST.AutoConsole.PrintObject(your object with prototype here);
ex:
EST.AutoConsole.PrintObject(Window_Base);
will print and list Window_Base prototype function.
this is experimental and might not work for all object though.
■ Dependencies ╒══════════════════════════╛
none
■ Compatibility ╒══════════════════════════╛
MZ is new engine... so i cannot say for sure.
but it should be compatible with most things.
i also add some compatibility patch for VisuStella Core so it won't
auto focus on console when there's error.
■ Parameters ╒══════════════════════════╛
AutoDebugConsole => true / false
>> set to true for enabling auto debug console
AutoShowFPS => true / false
>> set to true for enabling auto fps counter
■ License ╒══════════════════════════╛
Free to use in all project (except the one containing pornography)
as long as i credited (ESTRIOLE).
■ Extra Credit ╒══════════════════════════╛
None
■ Support ╒══════════════════════════╛
While I'm flattered and I'm glad that people have been sharing and
asking support for scripts in other RPG Maker communities, I would
like to ask that you please avoid posting my scripts outside of where
I frequent because it would make finding support and fixing bugs
difficult for both of you and me.
If you're ever looking for support, I can be reached at the following:
[ http://forums.rpgmakerweb.com/ ]
pm me : estriole
also support to compatibility with VisuStella is not possible.
because their code is obfuscated thus cannot be read by human.
if there's incompatibility... please ask VisuStella Team.
■ Donate ╒══════════════════════════╛
If you want to support my work you can donate here
https://www.makerdevs.com/profile/estriole
■ Author's Notes ╒══════════════════════════╛
Since other plugin maker add this feature within their 'core' plugin
and those 'core' usually some have lots of other function...
i made this one in case someone want ONLY the auto debug console or
auto fps counter.
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 ╒══════════════════════════╛ Free to use in all project (except the one containing pornography) as long as i credited (ESTRIOLE). ■ Extra Credit ╒══════════════════════════╛
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...