ゲームカメラの焦点位置をより細かく制御できます – GALV_CamControl.js

タイトル
Allows greater control over where the game camera is focused
作者名
ヘルプ
Galv's Cam Control
----------------------------------------------------------------------------
This plugin creates a sliding movement for the camera as well as allows you
to set the target position of it to wherever required. (Player, event, xy)

----------------------------------------------------------------------------
PLUGIN COMMANDS
----------------------------------------------------------------------------
CAM PLAYER SPD Set camera focus to player.
CAM - the plugin command word
PLAYER - command word to choose player
SPD - speed camera scrolls to target
v# to use a variable
default scroll speed is 800
leave speed blank for default

CAM EVENT ID SPD Set camera focus to an event.
CAM - the plugin command word
EVENT - command word to choose event
ID - the event's id
v# to use a variable
SPD - speed camera scrolls to target
v# to use a variable
default scroll speed is 800
leave speed blank for default

CAM X Y SPD Set camera focus to an x,y position.
CAM - the plugin command word
X - the position on the map
Y - the position on the map
v# to use variables
SPD - speed camera scrolls to target
v# to use a variable
default scroll speed is 800
leave speed blank for default

CAM DISABLE Sets the focus on player and disables the
sliding motion. (RPGMaker default);
Using any command above will enable again

NOTE: The higher the SPD value for these commands, the slower the movement.
Not recommended to use speeds that are too fast.

EXAMPLES
CAM PLAYER Camera focuses on player at speed 800
CAM PLAYER 1600 Camera focuses on player at speed 1600 (slower)
CAM EVENT 3 Camera focuses on event 3 at speed 800
CAM EVENT 12 400 Camera focuses on event 12 at speed 400 (faster)
CAM 23 18 Camera focuses on x23, y18 position on the map
パラメータ
param Tile Size
desc Default 48. Only change if you change tile size in your game
default 48

ライセンス表記
Terms of Use
https://galvs-scripts.com/terms-of-use/

紹介ページ https://galvs-scripts.com/category/rmmv-plugins/mv-scenessystems/#post-1453