Search results

  1. TechSkylander1518

    Graphic [Legacy] Screenshot Showcase

    Ooh, I think it's turning out really nicely! The artstyle's great, and I really like that boat design! The one thing I can think to suggest right now is that the bodies kind of look like they're floating on the surface of the water- which, if that's intentional, is working fine, but I kinda got...
  2. TechSkylander1518

    Trying to add another effectiveness display in EBS

    (Sorry, I know EBS isn't getting any more updates, but I can't figure out what I'm doing wrong with my code and needed some help) Okay, so, basic idea: I wanted to include an option for "No effect" to be displayed as well, since marking these moves as "Not very effective" is a little...
  3. TechSkylander1518

    Customizable PokeDex

    Everyone knows that dex entries are made up. We had our suspicions after Macargo, but after the Gen 8 fossils, it's practically confirmed. So, why not let the players get in on the fun? (If you like the menu used in this GIF, be sure to check out Marin's Modular Pause Menu!) Let me preface...
  4. TechSkylander1518

    Resource Customizable PokeDex

    TechSkylander1518 submitted a new resource: Customizable PokeDex - Let the player write their own dex entries for Pokemon! Read more about this resource...
  5. TechSkylander1518

    Resource Nickname from the party

    TechSkylander1518 submitted a new resource: Nickname from the party - Sure, naming in PMCs is convenient, but wouldn't it be nice if you could do it anywhere? Read more about this resource...
  6. TechSkylander1518

    Nickname from the party

    Nice and easy to pop in: In PScreen_Party, find this section: commands = [] cmdSummary = -1 cmdDebug = -1 cmdMoves = [-1,-1,-1,-1] cmdSwitch = -1 cmdMail = -1 cmdItem = -1 Add this line: cmdRename = -1 Renaming actually works...
  7. TechSkylander1518

    Recruiting Recruiting: Vigorous City

    I could be down for a tester if you'd like!
  8. TechSkylander1518

    Discussion - Where to start?

    You should be able to still recreate those maps by putting the tileset back in! They'll retain the data from when you built them!
  9. TechSkylander1518

    Recruiting Pokemon Chronicles

    I'm aware of this. That's why I said this: Look at what you've included in your list. Six times of day? NPC trades? 18 types, when 17 are already done? Single battles? Controls? These are things found in the default essentials kit. (And controls are a basic element of any game) Why don't you...
  10. TechSkylander1518

    Recruiting Pokemon Chronicles

    You haven't really elaborated on what you're asking for. You say it's minor, but also that the game is a huge project-it makes the workload estimate confusing. I promise you, nobody is going to want to help you more if you insult other people's work. This is absolutely true. With beginning...
  11. TechSkylander1518

    Custom Pokémon Essentials Controls

    PSystem_Controls is where it's defined. Marin has a tutorial for adding more keys here.
  12. TechSkylander1518

    Error when encountering wild Pokémon appearing randomly in the overworld

    For future reference, when you get errors like this, the most important part will be this section: I think I would check in PField_Field (where pbGenerateWildPokemon is) and see if you made any changes there. (Ctrl+F for "pbHasItem" should help you find it-the game is saying that you used that...
  13. TechSkylander1518

    Released Pokemon This Gym of Mine

    I think something got broken with the mayor leading you to your house in the new update-the mayor will move on, but the player is stuck in place. Everything else seems to be going great, though!
  14. TechSkylander1518

    Discussion - Where to start?

    I'd say first figure out what your main draws are-Gameplay, story, fakemon, etc. Then, from there, start forming a general idea of major locations. (A hub for a certain kind of gameplay, the major story locations, habitats for your fakemon, etc) I would put setting after your main draw, because...
  15. TechSkylander1518

    Released Pokemon This Gym of Mine

    It's an easy mistake, especially if you're the type that imagines dialogue through sound rather than text! I'm glad I could help, and I look forward to seeing what else this game holds!
  16. TechSkylander1518

    Released Pokemon This Gym of Mine

    About two hours in, and I'm loving this game! The concept of becoming a gym leader is a really popular one, and I think you did a great job with it, especially by weaving the player into the community! I do have a few nitpicky things I noticed: I also have a few suggestions:
  17. TechSkylander1518

    Pokémon Essentials v18 progress report

    Getting all this done in less than two years is pretty impressive in my book! Hope it all goes smoothly for you!
  18. TechSkylander1518

    Graphic [Legacy] Fakémon Feedback

    Oh, a 90s internet style sounds like a fun idea! I think people will enjoy the opportunity to have Pokemon-style gameplay while the world feels more like another beloved media-even if you still refer to them all as Pokemon! Envelawn's concept seems fun! The pose does strike me as being slightly...
  19. TechSkylander1518

    Map [Legacy] Map Showcase

    Cutting off the path was a good solution! The only place that still blurs the line between path and decoration is that lower left corner-and I think that path behind the trees might be for an item? In that case, blurring the line makes perfect sense for it!
Top