public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

MV How to Use Masked's MBS_DLC Plugin?

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: MV How to Use Masked's MBS_DLC Plugin?
  • Original author: CosmicMagician
  • Original date: January 5, 2021
  • Source thread: https://forums.rpgmakerweb.com/threads/how-to-use-maskeds-mbs_dlc-plugin.131854/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Javascript/Plugin Support

Summary

Hi! I've been wanting to make use of Masked's MBS_DLC plugin but have had no idea on how to get it to work upon various attempts. (Link to the plugin: https://github.com/masked-rpgmaker/JS/blob/master/mv/MBS_DLC.js ) The following is listed in the plugin's "How to use" section of its help file:

Archived First Post

Hi!

I've been wanting to make use of Masked's MBS_DLC plugin but have had no idea on how to get it to work upon various attempts.

(Link to the plugin: https://github.com/masked-rpgmaker/JS/blob/master/mv/MBS_DLC.js )

The following is listed in the plugin's "How to use" section of its help file:


Make your game as you would usually do, when you are done just add the files you want to be replaced when the DLC is used into a .zip file.
Don't forget to put everything in the right directories.

If you wanted to replace the Map 3, for example, you'd copy the data/Map003.json file form your game and paste it in the .zip 'data/' folder.

You also need to create a info.json file in the .zip root directory so you can read its information from inside the game using the DLC .info property. It's necessary to define a "name" property in the info file, otherwise your incompatibility. Sample info.json file:

[
"name": "Sample DLC name",
"desc": "A sample DLC.",
"author": "Masked",
"version": 1.0
}

To use the DLC, just put the .zip file in your game's .dlc/ folder and then the images, audio and data from the DLC will replace the game's ones.


I'm specifically getting confused on what files to create and where to put them.
If someone could provide an easy to understand step by step instruction guide, that'd be great!

Sorry for my poor understanding of this plugin!

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#039#rpg-maker-archive#js-support

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar