Title: 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:
Spoiler: 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/
本贴来自国际rpgmaker官方论坛作者:DK处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址: https://forums.rpgmakerweb.com/threads/big-events-allows-you-to-expand-the-coverage-of-the-event-by-several-tiles.147583/ |