HTML Manipulations
A downloadable plugin
HTML Manipulations is a list of plugins to manipulate RPG Maker MV/MZ.
Read the helpfile carefully.
This set can be used to create your own style using CSS to fully customise
your style if you know CSS or search for it.
htmlBase
This is the base required to streamline HTML Manipulations plugins.
This disables automatically the preventDefault() and the stopPropagation()
so it wont be required to use it over and over.
This also disables the context menu and the autocomplete as it also comes
with a MutationObserver (for advance users).
Custom Alert, Confirm, Prompt window
A customized Alert, Confirm or Prompt Window can be made to suit
you game, rather than using the default.
This plugin is re-coded to be better and smoother and more streamlined.
as well fixing 2 little bugs.
It can be combined with SDJB_CheatEngine or as stand alone
for use in events, or inside your own plugin (require CSS file (incl.)).
htmlMenu
This plugin can create a brand new menu using HTML and CSS to fully
customize your style and look from drop down twister menu which
comes included.
you could make it from hover to a click property during styling.
(for now, altering can be down through the plugin, either empty
it and alter it) by emptying it, you can use dynamic way inside your game.
htmlCircularMenu
This plugin can create a brand new menu using HTML and CSS to fully
customize your style and look from drop down twister menu which
comes included.
set commands of 8 items (less or more is possible, but require
to alternate the CSS to match the total you set correctly.
htmlTicTacToe
This is an highly customizable game.
You can Style the colors X and O and layout through CSS.
Very easy to use, by scriptcall, set mode, and or actions when
losing, winning or a draw.
htmlGallery
This is an highly customizable through CSS.
This unique gallery can add as many as you like and rotate
by clicking the buttons up or down, or close.
this require 4 minimum images (Prev, Next, Close and Locked)
as a .png format.
Sample images included: inside the folder is a folder named
shadowdragon, place this folder inside your image folder and your
good to go.
htmlPrizeWheel
This is an highly customizable through CSS.
This unique PrizeWheel can add as many prizes
as you like, but if you add 5 items, it will fill up
automatically to 30, and wait 2 seconds before spinning.
as it spins 4 seconds when the wheel stops.
The wheel automatically closes after 2 seconds after that.
the prize is given :) (Require some JS code on action)
Updated | 15 days ago |
Status | Released |
Author | ShadowDragon |
Download
Click download now to get access to the following files:
Development log
- Added SDJB_htmlPrizeWheel27 days ago
- Added htmlGallery38 days ago