• 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.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with any questions.

Recent content by Astralneko

  1. Astralneko

    Resource Terrain Tag Side Stairs

    The images aren't loading here - can anyone help me with the event code? It looks like it might be similar to the Wiki code but the instructions don't make sense for when the stairs are only one tile across.
  2. Astralneko

    Resource Elite Battle DX (EBDX) - Unofficial port for Pokémon Essentials 21.1

    Yes, however, Deluxe Battle Kit is an extension of Essentials Deluxe, which the resource page says doesn't work. Does DBK actually work with this? If not, I will probably able to convert the v19 version of ZUD to v21.1.
  3. Astralneko

    Resource Astralneko's Trivia for v21

    I knew you could set game variables to non-numbers in Ruby lol, I just figured it's a quick suggestion anyway lol. I'll change the suggestion because you can store booleans in game switches, thanks Keyacom ^^
  4. Astralneko

    Resource Astralneko's Trivia Script (PEv19.1, PEv20.1)

    Astralneko updated Astralneko's Trivia Script (PEv19.1, PEv20.1) with a new update entry: v21 version released! Read the rest of this update entry...
  5. Astralneko

    v20.1 Astralneko's Trivia Script (PEv19.1, PEv20.1) - v21 version released!

    Essentials v21 broke the v19-20.1 version of the plugin, so a new version has been released! It also adds a couple new features, so be sure to check it out.
  6. Astralneko

    v21.1 Astralneko's Trivia for v21 1.1.0

    So I wanted to make a trivia minigame for my fangame, and realized it'd be far easier to just edit a PBS-like file whenever I wanted to add more questions. These are the fruits of my labor, and I figured I'd share this with the world. NOTE: This plugin was made for v21. For the version for v19...
  7. Astralneko

    Resource Astralneko's Trivia for v21

    Astralneko submitted a new resource: Astralneko's Trivia for v21 - Asking questions from PBS, translated Read more about this resource...
  8. Astralneko

    Resource Xerneas and Yveltal items and cocoon sprite

    These look very cool! I really like the colored outlines. Given my fangame puts (white) outlines on the item graphics already, I might have to steal that idea for existing special items. While I don't have any use for these items myself - Xerneas and Yveltal don't appear in my fangame - I do...
  9. Astralneko

    v20.1 Astralneko's Trivia Script (PEv19.1, PEv20.1) 1.0.0

    So I wanted to make a trivia minigame for my fangame, and realized it'd be far easier to just edit a PBS-like file whenever I wanted to add more questions. These are the fruits of my labor, and I figured I'd share this with the world. NOTE: This plugin was made for v19.1. There is no separate...
  10. Astralneko

    Resource Astralneko's Trivia Script (PEv19.1, PEv20.1)

    Astralneko submitted a new resource: Astralneko's Trivia Script (PEv19.1, PEv20.1) - Making trivia questions easy with a PBS file Read more about this resource...
  11. Astralneko

    Resource Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents)

    Seems you've forgotten the Water Tera Shard. I can easily make a sprite by simply colorizing one of the existing ones, but just wanted to let you know so you can add in one next time you update.
  12. Astralneko

    Resource Streamlined Evolution Methods + Regional Evolution Items

    This is a neat plugin! Unfortunately I won't be using it - as I've already added similar functionality for my project so that I could have Pikachu Evolve into Alolan Raichu by having it eat a Big Malasada, among others - but if I hadn't already done that, I'd definitely be using this!
  13. Astralneko

    Resource [Obsolete] wrigty12's much less exciting and less robust Terastal Phenomenon

    I haven't done that yet, as I was more worried about colorizing itself - I've made very little progress lol - the colorize function I wrote sets the hue of all pixels to the given hue parameter, then adds the given saturation and lightness parameters to the original. You could probably use...
  14. Astralneko

    Resource [Obsolete] wrigty12's much less exciting and less robust Terastal Phenomenon

    This is very cool! I do have a colorize function I was making for my own version of a Terastalation plugin (so that the pokemon visually looks like the color of the type) that might be helpful, if you want it. Basically for the sprites of a Terastalized Pokémon, you'll want their bitmaps to be...
  15. Astralneko

    Resource D-Cipher minigame script

    One easy improvement is to change print_guesses_from_var to this: def print_guesses_from_var(password_var, guess_var, length) pbMessage(get_guesses(pbGet(password_var),pbGet(guess_var),length)) end Then simply generate a random number between 0 and (10^digits)-1, instead of specifically...
Back
Top