public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

Auto Start FPS Meter ? [SOLVED]

BMM Archive · July 15, 2026

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: Auto Start FPS Meter ? [SOLVED]
  • Original author: Jonforum
  • Original date: July 13, 2017
  • Source thread: https://forums.rpgmakerweb.com/threads/auto-start-fps-meter-solved.81256/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Learning Javascript

Summary

Hi ! Someone would have an idea to how automatically start the FPS meter from chrome? I'm talking about this option {

Archived First Post

Hi !
Someone would have an idea to how automatically start the FPS meter from chrome?
I'm talking about this option
Protected download
I created a code that allows each startup to start the console.
but i didn't find the class to allow auto boot this FPS and GPU memory meter.!?

PHP:
//□▼↓▼□═══════════════════════════════════════════════════□□═══════════════════════════════════════════════════□↓↓↓
    //  AUTO SHOW DEBUG CONSOLE AT BOOT
    if (Utils.isNwjs() && Utils.isOptionValid('test')) {
        var _debugWindow = require('nw.gui').Window.get().showDevTools();
        console.log('_debugWindow: ', _debugWindow);
        _debugWindow.moveTo(0, 0);
        _debugWindow.height=800;
        _debugWindow.width=1000;
        window.focus();
    }
//□▲↑▲□═══════════════════════════════════════════════════□□═══════════════════════════════════════════════════□↑↑↑
thanks for help

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

Referenced Images / Attachments

fad-da-ea-e.jpg
fad-da-ea-e.jpg
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.

#039#rpg-maker-archive#js-learning

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar