• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

script

  1. B

    v21.1 Character switch mechanism

    This system basically allows you to play the game as two trainers, both with their separate teams and the ability to switch which one you control. This can be useful for example to create scenarios, where you'd play as someone else; either solo, or in a team along with the original trainer. If...
  2. Willøw

    v21.1 Bigger Ability Description Page 1.1 (Almost)

    Hello People Some of you (if not all) have had difficulty creating new abilities due to limited space for a description. I showed a preview of my summary and several people expressed interest in how I extended the description of my abilities, so here I am sharing the snippet I used. This ins't...
  3. Hedgehoggers

    v21.1 Upgradeable Badges 1.0

    An upgradeable badge system where badges may be upgraded & replaced by others! The default example from our submission, Abyssal Shroud is done by 2 rows of 9, where badges 1-9 are the top/original & badges 10-18 the replaced/upgraded version.
  4. Y

    v21.1 Customizable Crafting System w/ Unlock Conditions + UI 1.0

    https://postimg.cc/vcj7nMcm Features -Customizable crafting system -PBS file integration (define crafting recipes and their outputs in crafting_recipes.txt) -Multi-ingredient recipes with quantity requirements -Live UI indicator for players if they have all ingredients to craft recipe or not...
  5. sandythellizard77

    v21.1 A* Advanced Pathfinding Script by ForeverZero Compatibility Patch For Pokemon Essentials 1.0.0

    Original Script: https://forum.chaos-project.com/index.php/topic,9784.0.html I modified some of the games core files to make this not have conflicting functions and variables. You will need to replace some of the original files with these ones, and add the other script after init and before...
  6. rafahbit

    v21.1 Random Item Giver 1.1

    Are you tired of having to configure the items given to the player one by one? This script is for you. In it you can configure a list of items where the player will receive a random item or more in a random quantity, fully configurable. Along with the script, there is a small guide to use it...
  7. artzoyd

    v21.1 Soft Reset Without Going to Main Menu/Title

    I made some code that makes it so you can run an in game event command that has basically the same functionality as "Continue Game" in the main title menu. When run in game it loads your most recent save data automatically and seamlessly. I did this to create a faster soft reset and be able to...
  8. Luxintra117

    v21.1 Menu Makeover: Sleek Pause UI for Essentials v21.1 1.0.0

    1. Replace the old script in your Essentials project Open your Pokémon Essentials project folder. Launch Pokémon Essentials Script Editor (from inside RPG Maker). In the left panel, find the existing UI_PauseMenu Delete that old script section. Import (or cut-&-paste) your new UI_PauseMenu into...
  9. Luka S.J.

    v21.1 Game Time 1.0

    Adds an "unreal time" engine to your game. Manipulating time You can use existing methods to skip ahead in time: GameTime.move_to_morning skips the time to 06:00. GameTime.move_to_afternoon skips the time to 12:00. GameTime.move_to_evening skips the time to 19:00. GameTime.move_to_night skips...
  10. W

    v21.1 Simple Party Pause 1.1

    This resource is a heavily edited version of Voltseon's Pause Menu to include only the party hud. If any of them want this removed i will do it :D. The included graphics are from there, and if you dont want to use those, you can create your own! You can also edit the positions from the file (it...
  11. LcorpOfficial

    v21.1 Easy Player Transfers 1.0

    Easy Player Transfers This plugin simply adds the ability to conveniently teleport the player from one location to another with a fade-out to black. The purpose of this script was to make map transfers via a script call easier, but also a workaround to allow for variables to be passed to the...
  12. PotatoCant

    v21.1 GameplayGifs 1.0.0

    This plugin instantly allows you to display gifs on the screen anywhere without disrupting gameplay. Usage To activate this script, just type the following with agif in the Graphics/Pictures/ folder with the same name (location can be changed in the main script file) pbShowgif("name") there...
  13. Swdfm

    v21.1 Dynamic Text Entry Screen (Search Bar)

    A slightly early Christmas present from Swdfm! This is an interface that works exactly like the Text Entry Screen (The screen where you usually enter a name), except it also has a list of options to choose from that change depending on the text input I've also added some examples of where this...
  14. Evil[Simiabraz65]

    Battlestyle Set if Hard Mode

    I want to make sure that when the player selects Hard mode with a switch, for example, the battlestyle is always set and cannot be changed. I've looked at several fangames like Anil that have this, but I don't understand how they did it. If anyone knows, I'd love to know.
  15. C

    v21.1 Changed move type display script

    here is a short script that changes the type displayed of moves affected by abilities like pixilate to their new type, the script also makes hidden power show its type. # updates move type ui based on abilities that change it. class Battle::Move def type_ui_modifiers(battler) # if...
  16. Evil[Simiabraz65]

    Battleback for Terrains

    In Pokémon Reborn, Rejuvenation, Désolation when a terrains appears the battleback change and I'm trying to do the same but i tried many things but nothing works if someone know how to do it in Essentials V20.1 i'll be thankful.
  17. rafahbit

    Idea Just dance plugin

    I'm trying to create a Just Dance mini game, but I'm having a lot of problems. The mini game would work as follows: calling pbDanceGame(ID, Speed) would start the plugin, which would open a simple interface with the sequence name and then a countdown, after which the mini game would begin. For...
  18. Tea-Rex

    v21.1 M.A.G (Moves & Abilities Galore) 0.4.1

    M.A.G (Moves & Abilities Galore) M.A.G is a large archive of old custom moves and abilities that you can just plug and play within your own game. Features Custom scripted moves & abilities Settings to change some effects of old moves & abilities Ability to submit your own moves & abilities for...
  19. Aegisthus

    Limiting Party size for an event

    Hello everyone! First of all, thanks for the help and resources. They have helped me a lot since I started developing my own game. Using v19 before, I had set up an event (a tournament) where the player had to fight against 4 trainers in a row in 2vs2 battles. The script I used made the player...
Back
Top