How to adjust default movement speed
A few people wonder how to modify the default move speed,luckily there's a pretty easy solution to it. Please be aware that depending on what value you put in it could possibly become jittery I guess[*]Open script database and go to Game_Character_2
[*]Search for line 81
https://i.imgur.com/aiH33lj.png
[*]Change the value in distance to something other than '2'
In my opinion 1.8 should be your slowest and 2.15 should be your fastest. I wouldn't recommend messing with anything else in this script unless you know what you're doing.
EDIT:
I figured out a much better way of modifying movement speed, including each value from 1 to 6 so you can change each individual speed to your liking.
Code:
case @move_speed when 1 distance = 4 when 2 distance = 8 when 3 distance = 11 when 4 distance = 13 when 5 distance = 17 when 6 distance = 22 else distance = 13 end
Same thing, be sure it's under line 79 "def update_move"
本贴来自国际rpgmaker官方论坛作者:Hyperly处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/how-to-adjust-default-movement-speed.111030/
页:
[1]