じ☆ve冰风 发表于 2026-8-3 14:45:32

Event Move Speed

Hello!





This script ("Event Move Speed") allows you to set additional parameters for the animation and movement of events on the map.





In order to change the speed of moving the character (events), you must add a comment string like <speed: NN> where NN is a floating-point number. The value 0 is the standard speed of movement (taking into event's settings).





If you set the number to less than zero, the speed will decrease. To pick up it is possible experimentally, for example -1.5 or even -3.5 gives completely very slow moving of body. If you increase the value (suddenly, who needs it), the character will "fly".





The second parameter is the frame rate. To change it, you also need to specify a command in the comments as <nextframe: NN> where NN is the number that will be added to change the next frame. By default, it is 1, but if, for example, you set the value to 0.1, it will be very slow. And if you specify a number greater than 1, then the opposite is very fast.

Sample:


https://www.youtube.com/embed/CxH1YElTfpU

Fresh version is always available on github or Steam WorkShop.

                        #-------------------------------------------------------------------------------
# Event Move Speed v1.2b
# by MUR (https://github.com/murlab)
# BSD 3-Clause License
# Free for use with both free and commercial RPG Maker games.
#-------------------------------------------------------------------------------               
Click to expand...




本贴来自国际rpgmaker官方论坛作者:Mur处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/event-move-speed.96044/
页: [1]
查看完整版本: Event Move Speed