New Plugin Parameters New Plugin Parameter: Allow Quick Connection? (for developers only) Only for developers and game testing purposes. Quick way to get into game from Title Screen, not need create (join) room. Just Press …
Continue reading
Plugins for RPG Maker MZ and MV
New Plugin Parameters New Plugin Parameter: Allow Quick Connection? (for developers only) Only for developers and game testing purposes. Quick way to get into game from Title Screen, not need create (join) room. Just Press …
Continue reading
Contacts App You can create different persons (contacts) and customize they info page with different images and gauges. Each visual element visibility depends on switches, it’s allows you modify or add new info about character …
Continue reading
New Plugin Parameters Equipped items still have weight (If false, item weight don’t counts if someone equipped this item) Show short stats text? (More compact items states, only states that item gain or have) Description …
Continue reading
Unique Items You can create unique items per Shop, player can buy unique item only once. Discounts Mode Added new script call: PSHOP_SetDiscountMode(PERCENT, CAT_ID) You can set discount mode for Shop, for all goods or …
Continue reading
Modal Menu (choice and messages) Added new script calls: Phone.ShowModalMenu("TITLE TEXT", ID, FromMap?); – Show modal menu from event body choices You can use it from any event or create new App Phone.ShowModalMessage("TITLE TEXT", "BUTTON …
Continue reading
Alternative descriptions New plugin parameter Alternative Descriptions allows you create own descriptions (using image and rich text) for items if you don’t like complex default ones. Custom disabled cell look New plugin parameter Disabled image …
Continue reading
Gallery App How add Gallery App to Phone (if you update plugin version and don’t want reset Plugin Parameters): 1) Use script call Phone.AddApp("galleryApp"); 2) Add galleryApp as default App in Plugin Parameter Default Apps …
Continue reading
Different slots background for items Added Notetag <pEquipSlotBack:NAME> for weapons and armors that will change slot background image for this item when it’s is equipped. For example, you can add different color for very rare …
Continue reading
Notifications Auto notifications when player received new messsage You can create custom notifications with any background image and text (with control characters support) Other Added new plugin parameter Replace Menu that replace Main Menu with …
Continue reading
Flying bonuses (extra drops from enemies) You can specify extra drops that will fly from enemy to player and gain some bonuses Each bonus have many custom parameters: Also you can use uAPI.spawnFlyingBonus(eventId, bonusIds); script …
Continue reading