Minvera - Command Line Tool

Kino

EIS Game Dev
Veteran
Joined
Nov 27, 2015
Messages
556
Reaction score
794
First Language
English
Primarily Uses
RMMV
https://www.npmjs.com/package/minvera

To use this you need NodeJS: https://nodejs.org/en/

This is a command line tool for downloading plugin files for RPGMaker from the internet using a package.mnva file similar to a JSON object.

It will then download all the files to your js/plugins directory. It can detect js and JSON files, and should be able to detect other file types in the future.

How To Install
Code:
npm install -g minvera
Commands

Code:
minvera init
Creates a new package.mnva file for you if it doesn't exist in the directory.

Code:
 minvera install authorName pluginName
Adds a new plugin to your package.mnva under a new author name and then downloads the plugin to your js/plugins directory.

Code:
minvera update
or
Code:
 minvera update package.mnva
Updates all the files in your package.mnva file. Use this in your game folder directory.

If you pass a .mnva file, it will update your js/plugins directory based on the plugins listed in the .mnva file.

Code:
minvera credits
Creates a 'credits.txt' with the name of all authors listed in your package.mnva file.

Example mnva file

Code:
{
  "authors": {
    "Kino": {
      "plugins": [
        "EISMenuCommonEvents",
        "EISMonsterBox"
      ]
    },
    "Hime": {
      "plugins": [
        "HIME_MoreEnemyDrops"
      ]
    }
  }
}
To create a new author, create a new property in the authors object. Simply type:
Code:
 minvera install authorName pluginName
To add Himeworks for example, type:
Code:
 minvera install Himeworks HIME_MoreEnemyDrops
The pluginName should match the js file name.

Currently available libraries:
  • Himeworks
  • Endless Illusion Software

Package Files

Rem Package

Himeworks Package

EIS Package

Looking for community recommendations for more useful commands; I also plan to work on a plugin version in the future for RPGMakerMV. But, this should work with ruby files also in the future.
 
Last edited:

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

How many parameters is 'too many'??
Yay, now back in action Happy Christmas time, coming back!






Back in action to develop the indie game that has been long overdue... Final Fallacy. A game that keeps on giving! The development never ends as the developer thinks to be the smart cookie by coming back and beginning by saying... "Oh bother, this indie game has been long overdue..." How could one resist such? No-one c
So I was playing with filters and this looked interesting...

Versus the normal look...

Kind of gives a very different feel. :LZSexcite:
To whom ever person or persons who re-did the DS/DS+ asset packs for MV (as in, they are all 48x48, and not just x2 the pixel scale) .... THANK-YOU!!!!!!!!! XwwwwX

Forum statistics

Threads
105,849
Messages
1,016,977
Members
137,563
Latest member
cexojow
Top