じ☆ve冰风 发表于 2026-7-12 18:34:09

EST - AUTO CONSOLE MZ

■ 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.


本贴来自国际rpgmaker官方论坛作者:estriole处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/est-auto-console-mz.129114/
页: [1]
查看完整版本: EST - AUTO CONSOLE MZ