- Pokémon Essentials Version
- v21.1 ✅
- Also compatible with
- v20.1
Overworld Rock Climb EX
V20.1 [Version 1.3]
V21.1 [Version 1.3]
About
Originally known as Ulithium_Dragon's Rock Climb with Overworld Animations, this resource brings Rock Climb into Pokemon Essentials with Visual Flair. Unlike it's predecessor, it not only has been updated to support v20.1 and v21.1, this resource also consists of a few new features not present in previous iterations of this resource.V21.1 [Version 1.3]
About
Setup Guide
1. Download the rar file by clicking on the Go to download on the top right of the thread.
2. Drag and drop all of the contents in the zip file into your project folder. (For the Animations.rxdata, refer to the Graphics and Audio Section in the Features spoiler)
3. Edit your outside tileset and add the tiles in the RockClimb_Graphics.png.
4. Make sure the newly added tiles inside the tilesets are given the proper Terrain Tags.
5. Add the HM09 item into the items pbs
6. Add the Rock Climb HM learnset into the tm pbs
<optional>
7. Replace the Rock Climb Move Description inside the moves pbs
2. Drag and drop all of the contents in the zip file into your project folder. (For the Animations.rxdata, refer to the Graphics and Audio Section in the Features spoiler)
3. Edit your outside tileset and add the tiles in the RockClimb_Graphics.png.
4. Make sure the newly added tiles inside the tilesets are given the proper Terrain Tags.
5. Add the HM09 item into the items pbs
Code:
[HM09]
Name = HM09
NamePlural = HM09s
Pocket = 4
Price = 0
FieldUse = HM
Move = ROCKCLIMB
Description = A charging attack that may also leave the foe confused.
Code:
[ROCKCLIMB]
VENUSAUR,BLASTOISE,SANDSHREW,SANDSLASH,NIDOQUEEN,NIDOKING,GOLDUCK,MANKEY,PRIMEAPE,ARCANINE,POLIWRATH,MACHOP,MACHOKE,MACHAMP,GEODUDE,GRAVELER,GOLEM,ONIX,CUBONE,MAROWAK,HITMONLEE,HITMONCHAN,LICKITUNG,RHYHORN,RHYDON,CHANSEY,KANGASKHAN,ELECTABUZZ,MAGMAR,PINSIR,TAUROS,OMASTAR,KABUTOPS,SNORLAX,MEWTWO,MEW,MEGANIUM,TYPHLOSION,FERALIGATR,AMPHAROS,STEELIX,GRANBULL,URSARING,BLISSEY,RAIKOU,ENTEI,SUICUNE,TYRANITAR,SCEPTILE,BLAZIKEN,SWAMPERT,LUDICOLO,VIGOROTH,SLAKING,EXPLOUD,MAKUHITA,HARIYAMA,AGGRON,ZANGOOSE,REGIROCK,REGICE,REGISTEEL,GROUDON,TURTWIG,GROTLE,TORTERRA,CHIMCHAR,MONFERNO,INFERNAPE,EMPOLEON,BIBAREL,CRANIDOS,RAMPARDOS,GIBLE,GABITE,GARCHOMP,MUNCHLAX,LUCARIO,DRAPION,CROAGUNK,TOXICROAK,ABOMASNOW,LICKILICKY,RHYPERIOR,ELECTIVIRE,MAGMORTAR,MAMOSWINE,HEATRAN,REGIGIGAS,GIRATINA,DARKRAI,ARCEUS
<optional>
7. Replace the Rock Climb Move Description inside the moves pbs
Code:
359,ROCKCLIMB,Rock Climb,013,90,NORMAL,Physical,85,20,20,NearOther,0,abef,"A charging attack that may also leave the foe confused. It can also be used to scale rocky walls."
Animation
For the Rock Climb animation, you'll be able to modify the Animation ID's through the Config file. These animations can be seen in the Animation.rxdata. If there is another resource that replaces that file:1. Create a blank RPG Maker XP project
2. Replace the Animation.rxdata file there
3. Open the Animations tab found inside Database. (must open for both the new project and your actual game project)
4. Copy and Paste the new Animations from the new project.
5. Replace the Animation ID inside the Config File to match the animation id of the rock climb animations.
Rock Climb Base
The resource provides a unique base (similar to that of the surf_base) for when you use rock climb. To modify it:1. Make sure your new base is located in the Graphics/Characters folder
2. In the config file, set the variable, ROCK_CLIMB_BASE, into the filename of your new base graphic.
Audio
The resource provides its own SFX for rock climb (which is really, just a cut version of the Rock Smash SFX). If you want to add your own SFX for when the player uses rock climb:1. Make sure it is located in the Audio/SE folder
2. In the config file, set the variable, ROCK_CLIMB_SFX, into the filename of your new SFX.
Similar to its predecessors, rock climbing can be interacted using a tileset with a specific Terrain Tag. The resource also provides an image file called RockClimb_Graphics.png. Just add that into any tileset and set the terrain tag using the debug option.
You can modify the terrain tag id number by modifying the values in line 24 and line 30
You can modify the terrain tag id number by modifying the values in line 24 and line 30
This section contains some extra config settings that you can modify inside the config file:
ENABLE_DESCENDING - This allows you to descend from the top to the bottom. And unlike past iterations of the resource, it has its own animation.
ROCK_CLIMB_BOB_DURATION - Time in seconds for one cycle of bobbing (similar to that while surfing) while rock climbing.
ROCK_CLIMB_SPEED - A modifier that allows you to control the speed when rock climbing.
BADGE_FOR_ROCKCLIMB - Like the existing Badge Configs, it allows you to set the Gym Badge required in order to use Rock Climb.
ENABLE_DESCENDING - This allows you to descend from the top to the bottom. And unlike past iterations of the resource, it has its own animation.
ROCK_CLIMB_BOB_DURATION - Time in seconds for one cycle of bobbing (similar to that while surfing) while rock climbing.
ROCK_CLIMB_SPEED - A modifier that allows you to control the speed when rock climbing.
BADGE_FOR_ROCKCLIMB - Like the existing Badge Configs, it allows you to set the Gym Badge required in order to use Rock Climb.
For plugin support, there should be a plugin called 000_Rock Climb Compatability, which will provide compatibility with certain plugins.
As of right now, this plugin (at least the v20.1 one) only supports Following Pokemon EX by Golisopod User. I'll probably make it support the v21.1 if it ever exists (excluding the unofficial port).
As of right now, this plugin (at least the v20.1 one) only supports Following Pokemon EX by Golisopod User. I'll probably make it support the v21.1 if it ever exists (excluding the unofficial port).
Other Versions
Resources | Essentials Version | Link |
---|---|---|
Old Rock Climb Tutorial |
| https://www.pokecommunity.com/threads/rock-climb.248014/ |
Rock Climb with Overworld Animation |
| https://eeveeexpo.com/resources/243/ |
Ulithium_Dragon's Rock Climb with Overworld Animation |
| https://eeveeexpo.com/resources/482/ |
FAQ
If there are any suggestions on what else I should add, please do let me know :)
- Credits