https://github.com/andaroth/rpg-maker-cache-override
A simple plugin that will allow you to version your game and force players to override their cache when you deploy a new version
https://github.com/andaroth/rpg-maker-cache-override
Last synced: 5 days ago
JSON representation
A simple plugin that will allow you to version your game and force players to override their cache when you deploy a new version
- Host: GitHub
- URL: https://github.com/andaroth/rpg-maker-cache-override
- Owner: Andaroth
- Created: 2021-06-01T18:55:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T21:42:28.000Z (about 5 years ago)
- Last Synced: 2025-10-22T10:57:25.852Z (8 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpg-maker-mz-cache-override
A simple plugin that will allow you to version your game and force players to override their cache when you deploy a new version
This plugin is only compatible with RPG Maker MZ for the moment.
## Installation
1. Copy `js/plugins/CacheOverride.js` to you game `js/plugins` folder.
2. Activate the plugin in RPG Maker plugin manager.
## How to use it
1. Deploy your game at any time
2. Edit your game
3. Change the "gameVersion" parameter value in the plugin manager
4. Deploy the new version of your game
5. Voilà !