- Joined
- Mar 30, 2016
- Messages
- 245
- Reaction score
- 296
- First Language
- Russian
- Primarily Uses
- RMMV
Author: DK
Version: Public 0.992 Beta
Description: Powerful library for RPG Maker. Contains many tools for developing.
Documentation: DKTools documentation
Dependencies: RPG Maker MV 1.5+ and lodash.js (https://lodash.com/)
Installation:
4 steps to use DKTools
1. Create Element
Create element from DKTools through "new" operator, like: var object = new DKTools.Sprite(x, y, width);
2. Set parameters through "setup" functions
Each element contain "setup" functions, who set the parameters. All functions have default parameters.
3. Start element
Call start function of element.
4. Add element to your scene
Use "addChild" function for add element to your scene.
List of elements:
Examples:
3 main reasons for use DKTools:
Download: https://dk-plugins.ru/mv/dktools/
Version: Public 0.992 Beta
Description: Powerful library for RPG Maker. Contains many tools for developing.
Documentation: DKTools documentation
Dependencies: RPG Maker MV 1.5+ and lodash.js (https://lodash.com/)
Installation:
- Copy lodash.js to the js/libs/ of your project
- Copy DKTools.js to the js/plugins/ of your project
- Enable DKTools in the plugin manager
- Add at least one game language in the parameters of the DKTools
4 steps to use DKTools
1. Create Element
Create element from DKTools through "new" operator, like: var object = new DKTools.Sprite(x, y, width);
2. Set parameters through "setup" functions
Each element contain "setup" functions, who set the parameters. All functions have default parameters.
3. Start element
Call start function of element.
4. Add element to your scene
Use "addChild" function for add element to your scene.
List of elements:
- DKTools.Utils
- DKTools.Utils.String
- DKTools.Utils.Array
- DKTools.Utils.Bitmap
- DKTools.Utils.Point
- DKTools.Utils.Rectangle
- DKTools.Utils.Random
- DKTools.Utils.Sequence
- DKTools.Utils.Sequence.Alphabet
- DKTools.IO
- DKTools.IO.Entity
- DKTools.IO.File
- DKTools.IO.Directory
- DKTools.IO.WebStorage
- DKTools.Localization
- DKTools.PluginManager
- DKTools.Audio
- DKTools.Event
- DKTools.Animation
- DKTools.Animation.Action
- DKTools.Base
- DKTools.Sprite
- DKTools.Sprite.Button
- DKTools.Sprite.Cursor
- DKTools.Sprite.Arrow
- DKTools.Sprite.Selectable
- DKTools.Sprite.ProgressBar
- DKTools.Sprite.ProgressBar.Rectangle
- DKTools.Sprite.ProgressBar.Circle
- DKTools.Sprite.ProgressBar.SemiCircle
- DKTools.Sprite.CheckBox
- DKTools.Viewport
- DKTools.Layout
- DKTools.Window
- DKTools.Window.Selectable
- DKTools.Scene
Examples:
DKTools.Window.Selectable - Horizontal Scroll
3 main reasons for use DKTools:
- Not need to waste time for creating a special sprites or windows
- Large number of element parameters and all parameters have default values
- Many different functions in each element
Download: https://dk-plugins.ru/mv/dktools/
Last edited: