[DLL Loading] Make games smaller. Any way to reuse nw.dll(80MB~) ? (kinda solved)
BMM Archive · July 15, 2026
Original Source
- Original title: [DLL Loading] Make games smaller. Any way to reuse nw.dll(80MB~) ? (kinda solved)
- Original author: darksshades
- Original date: February 4, 2021
- Source thread: https://forums.rpgmakerweb.com/threads/dll-loading-make-games-smaller-any-way-to-reuse-nw-dll-80mb-kinda-solved.133002/
- Source forum path: Game Development Engines > Legacy Engine Support > RPG Maker MV Support
Summary
One of the biggest downsize of MV games is that sometimes the common files are way bigger than all your real files. That's because nwjs has to pack a chromium inside the nw.dll into EVERY GAME which varies from 60-130MB depending on its version. I've been trying to find a way to "install" the nw.dll so you could potentially delete rpgmaker's nw.dll from all the game's folder and use the same nw.dll for all games. If you have a lot of rpgmaker mv games installed at the same time, specially...
Archived First Post
That's because nwjs has to pack a chromium inside the nw.dll into EVERY GAME which varies from 60-130MB depending on its version.
I've been trying to find a way to "install" the nw.dll so you could potentially delete rpgmaker's nw.dll from all the game's folder and use the same nw.dll for all games.
If you have a lot of rpgmaker mv games installed at the same time, specially smaller games with RTP that makes the www folder almost nothing in size, that would save a lot of space.
As far as I can see, using different versions of nw.dll should not cause any problems for rpgmaker.
Its usually more features to the browser that rpgmaker doesn't use.
Unfortunately its not as simple as adding the .dll into the windows system variables.
From what I saw chromium loads the dlls by hand so I'm kinda stuck thinking on how to make this work
There was also a very similar question in nwjs a few years back but it never got a working solution.
Multiple NW.js apps on one system but only one nw.dll. · Issue #5930 · nwjs/nw.js
I don't know if its possible to change how the program should look for the nw.dll.
Any ideas?
Edit:
So I've noticed that some RPGMaker games don't need and don't come with the almost 100MB nw.dll.
They only come with Game.exe, libEGL.dll, libGLESv2.dll, pdf.dll, d3dcompiler_47.dll, ffmpegsumo.dll
You can use the .exe from this games and delete the nw.dll(80MB ) file.
But the downsize is that those games Game.exe are 45MB. So my guess is that they have a minimal or older version of nw.dll packed inside them.
Well, at least it reduces the size by half which is already something.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator 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.
Replies (0)
No replies yet.
Topic Summary
Loading summary...