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

  1. E

    Game Jam Idea Thread

    If anyone wants some basic ideas for a circular theme A story about racing A region you traverse in a circle A tale about the full moon A tale about Pokeballs (perhaps the original) A game focused on rotation battles A tale about the passing of the torch to the next generation A groundhogs...
  2. E

    [Eventing Question] How to make an npc disappear when walking offscreen

    Well, the problem with autorun is that it overrides everything else to make itself happen. Which means if there's an autorun on the map of any kind that doesn't clear itself as part of its process, it will just run indefinitely. This can look like freezes or other stuff if its something that's...
  3. E

    [Eventing Question] How to make an npc disappear when walking offscreen

    You know you're not switching the "Self switch" for the Rival sprite's event, yeah? You're just setting it for the event with all the actions happening. A Self-Switch is an internal switch that ONLY impacts the event the Self-Switch is activated in. Also, try not to set anything except what is...
  4. E

    Help with Sprite Creation

    I would be shocked if anyone would do that for you. Maybe... maybe... maybe someone would help fix up the one sprite, but they're not going to make an entire character set for you. Like with basically all art... practice, practice, practice. Use references. Understand what you're making. And if...
  5. E

    [Scripting Question] How to force a double battle?

    Well, one good to way to check if a code is executing (that isn't very obvious by other means) is to add a line where it changes a switch from off to on. Then, you can check the switch's state in the debug after when it should have triggered. Not sure how to force double battles in wild random...
  6. E

    [Scripting Question] How to put bobbing effect smoother into pokemon icons?

    Longer, more detailed animation, presumably. Current bob in essentials is literally just cycling between a sprite and another one pixel higher/lower than it
  7. E

    [Eventing Question] Making a NPC noticing the player

    Oh, so you didn't care about them noticing you like a trainer does. You just wanted the exclamation animation for part of the eventing.
  8. E

    [Eventing Question] Making a NPC noticing the player

    Using "Trainer(#)" does not actually make them a trainer. Its just a name the scripts use to identify when they want to use the notice player actions (oh, you also have to set the trigger to event touch) It 100% in no way requires the event to be a trainer. It just means the event will be...
  9. E

    [Eventing Question] Event Movement

    If you want to understand WHY that worked... Events can't move through other events unless specifically designated as being able to. It actually makes a decent way to box in NPCs that are given otherwise random movement
  10. E

    [Eventing Question] Making a NPC noticing the player

    Yeah, literally just calling the event "Trainer(#)" (# being the spaces away to notice), and it works just to get them to notice and move to you.
  11. E

    Essentials Sprite Sizes and Resolution

    Seems like it’d take a lot longer There is also a danger to that, if youre not going out of the way to make sure the pixels are lined up with the pixel grid that’s exist at smaller scales
  12. E

    Essentials Sprite Sizes and Resolution

    In photoshop, use the nearest neighbor setting to scale pixel are without adding blur Varies where you can set it in different photoshop versions, but for example mine is literally an option in the image resize options
  13. E

    Essentials Sprite Sizes and Resolution

    No, you need the finished sprite to have double its normal size. It doesn't matter what it starts at, but you want it to fit with the rest of them. Fact that you're saying that it gives you more detail seems to suggest you're not understanding it correctly. Essentials scales these down for...
  14. E

    [Scripting Question] Modular Title Screen Example

    There are preset examples in the code for it. They are commented out (with the # symbol... it makes them green and not actually executed as code when you do). Just places those in the MTS Modifiers section and mix and match the pieces it gives you
  15. E

    [PBS Question] PBS Files?

    I hope you realize you need all the new abilities and a good amount of new attacks programmed into the gane, yeah? You cant just compile the PBS files. If anything, that should be the part thats relatively easy to do yourself
Back
Top