Search results

  1. Marin

    :youtried:

    :youtried:
  2. Marin

    Menu doesn't open

    (Maybe it's an idea to state how you fixed it, for others) (I'm not trying to minimod)
  3. Marin

    Resource Essentials PBS Editor Program

    Sorry for being so late, but I'm aware of this issue and it will be fixed in the next version. I wanted to quickly say that I advise against using this Editor until I add support for the new "Shape" field in "pokemon.txt", as, if you save with the editor, the result will not have a "Shape"...
  4. Marin

    Short-term Recruiting Artist/UI designer (small project)

    Requiring: Someone capable of creating UI for a battle system (and perhaps a few common animations like levelup) Project Title: Yet Another Battle System (god help why did I choose this name) Progress/Screenshots: Latest GIF: Method of Contact: Discord (Marin#7122) Additional Information: There...
  5. Marin

    Mega Ring Errors

    Do you happen to have the "BW Gamemode" scripts by shiney570?
  6. Marin

    [Legacy] Suggestions to improve Essentials

    If I'm not mistaken, in v17, the editor is just a part of debug and no longer an external thing.
  7. Marin

    Starter Pokemon Randomizer

    If you want to make it shorter, give this a try: choices = [:BULBASAUR,:CHIKORITA,:TREECKO,:TURTWIG,:SNIVY] pbAddPokemon(choices[rand(choices.size)],5) Does the same as Sparta's piece, but it's just a bit smaller. To add a Pokémon, just add it in the list above and it'll pick one of them.
  8. Marin

    Battle Bond ability isn't working

    I don't know if and what the differences are between 15.1 (I think?) and 16.2, but the odds that they're compatible are, as you found, quite low. I'm not interested in making them work for lower versions either. Sorry!
  9. Marin

    Entertainment Pokemon Quiz - Are you a noob or a pro?

    I'm a Raikou, apparently. I got 150/151 because I spelled "Elektrode" rather than "Electrode". I couldn't do the first one. Wouldn't load.
  10. Marin

    Discussion Username Backstories

    Why is your username what it is? What does it come from? Would you want to change it, if everyone would know you as that and there were no technical limitations? My name is a derivative from my real name, Marin (or Marijn). I don't think I'd want to change it. It's unique enough and also basic...
  11. Marin

    Sprite Resizer Error when running

    Is your game named? Or still just "Pokémon Essentials? They probably have an overlapping save file. They should delete the save file (Game.rxdata, in C:\Users\USERNAME\Saved Games\GAMENAME) and it should work again.
  12. Marin

    Resource Essentials PBS Editor Program

    M3rein updated Essentials PBS Editor Program with a new update entry: Update v1.2.3 Read the rest of this update entry...
  13. Marin

    Essentials PBS Editor Program - Update v1.2.3

    Error messages in the Pokémon Editor now give the exact field/property that caused the error and the species. Other editors will behave the same way later on.
  14. Marin

    Tutorial How to write your own GUI

    M3rein submitted a new resource: How to write your own GUI - A tutorial to write your own, basic Graphical User Interface. Read more about this resource...
  15. Marin

    2D Pokemon Sprites

    I don't think you're going to find very many of those. You'll probably have to make them yourself.
  16. Marin

    How to write your own GUI - How to write your own GUI

    How to write your own GUIThis tutorial was written for people who know the syntax of Ruby and are decently comfortable with RGSS - Ruby Game Scripting System. Before we dive into this tutorial -- this is how I do my GUI. Pokémon Essentials handles it very differently. This tutorial does include...
  17. Marin

    Scripting Tools to make life easier?

    I tried Gemini as well thanks to Maruno, but the auto-completion is crap and the identation is very odd when you copy it. I personally didn't really benefit from using Gemini then, the searching function takes very long and is in an awkward place.
  18. Marin

    Type Error

    Take a look at the moves. You're missing an argument.
  19. Marin

    A few burning questions for a new project (and new problems!)

    You can go into the scripts, PScreen_Pokedex and change the paths or bitmaps of the sprites there. I don't have much time so I can't direct you to an exact location.
  20. Marin

    Game Jam Game Jam #3: Discussion

    I'm just excited to finally be making a game. It'd be very nice to just have something playable out at once after all those shitty resources.
Top