Skip to content
master
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

RPG Maker MV/MZ Cook Tool

Crowdin

Intro

This tool is a GUI wrapper (and a standalone console app) for NW.js' Compiler tool (included in the SDK of the program). It allows RPG Maker MV and MZ game developers to protect the game's source code and plugins from being stolen by compiling the files to their binary form. The tool automates the generation of the binaries. This does sacrifice the cross-platform capabilities, however, and the binaries work only on the version of the SDK you used.

The Components

RMMVCookTool.Core

This houses the common code between the GUI and the Console App.

RMMVCookTool.UI

The GUI part of the compiler tool.

RMMVCookTool.CLI

The standalone, cross-platform console app. Used for compiling a project quickly.

System Requirements

  • Windows 7 Service Pack 1 and newer.
  • Microsoft .NET 5.
  • NW.js SDK. Any version you want.

Compiling

You will need Visual Studio 2019, along with the Microsoft .NET 5 SDK. Once you do have both, open the solution file.

Libraries Used