设为首页收藏本站同能贴吧 切换语言 繁体中文
开启辅助访问 切换到窄版
扫描二维码关注官方公众号
返回列表
+ 发新帖
查看: 101|回复: 0

[制作教程] Dramatically Improve Game Performance for Devs and Players! (MV and MZ) (second

[复制链接]
累计送礼:
0 个
累计收礼:
1 个
  • TA的每日心情
    开心
    4 天前
  • 签到天数: 209 天

    连续签到: 2 天

    [LV.7]常住居民III

    4609

    主题

    864

    回帖

    2万

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    VIP
    7
    卡币
    23225
    OK点
    16
    推广点
    0
    同能卷
    50
    积分
    28728

    灌水之王

    发表于 2026-7-8 10:22:53 | 显示全部楼层 |阅读模式
    The reason why I am creating this thread is because I feel this is a VERY important aspect of RPG Maker games that is overlooked by most devs and players alike.

    This is my SECOND big discovery, my first discovery being "Massively improving RPG Maker Game performance by updating the NW.js" (Link below)

    /////////////////////////////////////

    Let me Explain:

    How come powerful Gaming PCs/Laptops that can run triple A Games like WOW (old I know), Just Cause 4, and Assassins Creed well (in 4k) somehow, for some awful reason, have a very difficult time running RPG Maker MV games?

    Is the RPG Maker Engine really that poorly optimized? How can these simple 2d graphics bog down powerful computers?!

    It has never made sense to me, and this has really bothered me because I really wanted my game to run well (since its a commercial game)! How could anyone take me seriously as a video game developer if I had a hard time optimizing a simple 2d game?

    I looked for answers, (I looked for the entire 5 years it took to create Killer Gin on MV)... and I always ran across explanations that made me understand the complexity of game engines for sure (people saying that 2d game engines are still so complex as justification for poor performance, etc), but still, I was never fully satisfied, I never felt like I found a good reason for RPG Maker MV games running so poorly.

    After doing my best to create the very best/optimized game I could make, I just accepted the fact that the RPG Maker MV engine is poorly optimized, and I just had to live with it.

    All of this changed once I made a huge discovery which quickly lead to a second huge discovery! OMG!!

    The first discovery, a super easy and fast way to upgrade the NW.js of RPG Maker MV to make games run 2x better (Link below)!

    :: IMPORTANT :: However, even though the computers started running games 2x better with the NW.js update (Powerful computers initially ran my game at 15-25 FPS was now running my game at 55-60 FPS), this was not enough for me. Even though performance increased more than 2x something still bothered me a lot...... IT NEEDS TO BE 60 FPS! THIS SHOULD NOT BE SO DIFFICULT! There was be something else I am missing! I felt I was close to something...

    So I did more digging and I finally found the last piece of the puzzle (I ran experiments on multiple PCs and laptops)

    And I found it..... why is this not COMMON knowledge? How come I have never ran into this explanation the entire time I been struggling to optimize my game as much as possible?

    This Guide covers my second big discovery that I want to bring to the forefront for all RPG Maker Developers and Players.

    /////////////////////////////////////

    Discoveries:

    1) RPG Maker MV uses a super old and crapy version of NW.js.
    (I figured out how to update from version 29.4 to 50.2, performance improves by 2x!)

    Link: https://forums.rpgmakerweb.com/inde...dramatically-improve-game-performance.131620/

    2) By default, if computers have an integrated GPU (MOST?!), the task to run RPG Maker games is delegated to the integrated GPU and not the Dedicated/Performance GPU by default (the crap GPU runs the game, not the good one!!!) (THIS IS WHAT THIS GUIDE IS ALL ABOUT!)

    /////////////////////////////////////

    Let's do this, let's see how we can fix this!

    (IMPORTANT: This must be performed on the players/Devs computer, one at at time. Hopefully the engine devs can fix this.)

    If a player says that your game runs poorly, or just to make sure that all players are experiencing RPG Maker games at their best, make sure they are using their best GPU!

    For NVIDIA GPUs

    Go to the search bar and look for the NVIDIA Control panel (This is easier, and different that the Geforce Experience crap)
    Don't have it? Download it!





    Go to 3D settings.

    You will see "Global Settings" and "Program Settings"

    This is where you can modify the "GPU rules" of the computer.

    By default you can tell your computer to ALWAYS use the best GPU.

    However by default, this will NOT be the case, your computer will always try to conserve as much energy/power as possible unless you purposefully change it to BEAST mode. (Gamers should use BEAST mode lol)

    Based on your power needs/concerns you may or may not want this to be true.





    Whats important is the "Program Settings" tab

    Here, you want to make sure that when you run the game, you are making sure that the Dedicated or High Performance GPU is running the game.

    Most RPG Maker games will register as "Game.exe" (Find it in the app list)

    Choose the "High Performance NVIDIA Processor"





    THATS IT!

    When you are done, apply changes and restart the game.

    Now the game should run BEAUTIFULLY! OMG! 60 FPS EASY!

    Even though the game should run at 60 FPS with a dedicated GPU, I still HIGHLY recommend that you optimize the game as much as possible for a low end or integrated GPU just in case! (Some people not never have their good GPU run the game so always plan and optimize for an integrated GPU) So consider updating the NW.js

    /////////////////////////////////////

    All laptops and computers I have use NVIDIA so I am not sure how to update and check this for other GPUs.

    Keep in mind, one of my laptops have an "Nvidia Control Panel" with a slightly different looking "Program Settings" tab and one said that the driver itself was not compatible with it.

    Regardless the heart of this guide/takeaway remains the same..... make sure the good GPU is running the game!

    If you have a different GPU manufacturer and figure out how to make sure the good GPU is running the game, please let me know so that I can update this guide for everyone! Thanks!

    /////////////////////////////////////

    So in conclusion. If a player says that your game runs poorly, or just to make sure that all players are experiencing RPG Maker games at their best, make sure they are using their best GPU!

    If they have an integrated (Crap) GPU most likely the computer using this GPU instead of the dedicated (GOOD) GPU. (I think the GPU driver thinks that RPG Maker MV games are light weight! lol!)

    Now I feel like, this is the first thing I will ask a player if they say my game is running poorly lol.

    Anyways thats the end of my guide, I hope it helped you and your players/fans.

    PS: If you are using a laptop, make sure you are using performance mode, especially if the laptop is not plugged in.

    PPS: Perhaps RPG Maker will have an update that will somehow make computers use their dedicated/high performance GPU by default like most other games. Is this possible Engine devs?


    本贴来自国际rpgmaker官方论坛作者:KillerGin处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/dramatically-improve-game-performance-for-devs-and-players-mv-and-mz-second-big-discovery-gpu-related.131957/

    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有账号?立即注册

    x
    天天去同能,天天有童年!
    回复 送礼论坛版权

    使用道具 举报

    文明发言,和谐互动
    文明发言,和谐互动
    高级模式
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    简体中文
    繁體中文
    English(英语)
    日本語(日语)
    Deutsch(德语)
    Русский язык(俄语)
    بالعربية(阿拉伯语)
    Türkçe(土耳其语)
    Português(葡萄牙语)
    ภาษาไทย(泰国语)
    한어(朝鲜语/韩语)
    Français(法语)
    关闭

    幸运抽奖

    社区每日抽奖来袭,快来试试你是欧皇还是非酋~

    立即查看

    聊天机器人
    Loading...

    QQ|Archiver|手机版|小黑屋|同能RPG制作大师 ( 沪ICP备12027754号-3 )

    GMT+8, 2026-7-16 17:28 , Processed in 0.112859 second(s), 52 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

    快速回复 返回顶部 返回列表