Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
TM Server RTP - TMServerRTP.js
Plugin desc : By referencing the audio and img at the next higher level, multiple
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMServerRTP.js
File name : TMServerRTP.js
Help of plugin :
@plugindesc By referencing the audio and img at the next higher level, multiple @author tomoaky @url https://github.com/munokura/tomoaky-MV-plugins @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- How to Use: First, upload a project with this plugin enabled (excluding the audio and img folders) to the server. Next, create audio and img folders at the same level as the project folder. If you have three projects, the folder structure should look like this: audio img project1 project2 project3 If this plugin is installed in each of projects project1 through project3, there is no need to create image and audio files in each folder. This allows you to share the same files across multiple projects, reducing server file size and reducing transfer volume through browser caching. There are no plugin commands. This plugin has been tested with RPG Maker MV Version 1.3.0. Additional Plugin Parameter Information: defaultLoadSystem Setting this parameter to 1 allows only the img/system folder to reference its original hierarchy. Use this if you have made changes to files such as Window.png or IconSet.png and cannot share them with other projects. Usage Notes: Images and audio are shared across multiple projects, so editing these files will affect all projects. For this reason, when adding new images specifically for a project, please use file names that do not overlap with other projects. The audio and img folders in the original hierarchy are completely ignored; if a file cannot be found, it will not be searched for. However, the img/system folder may refer to the original hierarchy depending on the plugin parameter settings. In a local environment, the audio and img folders are also required in the original hierarchy for editor purposes. By placing the audio and img folders in both hierarchies, you can continue development with the plugin enabled. @param defaultLoadSystem @desc Only the img/system folder refers to the original hierarchy. Default: 0 ( 0 means the hierarchy above / 1 means the original hierarchy). @default 0