Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Permanently modifying move speed
#3
(05-24-2017, 02:24 AM)BeJeremiah Wrote:
(05-24-2017, 01:51 AM)Keeroh Wrote: Hello, it's me again!

I have a question, is it possible to permanently modify the move speed values? the 4: Fast is a little slow when walking through the maps and 5: Faster is too fast, I was trying to get something between those two, like 4.5 speed.

I tried going to Game_Character 1 and found @move_speed = 4. i tried changing it to @move_speed = 4.5 and it works, but if I use Set Move Route to change the player's move speed it returns to 4. I can't find where I can modify the speed in set move route to make 4: Fast become 4.5.

Thanks for the attention!  Blushing + Cheery

Other than in game character or through a script call, you would not be able to event a variable speed that is not a whole number. Would involve editing the interpreter and still would require a script call either way.

So, a script call from an event with



Code:
$game_player.move_speed = {amt here}

Would be the main way I can suggest.

Thanks for the fast reply! I was using game_guy's dash and sneak script, but with it I couldn't edit the player move speed through set mouve route. This script have a script call to enable or disable it, but whenever i tried using the game would crash.
It's sad because it did exactly what I wanted but oh well

I tried using $game_player.move_speed = 6 to test, but i had an error
"NoMethodError occurred while running script."
Reply }


Messages In This Thread
Permanently modifying move speed - by Keeroh - 05-24-2017, 01:51 AM
RE: Permanently modifying move speed - by Keeroh - 05-24-2017, 02:44 AM
RE: Permanently modifying move speed - by Keeroh - 05-24-2017, 05:00 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Possible means to speed up Bitmap TONE code? DerVVulfman 7 1,662 06-11-2023, 08:22 PM
Last Post: kyonides
   Help modifying a script Keeroh 7 8,939 06-11-2017, 04:43 PM
Last Post: DerVVulfman
   Just move the Cursor of the Item_Scene to the right Djigit 24 20,864 08-18-2015, 03:00 AM
Last Post: DerVVulfman
   Meagan's Particles' speed Raou 6 8,168 04-01-2015, 03:43 PM
Last Post: Raou
   Atoa ACBS Target move wrong after move to center Djigit 4 5,759 08-04-2014, 05:16 AM
Last Post: Djigit
   Possible to move battle actors when escaping? NewHope 8 12,323 07-27-2012, 06:14 AM
Last Post: NewHope
   Modifying Actor ID to Class ID for Advanced Individual Battle Commands Script NewHope 1 4,176 07-11-2012, 11:37 PM
Last Post: NewHope
   Pixelmovement and speed ark 2 4,993 05-31-2010, 05:51 PM
Last Post: ark



Users browsing this thread: