• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Rock Climb with Overworld Animation

Resource Rock Climb with Overworld Animation 1.0

Ulithium_Dragon

Trainer
Member
Joined
Sep 6, 2017
Posts
54
Ulithium_Dragon submitted a new resource:

Rock Climb Overworld Animation - Adds an animated effect for using Rock Climb in the overworld.

Rock Climb Overworld Animation
Current Version: 1.0

TTZdgKa.gif

*Please note that this resource requires having Rock Climb implemented. You need to use the same system as I did for this to work, which is from this resource.

-------
Adds an animated effect for using the Rock Climb HM in the overworld.

*This...

Read more about this resource...
 

Pepperton

Novice
Member
Joined
Jul 14, 2018
Posts
19
I posted this in a review, but I wanted to expand on it, so moving here:

Initial review:
The script works great and the animation looks pretty nice, though it is a pain to have to manually change the OW of the character in each frame. I did have to change line 264 in the script in order to get it to properly run on the latest version of Essentials. I changed it to:
Code:
Expand Collapse Copy
HiddenMoveHandlers::CanUseMove.add(:ROCKCLIMB,proc{|move,pkmn,showmsg|

Update:
I noticed that the animation doesn't alter its tone based on the time of day. If you want to add that, insert this line of code in Kernel.pbRockClimbAscendFrames (around line 239-240)
Code:
Expand Collapse Copy
spritewindow.tone=PBDayNight.getTone # NEW LINE for tone change
 

TKDragon Gaming

Rookie
Member
Joined
Jul 27, 2024
Posts
1
This resource is no longer found on Relic Castle, due to the DMCA takedown back in March. Could you send the recent version here, for anyone new to the website?
 

Ulithium_Dragon

Trainer
Member
Joined
Sep 6, 2017
Posts
54
This resource is no longer found on Relic Castle, due to the DMCA takedown back in March. Could you send the recent version here, for anyone new to the website?
The download is hosted on Dropbox, and seems to still be working (I just checked). It has not been updated past the versions it says it supports in the description.

Anyone who wishes to port it is free to do so, with my blessing.
 
Back
Top