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

  1. pansygum

    [Scripting Question] Swapping tilesets without reloading map

    Sorry to come back to this so late. I tried the method that NettoHikari posted, and it achieved the same effect as my original script. The problem still lies in not being able to refresh/reload the maps Tileset graphics without switching maps entirely. Ultimately, I've decided to give up on this...
  2. pansygum

    [Scripting Question] Swapping tilesets without reloading map

    Hi all, I've been plugging away at this problem for a while and have yet to come up with a solution. I made a post a while ago about swapping tilesets based on day/night, which works well for the most part. (Placed in def updateTileset in Game_Map, around line 70) def updateTileset...
  3. pansygum

    [Error] Expected species name

    Yeah, it definitely looks like an issue with the previous trainer. Specifically, it seems like you listed out too few Pokemon for the trainer before your HIKER trainer. See where it says "Message: Expected a species name: HIKER"? That means that on the line (line 32 for you) where HIKER is, it's...
  4. pansygum

    [Other Question] How do you change the hp bar speed?

    The method I posted above is for regular Essentials, not EBS. I don't use EBS, so I'm not sure how it'd work there, but I'd assume it'd be in a similar part of the EBS script.
  5. pansygum

    [Scripting Question] Increased stats for shinies

    So, how'd you do it?
  6. pansygum

    [Question] Help with a Shiny.

    Great colors already on the normal form, that blue really pops. Maybe for the shiny variant, something with yellow (for the moon) and a deep purple (for the night sky).
  7. pansygum

    HG/SS Style Battle Screen

    Yeah, they're more of a tweak to the stock Essentials UI than anything else, but noticeable if you're looking for it. Here's a quick comparison.
  8. pansygum

    HG/SS Style Battle Screen

    I made these in an attempt to emulate the style of the battle buttons in HG/SS. Stock Essentials already uses their style and colors, but I wanted to be a little more faithful to the more square design of the original. Not a very big change, but a noticeable one, I think. Thought I'd share in...
  9. pansygum

    Simple Bitmap Color Swapper

    Hello, and thank you for sharing your resource! By my understanding, this allows you to edit the displayed colors that essentials uses when showing an image. So you could change all of the red pixels on trback000.png to blue whenever it is displayed, or something like that. Is that correct...
  10. pansygum

    [Other Question] Making different trainers for different difficulties

    I think there's a much simpler way you could go about this, if I'm understanding your issue correctly. Check out the wiki page for defining a trainer - https://essentialsdocs.fandom.com/wiki/Defining_a_trainer Partway down, read where it talks about version numbers. You could have multiple...
  11. pansygum

    [Scripting Question] Swapping Tilesets based on Day/Night

    Ah, good catch. I'm not really sure why I used "maps" instead of "tilesets" there! Hope that makes it easier for people who see this in the future. Using +1 as opposed to something like +40 to determine the nighttime version of the tileset will certainly lead to a cleaner Tilesets list in your...
  12. pansygum

    IV letter grades on the stat screen and PC screen

    Thanks for sharing this, the style and colors are great.
  13. pansygum

    [Eventing Question] Problem with Battle Backgrounds

    If the method on the wiki page "Backgrounds and music" under "Deciding which background to use" isn't doing what you want, I'd recommend splitting up your full map into several different maps based on which battleback you'd like to use, and then setting their battlebacks as you see fit in the...
  14. pansygum

    [Other Tutorial] Mini Gamemaking Tutorial Series: Compact Mapping

    Wow, what a great post. You've put that feeling of a map being "right" or "wrong" into such clear and concise wording. That idea of keeping POIs within view from each other so that the player always has somewhere interesting to go next - I've been trying to "decode" what makes so many of...
  15. pansygum

    [PBS Question] Invalid Trainer

    You're sure you haven't changed anything in the trainers.txt file? Would you mind posting the whole few lines or so that makes up LEADER_Brock?
Back
Top