设为首页收藏本站同能贴吧 切换语言 繁体中文
开启辅助访问 切换到窄版
扫描二维码关注官方公众号
返回列表
+ 发新帖
查看: 102|回复: 0

[转载发布] Follower Control Plugin by Tyruswoo

[复制链接]
累计送礼:
0 个
累计收礼:
1 个
  • TA的每日心情
    开心
    2026-7-12 04:10
  • 签到天数: 209 天

    连续签到: 2 天

    [LV.7]常住居民III

    9072

    主题

    864

    回帖

    6万

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    VIP
    7
    卡币
    58885
    OK点
    16
    推广点
    0
    同能卷
    50
    积分
    68851

    灌水之王

    发表于 2026-7-27 08:59:55 | 显示全部楼层 |阅读模式
    Follower Control
    Plugin by Tyruswoo
    For RPG Maker MV





    How to Use:

    Follower Control allows you to use the following event commands on the party followers:

    • Set Move Route
    • Show Balloon Icon
    • Show Animation
    • Transfer Player
    This is great for cutscenes!  In order to use the above on followers, you will need to target the follower using a plugin command.  For example:

    • Plugin Command:  Follower 1
    The above targets the first follower.  To reset the target to the leader, use the following:

    • Plugin Command:  Follower 0
    To indicate whether the followers chase the leader, you can use one of the following:

    • Plugin Command:  Follower StopChase
    • Plugin Command:   Follower Chase
    You can also target a follower based on the value of a variable:

    • Plugin Command:  Follower Variable <varId>
    Where <varId> is the variable ID of desired variable. For example, "Follower Variable 27" will use the value of variable 27. If variable 27's value is 3, the third follower will be targeted. If variable 27's value is 0 or has not been set, then the party leader will be targeted.

    Or, you can target a follower based on the associated actor's ID:


    • Plugin Command:   Follower Actor <actorId>
    Where <actorId> is the actor ID. For example, "Follower Actor 39" will find the follower associated with actor 39.  If the formation of the party changes, this still targets the correct follower, based on the actor ID.

    Or, you can target a follower based on the associated actor's name:


    • Plugin Command:   Follower <name>
    Where <name> is the actor's name. For example, "Follower Harold" will find the follower associated with the actor named "Harold".  If the formation of the party changes, this still targets the correct follower, based on the actor's name. This is convenient, but if you allow players to change actors' names, you may wish to use the Follower Actor <actorId> plugin command instead.

    That's all there is to it!

    Tip:  You can use Common Events (in the Database) to set up your favorite move route sequences for the followers and leader!  Then use the "Common Event..." command in an event to call the same move route sequences from various places in your game!  This way, you can have a collection of cutscene-style sequences that occur during certain events, such as entering or leaving a map, or talking with special NPCs as you prepare for cutscenes, or for sleeping at an inn, etc!

    • Note:  Using Set Move Route to turn by degrees, you can have the same move route sequence be used when the player is facing various directions!
    • Note:  You may consider using the Gather Followers event command to bring followers to one location, then use Set Move Route "Turn toward Player" for each follower to make them face the same direction as the party leader.  Doing this allows you to have your followers in a predictable location and direction, from which you can then send them out into the desired move route sequence.
    Description:
    Follower Control allows you to control the movement of party followers using the Set Move Route command!  Simply use the plugin command "Follower 1" or "Follower 2", etc., and then use Set Move Route on the player, and the desired follower will move instead of the leader!  Use the plugin command "Follower 0" to make Set Move Route work as default, affecting the party leader.
    You can also use "Follower StopChase" so that leader movement no longer makes followers chase after the leader; this allows you to move the leader and followers around independently for making cool cutscenes!  You can then use "Follower Chase" to make the followers chase the leader again.

    v 1.00, Jan. 17, 2016:  Added the following features:

    • Plugin command "Follower" to select a follower or re-select the leader.
    • Set Move Route effect on followers.
    • Plugin commands "Follower StopChase" and "Follower Chase" to determine whether followers chase the leader.
    v 1.01, Jan. 19, 2016:  Added the following options for followers:

    • Show Balloon Icon
    • Show Animation
    • Transfer Player
    v 1.02, Jan. 19, 2016; and v 1.03, Jan. 20, 2016:  Corrected a bug that made "Follower 0" have to be called at least once in your game prior to "Set Move Route" working.

    v 1.04, Jan. 20, 2016:  Added a small but useful feature:

    • Now if a follower is on the same tile as the leader, and Set Move Route is used on the follower to make it "Turn toward Player", the follower will then turn to face the same direction as the leader.
    v 1.05, Sept. 4, 2018:  Added the following:

    • Now, when StopChase is on, and the leader's MoveRoute is caused to jump, the followers will not jump.
    v 1.06, Dec. 22, 2018:  Added the following:

    • Now it is possible to select a follower based on a variable's value, using the plugin command "Follower Variable <varId>" where <varId> is the ID of the variable.  Example: "Follower Variable 17" will use the value of variable 17 to select a follower. If Variable 17 is zero or has not yet been set using a Control Variables event command, then the party leader will be selected.
    • Now it is possible to select a follower based on an associated actor's name, using the plugin command "Follower <name>" where <name> is the name of the actor.  Example: "Follower Harold" to select the follower associated with Harold.
    v 1.07, Dec. 31, 2018:  Added the following:

    • Now it is possible to select a follower based on an associated actor's ID, using the plugin command "Follower Actor <actorId>" where <actorId> is the ID of the actor.  Example: "Follower Actor 39" to select the follower associated with actor 39.
    v 1.08, Feb. 27, 2019: Added the following:

    • Followers can be set to have unique qualities of the following, using Set Move Route:

      • Opacity (great for "ghost" followers!)
      • Blend Mode
      • Walk Animation On/Off
      • Step Animation On/Off (great for cutscenes!)
      • Direction Fix On/Off
      • Transparency On/Off

    • Note: For these qualities, followers will retain their individual qualities. However, if StopChase is Off, and one of these qualities is applied to the player, then the same quality will be applied to all followers, as well. Therefore, if you want to apply any of the above qualities to only the leader, StopChase must be On.
    • Also, followers will now retain their own Move Speed as long as StopChase is On, even if the followers are moving and the player is moving at the same time. (However, unlike the above qualities, if StopChase is turned back Off, followers will immediately be reset to the player's Move Speed.)
    Please let me know if you have any suggestions to improve the plugin!

    Your Adventuring Companion,
    Tyruswoo


    本贴来自国际rpgmaker官方论坛作者:Tyruswoo处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/follower-control-plugin-by-tyruswoo.55250/
    天天去同能,天天有童年!
    回复 送礼论坛版权

    使用道具 举报

    文明发言,和谐互动
    文明发言,和谐互动
    高级模式
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    简体中文
    繁體中文
    English(英语)
    日本語(日语)
    Deutsch(德语)
    Русский язык(俄语)
    بالعربية(阿拉伯语)
    Türkçe(土耳其语)
    Português(葡萄牙语)
    ภาษาไทย(泰国语)
    한어(朝鲜语/韩语)
    Français(法语)
    关闭

    幸运抽奖

    社区每日抽奖来袭,快来试试你是欧皇还是非酋~

    立即查看

    聊天机器人
    Loading...

    QQ|Archiver|手机版|小黑屋|同能RPG制作大师 ( 沪ICP备12027754号-3 )

    GMT+8, 2026-8-22 07:53 , Processed in 0.138017 second(s), 52 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

    快速回复 返回顶部 返回列表