- Joined
- Apr 23, 2022
- Messages
- 8
- Reaction score
- 3
- First Language
- ccc
- Primarily Uses
- RMMV
Hello everyone, I need you to give me a suggestion
Let me briefly explain my usage situation,
I use the MZ engine to edit old MV projects;
Compared to MV engines, the effect is good,
However, due to different encryption methods after deployment, it cannot be directly used;
Can only use MV deployment, but doing so is too cumbersome
There are two considerations now
1. Upgrade the pixi and NW.js of the MV, and then directly use the MV engine;
Disadvantages: MV engines are prone to getting stuck editing content, and upgrading Pixi may have unknown bugs
2. Migrate the project to MZ
Disadvantage: There are a large number of plugins that need to be modified
Because I have a high demand for game performance,
Sometimes the same scene may have as many as 1000+events;
//-------------------------------------------------------------------------
After a day of consideration and simple attempts, I gave up the idea of migrating MZ because there were too many modifications to be made and prepared to upgrade NW.js and PIXI.js;
But I have another question. In the upgrade tutorial on the forum, the versions of NW and PIXI are 0.48~0.50 and 4.x~5.x respectively;
The NW.js version downloaded from the official website has reached 0.80, and the PIXI.js version has reached 8.00;
In this case, should I upgrade to the latest or old version
...
Let me briefly explain my usage situation,
I use the MZ engine to edit old MV projects;
Compared to MV engines, the effect is good,
However, due to different encryption methods after deployment, it cannot be directly used;
Can only use MV deployment, but doing so is too cumbersome
There are two considerations now
1. Upgrade the pixi and NW.js of the MV, and then directly use the MV engine;
Disadvantages: MV engines are prone to getting stuck editing content, and upgrading Pixi may have unknown bugs
2. Migrate the project to MZ
Disadvantage: There are a large number of plugins that need to be modified
Because I have a high demand for game performance,
Sometimes the same scene may have as many as 1000+events;
//-------------------------------------------------------------------------
After a day of consideration and simple attempts, I gave up the idea of migrating MZ because there were too many modifications to be made and prepared to upgrade NW.js and PIXI.js;
But I have another question. In the upgrade tutorial on the forum, the versions of NW and PIXI are 0.48~0.50 and 4.x~5.x respectively;
The NW.js version downloaded from the official website has reached 0.80, and the PIXI.js version has reached 8.00;
In this case, should I upgrade to the latest or old version
...
Last edited: