• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by Swdfm

  1. Swdfm

    [Custom Feature Question] Player can swim still water

    OK, so there's two ways to do this potentially. Which one you use depends on this question. Is there a single map in the game with both sea water and still water? Or is there a part of the game where still water becomes sea water via a map connection or transfer? IF NO: 1) The easier option...
  2. 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...
  3. Swdfm

    [Essentials] Pokémon Radiant DX Recruiment!

    We are recruiting for: Pokémon Radiant DX! A brief summary of the game: Features: This project uses RPG Maker XP, and Pokémon Essentials Version 21. Who are we looking for? Pics: Credits (As of A.1.0) Credits: Following Pokémon: Gen 9 Project Overworld Encounters Voltseon Elite...
  4. Swdfm

    [Released] Pokémon Radiant DX!

    Update: vA.1.1 9th October 2023 You always remember your first... minor update! - Fixed issue with switching in battle (hopefully!) - Added Fancy Location Signs! - Added Speedup Button, Up To 2x(Default is G!) - Overworld Sprites Now Swim in Water! Also, @PokemasterZane I'm not sure what you...
  5. Swdfm

    [Freelancer] i can help with overworld sprite for gba rom hacks and fangames

    Hi @eLuca9 How do you feel about working with tilesets? I can see that you've worked with character sprites. Do you have Discord? If so, please get in touch. I am interested to see if you'd like to work with us Thanks, Swdfm
  6. Swdfm

    Graphics: Overworld Swimming Sprites!

    Hello everyone! I've got a lovely new resource for you! Have your overworld Pokémon gained Biblical powers, and are able to seemlessly walk on water? Well, mine did, and I think it looked a bit odd. So I gave all the Pokémon some swimming lessons, and now we have: Overworld Swimming Sprites...
  7. Swdfm

    [Released] Pokémon Radiant DX!

    Introducing: About Questions How long does this take to complete at the moment? When will Pokémon Radiant DX be completed? How often can we expect to see an update? Help! I've found a bug! What do I do? Which Pokémon are in the game, and how many will be in the completed one? Can...
  8. Swdfm

    [Scripting Question] National Dex requires that mon to evolve like in FRLG inspiration

    DONT_CARE_ABOUT_DEXES = 69 def check_evolution_internal return nil if egg? || shadowPokemon? return nil if hasItem?(:EVERSTONE) return nil if hasAbility?(:BATTLEBOND) species_data.get_evolutions(true).each do |evo| # [new_species, method, parameter, boolean] next if evo[3] #...
  9. Swdfm

    [Error] Error when checking for species encouter on map

    Hi @theRiolvile If you look at the first line mentioned in the error message, in 004_UI_Pokedex_Entry, on the line that the error says, then you have attempted to call an element from an array that doesn't exist or is classed as nil. So next you must reverse engineer and find out why the...
  10. Swdfm

    [Error] "stack level too deep" When Intimidate is activated

    Hi @SuzuiXii It seems the issue is not with Intimidate alone, but with another ability that checks everyone on the field, like Damp or Cloud Nine. Maybe it is related to Intimidate. It is a pity that I cannot see the next line of the error message, because then I would be able to figure out...
  11. Swdfm

    [Error] Trying to turn HMs into items with outdated plugins (v21.1)

    Hi, @UltraPokeMaster01 It seems that the error message that you meant to send hasn't shown up. Could you maybe try again, please?
  12. Swdfm

    Pokemon essential

    Hi @simcro2002 Yes, it is absolutely possible, but quite complicated You'll have to put this script somewhere between the GameData section and above Main, or in a plugin, and turn the relevant switch on when you want to do the battle. Otherwise, do a fight against any trainer, and they will...
  13. Swdfm

    [Question] (Essentials) How to make an event move to a specific point on the map

    Hi @BiggSlorp So, there's a few ways to address your problem 1) Move the rival based on where the player is. 2) Move the rival based on where they start. Both solutions work, but one can be easier than the other depending on what the layout of the room is like. When I write the solution, I do...
  14. Swdfm

    [Custom Feature Question] Global weather but only on outdoor maps

    Hello Zanlan. The internet has heard you! So, $game_screen.weather overrides any metadata checks that requires the map to be an outdoor one. What do we do then? Depending on how you calculate which weather appears, will depend on how it is stored Let us assume you know how to store future...
Back
Top