帧率调节插件

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

============================================================================
Changelog
============================================================================

Version 1.02:
- Updated for RPG Maker MV version 1.5.0.

Version 1.01:
- The plugin is now prevented if the project's core files are under version
RPG Maker MV 1.1.0.

Version 1.00:
- Finished Plugin!

转载于:https://www.cnblogs.com/empist/p/10458504.html

YEP_fpssynchoption相关推荐

最新文章

  1. 浅谈算法和数据结构: 五 优先级队列与堆排序
  2. wps如何和matlab兼容,怎样使wps和office兼容
  3. vue实现实时监听文本框内容的变化(最后一种为原生js)
  4. 再次献给那些心软的人!!!
  5. Java获取并Kill系统进程
  6. Pytest脚本中运行用例方式
  7. Windows Mobile下使用Native C++开发日志类
  8. RecycleView拖拽、侧滑删除
  9. Intellij idea 快捷键 生成序列化ID
  10. python 开发工具_「干货」推荐一整套 Python 开发工具
  11. 电脑剪贴板在哪里打开_如何把在公司电脑上复制的内容,粘贴到家里的电脑?超好用!...
  12. Java中的浅克隆和深克隆
  13. 程序员工作几年的一些感悟
  14. 伯禹公益AI《动手学深度学习PyTorch版》Task 07 学习笔记
  15. 巧用友盟UShare、ULink玩转裂变营销
  16. 心理学c语言,心理学史练习题.doc
  17. 新基建必看系列——一文看懂爆火的智慧灯杆未来趋势及竞争格局
  18. IIC通信协议(STM32学习笔记 一)
  19. 开源bug管理工具-Cynthia
  20. 判断对象是否是数组instanceof和isArray

热门文章

  1. CameraX:Android 相机库开发实践
  2. Linux 修改用户名(同时修改用户组名和家目录)
  3. etcc oracle ebs,Oracle EBS日志 log
  4. 一个请求结束之后再发送另外一个请求,需要连着发很多请求的方法-promise
  5. Steven-Java-运算符号(简单)
  6. android手机怎么拍月亮,用手机拍月亮!对,你没看错
  7. 键盘的各个部分和指法(图片版)
  8. kali2020.1中文字体乱码/kali乱码/汉化
  9. python返回上一个交易日
  10. PTA 7-9 叶节点求和 (20 分)