基本的な斜め移動プラグイン – GALV_DiagonalMovement.js
- タイトル
- Just a basic diagonal movement plugin
- 作者名
- Galv - galvs-scripts.com様
- ヘルプ
- Galv's Diagonal Movement
----------------------------------------------------------------------------
Plug and play. If this doesn't play nice with other plugins, try putting it
at the top of the plugin list. It overwrites the default diagonal function.
If this conflicts with other pathfinding plugins you might have, change
'Diagonal Mouse' setting to false.
When 'Diagonal Charsets' is true, the plugin will change the sprite if the
character is on a diagonal. The new sprite used will be in the position
directly below the selected character graphic. This means that only sprites
on the top of a character sheet will be able to have diagonal graphics.
Sprites on the bottom will not have diagonal graphics.
----------------------------------------------------------------------------
SCRIPT CALL
----------------------------------------------------------------------------
$gameSystem.disableVert = true; DISABLE diagonal movement
$gameSystem.disableVert = false; ENABLE diagonal movement
---------------------------------------------------------------------------- - パラメータ
-
param Diagonal Mouse desc true or false for diagonal pathfinding movement on mouse click. true may conflict with pathfinding plugins. default false param Diagonal Charset desc true or false if you want to use diagonal charactersets (see help for more) default true param Diagonal Speed desc % of move speed characters move while travelling diagonally default 90 param Block Diagonal desc true or false - if diagonal movement is blocked when moving past an impassable tile or not. default false - ライセンス表記
- Terms of Use
https://galvs-scripts.com/terms-of-use/
紹介ページ https://galvs-scripts.com/category/rmmv-plugins/mv-on-map/#post-1534