文件名称:
TDDP_FluidTimestep.js
开发工具:
文件大小: 4kb
下载次数: 0
上传时间: 2020-08-04
详细说明:RPG Maker MV 帧频修正插件。可调整在Win10上运行的游戏运行帧数。一般电脑为144FPS。此脚本可调整至60FPS。
修改位置:第63行:SceneManager._dt = 1.0 / 60; // 除数即为欲修改至的FPS
以下为作者注释:
/*:
* plugindesc 1.0.2 Fixes MV's framerate dependent timestepping. Makes the gamespeed the same regardless of framerate.
* author Tor Damian Design / Galenmereth
*
* help =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
* Information
* =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
* For updates and easy to use documentation, please go to the plugin's website:
* http://mvplugins.tordamian.com/?p=437
*
* This plugin replaces MV's update loop with a semi-fixed timestep solution based
* on http://gafferongames.com/game-physics/fix-your-timestep/
*
* This makes the game run at normal speed (animation, movement, and anything else)
* regardless of framerate. By default, MV run on a 144hz monitor would run at
* 144fps and everything would move at 2,4 times normal speed. Likewise, if
* someone ran the game and only managed 30fps, everything would move at half
* normal speed.
*
* This solution decouples visual updates from logic updates so that the latter
* always occur at 60 times per second, while frames get updated as fast as the
* user's computer can display it.
*
* There you can also download a PDF of the documentation for offline use, and
* having the documentation in one cleanly presented place means you can always
* be sure it's the most recent available.
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Terms & Conditions
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* This plugin is free for both non-commercial and commercial use. Please see
* http://mvplugins.tordamian.com/terms-of-use for the full terms of use.
*/
(系统自动生成,下载前可以参看下载内容)
下载文件列表
相关说明
- 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
- 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。
- 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
- 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
- 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
- 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.