Ice sliding movement for my roller skates

Marina

Cooltrainer
Member
Joined
Mar 10, 2018
Posts
129
I've done something similiar to Rollerskates for Essentials v.17.2 and changed the speed in the script to the highest which RMXP can support. Now there is just one or two steps before the resource's ready! I need some movement like the player is sliding on ice, but there is no Ice and now how do I do that (that's what I need to find out + maybe I need to fix the character graphics, but just maybe...

EDIT: It's done now, the error was in the character graphics now he's sliding but he isn't moving his arms, maybe I fix that too I just change my bike graphic into rollerskates, but now I don't have the bike that's another problem I need to find out how to fix that too! If I'll fix everything maybe I make some resources and post them to the resources... I tryed again on changing the graphic to make the arms move, but it looks so ridiculous so I made it that it moves without moving it's legs
 
Last edited:

Ulithium_Dragon

Trainer
Member
Joined
Sep 6, 2017
Posts
52
Maybe take a look at the Mach and Acro bike script and see how they handled movement acceleration during certain times?
https://www.pokecommunity.com/showthread.php?t=317940

Ice is a bit hardcoded to disable Move Animations for the player if I recall correctly. You could adapt it to work with your roller skates, but it'd probably be a lot easier to write something custom instead.

-----
As for your graphics problem, you need to expanded the player metadata and add a new entry for the roller skates graphic. Again, taking a look at how the mach and acro bikes are set up would show you how to do this correctly.
 
Top