essentials

  1. NanaelJustice

    Graphics: Anorith Tile Puzzle + Puzzle Template

    I wanted to make a custom tile puzzle for my game, but I couldn't find a template for it in the internet, so I made my own for Anorith and decided to post both my first result and the clean image without a Pokémon for whoever wants to also make their own. bgAnorith tilesAnorith...
  2. grogro

    Script: Mid battle dialogue for v20+

    This is an upgraded version of Mid battle dialogue from Golisopod User for the newests versions of Essentials. Download it here! Simply paste what's inside the folder in the root folder of your game to install it. if you need the v18 version, it's here. (only the last version, v21 here, is...
  3. NanaelJustice

    Graphics: Gen II Betamon Revamps

    Some old revamps I made way back when Beta Pokémon did not have nearly as much resources and basically every single one of them lacked a back sprite. This resources aim to provides the so much needed (at the time) back sprites for the Betamons we had a lot of options, but for front only. It also...
  4. NanaelJustice

    Graphics: Nanael's Edit Collection

    This is a pack containing a lot of my random edits I did for my games, a couple of them were available at my DeviantArt back when I had one, but I found quite a number of other funny/interesting pieces to include. Nanael's Edit Collection's full content is: -1 Pokémon Cry -11 Chars/Overworld...
  5. NanaelJustice

    Graphics: Earthretha Fakemon Pack

    A pack containing a lot of, if not all my completely custom Fakemon sprites I did from projects that were never finished. I decided to share them alongside some of my Beta Pokémon sprites as a free to use pack so those guys can have a real chance of appearing in a game! Although most of the...
  6. V

    [Completed] Pokémon [K]arma

    Game Download: https://www.mediafire.com/file/02ra6o6xhwtku2w/Pokemon_%5BK%5Darma.zip/file Made Using: Pokémon Essentials Team: Vendily Notes: This is definitely more of a game made as an excuse to code something cool than to tell a story. Technically though, it was more planned out than any of...
  7. V

    Script: [v20] Bank of Mom

    This script adds in the Bank of Mom Feature from GSC or HGSS, where the player's mother will save money and occasionally buy items. The mom attempts to buy an item after the end of every battle, if she can afford one of the MOM_FIXED_ITEMS or MOM_RANDOM_ITEMS. If she buys an item, she will call...
  8. V

    Script: [v21] AI In-Fighting

    This script adds in in-fighting between AI controlled battlers, such as Seviper and Zangoose fighting each other in horde encounters, or Mareanie targeting Corsola when summoned by SOS. (This script does not add Horde or SOS battles.) It also allows the feature to be given to Trainers, though...
  9. V

    Script: [v20\v21] Item Crafter UI Plus

    An updated version of Simple item crafting system + interface (v20.1) by ThatWelshOne_ for both ease of use and added functionality. What's New: A new PBS file, recipes.txt, allowing for the definition of new recipes in one place. Recipes that yield more than 1 units of the crafted item...
  10. V

    Script: Follower Run Sprites

    Name the run sprite the regular name + "_run". So Follower trainer_POKEMONTRAINER_Leaf has a run sprite of trainer_POKEMONTRAINER_Leaf_run class Game_Follower alias _runfollowers_initialize initialize def initialize(event_data) _runfollowers_initialize(event_data)...
  11. AskipLudo

    [Scripting Question] Player AI not using items?

    So I've followed this thread (https://www.pokecommunity.com/threads/ai-vs-ai.320906/) months ago managed to make it work since code was same. But notice that player AI is using MEGARING when have a pokemon with megastone but for potions/fullrestore it's not using it, any way to tweak some code...
  12. Swdfm

    Graphics: Basic Dark Mode for Essentials

    Are your eyes as depressingly pathetic and light sensitive as mine? Do you feel like you are going to crumble every time a white flash comes up on the screen? Perhaps you like developing fangames in a dark environment, or have had one of your team complaining about eye strain problems? Maybe you...
  13. FL

    Script: [v13+] Show Species Introduction

    Shows a picture with the pokémon species in a border together with a message containing the name and kind, play it's cry and mark it as seen in pokédex. Good to make the starter selection event. Link Tested on Essentials v13 and v21.1. If this script isn't working on latest Essentials version...
  14. Lucidious89

    Script: Improved Field Skills - Use HM's Without Knowing the Move! [v21.1]

    A mod that allows for the use of HM's and other field moves without requiring a Pokemon to know the move. Overview This plugin aims to eliminate the need for requiring a Pokemon to have certain field moves in their moveset to have access to those moves on the overworld. Instead, each species...
  15. Lucidious89

    Script: Enhanced Pokemon UI [v21.1]

    Adds various small improvements to several Pokemon UI's, such as the Party, Summary, and Storage screens. Overview This plugin enhances several of the base UI screens in Essentials that deal with displaying Pokemon information by adding new features or displays that aren't included in base...
  16. Lucidious89

    Script: Improved Mementos - Ribbons & Marks [v21.1]

    A mod that improves upon the Ribbon system, as well as including Marks & Titles. What's a "Memento"? A "Memento" is just the term I chose to refer to both Ribbons and Marks collectively. This isn't an official term, but I'm using it here so I don't have to continuously type out "Ribbons and...
  17. Lucidious89

    Script: In-Depth Pokedex Data Page [v21.1]

    Adds a new page using Modular UI Scenes to display a ton of in-depth info for each species in the Pokedex. Overview This plugin showcases the potential of my Modular UI Scenes plugin by utilizing it to add a brand new "Data" page to each species' Pokedex entry in the Pokedex. This new page...
  18. Swdfm

    Script: Multiple Exp Gaining Panel (v20 + 21!)

    Hello! I'm back with another script! Introducing Multiple Exp Panel! You know in the newer games, when your party get experience all at once, a nice little pop up graphic shows up, and it shows the bars filling up, and the level going ping, and all that fancy stuff? In Base Essentials, we...
  19. Lucidious89

    Script: Modular UI Scenes [v21.1]

    Makes the Summary & Pokedex UI's modular, enabling you to easily add, remove, and/or reorder the pages in these screens. Overview Have you ever wanted to add a new page to the Summary or Pokedex screens, but found it too confusing, or didn't like having to rewrite/edit entire chunks of the...
  20. Swdfm

    Script: Storage System Utilities (Multiple Moving, Mass Release, Swap Boxes) v20 + v21!

    So, I was wanting to add some add/adapt multiple movement in storage scripts from one of my fangames to another, and then I realised that I might as well make the script public, update it, and add a few features to it. Introducing: Storage System Utilities! A useful small plugin that allows...
Back
Top