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

development

  1. R

    [Error] I tried to give a Pokémon to the player as a starter option and got this, I'll provide more event info if needed

    ================= [2024-04-27 10:50:01 +0100] [Pokémon Essentials version 21.1] [v21.1 Hotfixes 1.0.9] Script error in event 1 (coords 3,3), map 2 (Lappet Town) Exception: RuntimeError Message: Unknown ID pkmn. ***Full script: pkmn = Pokemon.new(:BULBASAUR, 5) pkmn.ability = :PSIONICREVERSAL...
  2. R

    [Question] I don't know how to give the player a defined pokémon

    this is what I'm trying to do pkmn = Pokemon.new(:BULBASAUR) pkmn.ability = :PSIONICREVERSAL pkmn.cannot_trade = true pkmn.cannot_release = true pkmn.iv[:DEFENSE] = 31 pkmn.iv[:SPECIAL_DEFENSE] = 31 pkmn.nature = :BASHFUL pkmn.owner.name = "???" pkmn.poke_ball = :STRANGEBALL...
  3. Cushnik

    [Question] Linking RC resources

    So, my game (not released yet) contains a CREDITS file, which lists all the resources I have used for the development. Aside from resources' names and authors, it contains links to the resources, a lot of which were hosted on Relic Castle, so those links are of little use now. How should I go...
  4. Yotes

    Battle Gem Ponies DevLog #1

    (Flashback Post: December 2014...) I have an upcoming Mobile Game Design course for my Junior year at the Pennsylvania College of Technology and the project I'll be working on is this Pokemon style game featuring ponies. The Ponymon Dawn/Dusk ROM hacks inspired me to tackle turn-based...
  5. C

    Phonotactics: Don't put that there!

    For those not familiar with the term, phonotactics is the linguistic phenomenon which controls which structures of words are acceptable. Let's make up two words. Clestrath and Pkan. Try to pronounce them. Assuming you're an English monoglot, you probably found the first far easier to say than...
Back
Top