Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

RPG Maker Cook Tool Deluxe

The one stop shop for deploying RPG Maker MV/MZ games · By AceOfAces

A more flexible design for protecting source code.

A topic by 2Plaer created Oct 27, 2023 Views: 111 Replies: 2
Viewing posts 1 to 2

I hope plugin. js (this file is used to describe the loading of plug-ins in the game) is still unencrypted, which means that the MOD is allowed to exist while protecting the source code.

1d51/mv-mod-loader: A mod loader for RPG Maker MV games (github.com)

This is the mod framework I plan to adopt. If your encryption scheme does not modify the file loading path, I think it should be compatible.

Developer

Hello,

Depending on your settings, you should be able to still support mods. If the game's files are simply packed, it's pretty easy to add this via a mod launcher. If the source code is compiled, modifications to the mod plugin and providing a tool to prepare the mod is required. I'd be happy to provide some custom tooling for you.