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

Search results

  1. Poq

    Completed Pokémon Castaway

    The very first post in this thread has a game download link.
  2. Poq

    How do you go about story-writing for a fan game project?

    This is excellent advice. No piece of writing (or bit of dialogue or event sequence) has to be perfect or complete the first time through. Sometimes you just need a bit if material to work with, even if it's pretty crappy. A bunch of question marks is better than a blank page (or screen)
  3. Poq

    Released Pokémon Birdcall

    Finally sat down and played this delightful game. It's a really nice, self‐contained little world - easy to play through, but providing some fun challenges. And (this is crucial), got me to use a team with several pokémon I've NEVER used in a playthrough before. All in all, I really enjoyed it!
  4. Poq

    Released Pokemon Edge of Reality (v2.08)

    Same person, two accounts, right? I'm sure you're feedback has been noted and is appreciated. The thing you must understand though is that animating hundreds of pokémon (which with sprites for front, back, shiny, gender and form differences and megas amounts to thousands of sprites) is a TON...
  5. Poq

    Resource Script for Disguise

    Okay, I found a fix that is less than pretty, but which does the trick. Find the code for "getBustedForm" and make these changes: def getBustedForm if isConst?(self.species,PBSpecies,:MIMIKYU) && self.hasAbility?(:DISGUISE) MIMIKYUS.each do |df| if df[0] == self.form...
  6. Poq

    Resource Script for Disguise

    Yeah, you can find me through the relic castle discord. If we find a solution, I'll post it here.
  7. Poq

    Resource Script for Disguise

    I don't think EBS should mess with this, but I haven't tested the solution... Try changing this altered version of the same code: def getBustedForm if isConst?(self.species,PBSpecies,:MIMIKYU) && self.hasAbility?(:DISGUISE) cf=self.form.to_i return cf+1 if cf.even? else...
  8. Poq

    Resource Script for Disguise

    Good question! This is actually something I've thought about, but haven't sat down to code yet. I think it could actually be pretty simple though. Here's an attempt. Find the code for "getBustedForm" and edit to match the following def getBustedForm if...
  9. Poq

    Released Pokemon Edge of Reality (v2.08)

    That error message makes it sound like you're missing an image file: Graphics/Battlers/substitute_back. If you check the folder and the image is there, then it's a deeper issue that's probably out of my depth.
  10. Poq

    Resource Script for Disguise

    Poq submitted a new resource: Script for Disguise - Bust that Mimikyu Read more about this resource...
  11. Poq

    Script for Disguise

    With a bit of trial and error, I've managed to put together a working script for Mimikyu's Disguise ability. There have been a few threads about this topic over on the pokecommunity forums, and I posted a partial solution to this question here. However, there were some shortcomings with that...
Back
Top