- Joined
- Mar 30, 2016
- Messages
- 363
- Reaction score
- 361
- First Language
- Russian
- Primarily Uses
- RMMV
Title: Big Events
Version: 1.2.0
Author: DKPlugins
Description: Allows you to expand the coverage of the event by several tiles.
Compatibility:
Instruction:
"Help" languages: English, Russian
Terms of use
You can:
-To use the plugin for your non-commercial projects
-Change code of the plugin
You cannot:
-Delete or change any information about the plugin
-Distribute the plugin and its modifications
Details on obtaining a commercial license on my website
Plugin page: https://dk-plugins.ru/big-events/
Version: 1.2.0
Author: DKPlugins
Description: Allows you to expand the coverage of the event by several tiles.
Compatibility:
- RPG Maker MV: 1.5+
- RPG Maker MZ: 1.0+
Instruction:
Code:
Use event comments
1. [size|turn|lx|rx|uy|dy]
Increase event coverage
turn - the coverage area reacts to the direction of the event. 0 or 1
lx - number of tiles to the left of the event
rx - number of tiles to the right of the event
uy - number of tiles above the event
dy - number of tiles below the event
uy
lx E rx
dy
Example: [size|1|1|1|1|1]
The event will have the following coverage:
x x x
x E x
x x x
Example: [size|1|1|1|1|0]
The event will have the following coverage:
x x x
x E x
Example: [size|1|1|1|0|0]
The event will have the following coverage:
x E x
Example: [size|1|0|1|1|0]
The event will have the following coverage:
x x
E x
Note: E - event, x - added coverage
"Help" languages: English, Russian
Terms of use
You can:
-To use the plugin for your non-commercial projects
-Change code of the plugin
You cannot:
-Delete or change any information about the plugin
-Distribute the plugin and its modifications
Details on obtaining a commercial license on my website
Plugin page: https://dk-plugins.ru/big-events/