anyone know how to directly edit my movespeed? cause i ended up getting it a bit too high and i dunno how to actually change it through the console or saveediting.
edit; found it
$game_player.actor.actStat.set_stat("move_speed",3,3)
mess around with the first '3' in ("move_speed",3,3) for different base movespeed values. (preferably 4.5 is the best)
also you have to unequip and reequip items that change your speed values for your speedvalue in your statwindow to update
keywords for those searching through this thread for something like this;
speed cheat , speedcheat , speed console , movement , movespeed , playerspeed , speed console command , speed cmd ,
edit; found it
$game_player.actor.actStat.set_stat("move_speed",3,3)
mess around with the first '3' in ("move_speed",3,3) for different base movespeed values. (preferably 4.5 is the best)
also you have to unequip and reequip items that change your speed values for your speedvalue in your statwindow to update
keywords for those searching through this thread for something like this;
speed cheat , speedcheat , speed console , movement , movespeed , playerspeed , speed console command , speed cmd ,
Last edited: