Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Required Files For Mod Creators #2

Open
generalwrex opened this issue Dec 13, 2017 · 0 comments
Open

Required Files For Mod Creators #2

generalwrex opened this issue Dec 13, 2017 · 0 comments

Comments

@generalwrex
Copy link
Member

generalwrex commented Dec 13, 2017

Hello fellow mod creators, in order for DBM Mod Installer to work with your mod, you need to include a modinfo.json within your repository and within any releases.

It goes in the root path of your Repository (for update checking) and in the root of Mod Release Zips, For the moment the root of the ZIP MUST match the Bots file structure.

Download the modinfo.json Template and customize it how you would like to then include it within your repository or zip files! ;)

name : The name of your mod.
version: The current version of your mod ( will be used for automatic updates in the future )
author: Who made the mod.
repository.type: (currently only git is supported) git
repository.repository_url: (The git repo url that the modinfo.json is contained within)
repository.branchname: (The name of the branch the modinfo.json is in)
mod.type: (currently there is only 2 choices) either 'actions' or 'theme'
mod.installtodbm: true if this mod should be installed in dbm.
mod.installtobot: true if this mod should be installed in the bot. (i.e. false if its a theme)
ignore (Files/Folders to not be transfered over to the bot or dbm wildcards (? and * )

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant