• 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 Disccat

  1. Disccat

    Your suggestions for Essentials

    With the idea of a game offering different story branches, I think it would be interesting to offer the possibility of starting a new game while keeping the Pokémon stored on the PC. It would be like a New Game +. Obviously, these Pokémon from the old savegame could be moved to the PC, but they...
  2. Disccat

    Your suggestions for Essentials

    For an open-world project, where arena bosses can be fought in any order, it would be nice to be able to set the level of a trainer's Pokémon to the same level as the highest of the player's team. With a minimum level like 50 for example, if the player has no Pokémon with a level higher than 49...
  3. Disccat

    [Error] Translation problem

    Hello, I made the translation of my project to distribute a demo. It works, I have access to English and French. However, when I compile the encrypted data, it is always possible to select the language, but it does not apply. Yours sincerely. And if you want to try the demo (beta), the link is...
  4. Disccat

    [Error] Github - ScaleWildEncounterLevels

    Hello, I often fix my project using the updated scripts on Github from Pokémon Essentials, and one of the additions regarding wild Pokémon modeled after our team level interested me. The script works well, the wild Pokémon have their level increased along with our team level. However, when we...
  5. Disccat

    Report bugs and errors in unmodified Essentials version 21

    When you win the Pokémon league (VS Blue), after the credits, the Hall of Fame map stay under the other map, and same with the "player" watching up under the true player.
  6. Disccat

    [Scripting Question] WORKS - For a new Ability effect

    I tested it and it works. The Pokémon with this Ability sees its Normal type Attacks become super effective against the indicated types (like Grass), while keeping the other affinities. A Pokémon with Ghost and Grass types is insensitive. It's neutral against a Rock and Grass types. I had...
  7. Disccat

    [Scripting Question] WORKS - For a new Ability effect

    It's work now! Thank you very much StCooler. The code in the script "Move_UsageCalculation
  8. Disccat

    [Scripting Question] WORKS - For a new Ability effect

    Hi, I would like to create a new Ability for a "new Pokémon" in my game (it's a legendary). The effect of this Ability is simple, Normal attacks keep their basic affinities, but are super effective against some types (Steel, Dragon, Water, and more). I tried to do it myself, I'll continue to...
  9. Disccat

    [Error] [V20] SOLVED - Map connexion problem in my game

    I have come across three different cards where when I approach another card, the game goes into error. I can go to these cards as long as I don't go near the card it's having trouble with. Following your advice, I removed the automatic events of two conflicting cards, but it does not change...
  10. Disccat

    [Error] [V20] SOLVED - Map connexion problem in my game

    Yes, I converted my game from version 19.1 to version 20. After a few new maps, the size does not seem to be a problem. However, on some old maps, I had deleted the map connections metadata to start over. The first two maps linked, no problem, but when adding the third one, the game crashed when...
  11. Disccat

    [Scripting Question] How do I change the IVs of wild Pokemon encountered?

    Go to the "Overworld_EncounterModifiers" script, and add this just before the "random dungeon map" line. EventHandlers.add(:on_wild_pokemon_created, :max_full_iv, proc { |pkmn| if $game_switches[XX] pkmn.iv[:HP] = 31 pkmn.iv[:ATTACK] = 31 pkmn.iv[:DEFENSE] = 31...
  12. Disccat

    [Error] [V20] SOLVED - Map connexion problem in my game

    I think the problem is with the map connexion, the game stop and show the next message : Do I have to restart some maps with the V.20 of Essentials, or doing them smaller ?
  13. Disccat

    Report bugs and errors in unmodified Essentials version 21

    About Pokémon Essentials V.20 ; -When my Pokémon is fainted, I don't have "K-O" but "PKRS" as picture in the Pokémon menu in fight. (I unintentionally restarted the game with F12 when I wanted to take a screenshot like on Steam... XD). -When we are with May and we go to the West way of Route 3...
  14. Disccat

    [Scripting Question] SOLVED - Es19.1 - Keep map song in battle

    Hello, As in the title, I would like to have an option to keep the map song (or a song played) in battle (as you can see with Sworld and Shield version, in the "battle" tower elevator). The song is not restarted when the battle starts, no jingle of victory, and the song is not cut when the...
  15. Disccat

    [Error] (V19.1 +8G +GitHub) Compiling encrypted data loses PBS "names"

    Hello. I'm using V19.1 +8G project, while correcting the scripts with GitHub. I prepared a demo of my project as I usually do, encrypting the data. The problem is that the data in the PBS file (Pokémon names, Ability names, item names, descriptions, etc...) seems to be non-existent once the...
Back
Top