FPSレートの高いモニターのFPSを同期するための[オプション]メニューに新しいコマンドを追加するプラグイン – YEP_FpsSynchOption.js

タイトル
Adds a new command to Options menu for synchingthe FPS of moniters with higher FPS rates.
作者名
ヘルプ
============================================================================
Introduction
============================================================================

This plugin is to be used with RPG Maker MV version 1.1.0 and upward.

RPG Maker MV is constructed in a way where each update to its engine is done
once per frame update. While this is normally fine, as many players view the
game through 60 fps, some players experience the game differently as their
hardware may run at higher than 60 fps.

When RPG Maker MV version 1.1.0 is implemented, it implemented Galenmereth's
fluid timestep, which forces the game to always play as if it is 60 fps. In
practice, this is great for everybody because players that experience more
60 fps will be able to play the game as if it was 60 fps.

However, there comes a problem when a player's hardware isn't strong enough
to support RPG Maker MV natively at 60 fps (such as the case with older
computers, or weaker mobile devices) or if the player is using video
recording software that goes below 60 fps. The game will appear laggy and
jumping without good response rates from input commands or possibly even
make the player miss out on certain visual frame updates.

This plugin places a setting in the Options menu to enable or disable the
fluid timestep addition and utilize the former RPG Maker MV engine updating
function. This way, players will have the option of using fluid timesteps or
opting to not use it instead of forcing it on everybody who may not be able
to handle it.
パラメータ
param Command Name
desc Command name used inside of the Options menu.
default Synch Monitor FPS

param Default Setting
desc The default setting of the Synch Monitor FPS.
OFF - false (Recommended) ON - true
default false

ライセンス表記

紹介ページ https://github.com/suppayami/yami-engine-delta/blob/master/demo/js/plugins/YEP_FpsSynchOption.js