본문 바로가기
RPG Maker MV/Utility

Resource Rejector - RPG Maker MV

by biud436 2020. 3. 6.

Introduction

This plugin allows you to reject requesting a specific file during the game.

 

 

 

You must write File Rules below plugin parameter called 'File Rules'.

This plugin parameter can set an extension of file to reject.

 

For example,

if you load a file from 'img/characters/Actor1.rpgmvp' after deployed the game, it will be loaded success. 

 

But if the user has decrypted the game, the file extension converted with 'img/characters/*.png'

Therefore, The Game will loaded the file named 'img/characters/*.png'

 

However, This plugin can be rejected corresponding file and can show the error message on the screen.

 

 

This plugin uses a Chrome Extension API, so it can be used only in latest NW.

 

Download

This plugin is worked only in RPG Maker MV v1.6.2 or more.

 

Link : https://github.com/biud436/MV/raw/master/RS_SimpleGameGuard.js

 

 

Terms Of Use

Free for commercial and non-commercial use.

 

Change Log

2020.03.06 (v1.0.0) - First Release.