• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Search results

  1. DerxwnaKapsyla

    Resource PokeGacha

    Creating a setting that scales the level of what you pull based on progression shouldn't be too hard. Stuff like that was planned to be a version 2 sort of thing. I had also been planning to make the concept of "banners", which would allow for more specialized tables. For example, a starters...
  2. DerxwnaKapsyla

    Resource Marin's Enhanced Jukebox

    https://mega.nz/file/Z4d2QLLD#0S2LxUw8qy_u9nRimnIrKAEeOYXBZI9W7AliwmeGUVc v21 (unofficial) update
  3. DerxwnaKapsyla

    Resource Name Windows

    Updated the Name Window script to v21; no Text Skip included in this one though.
  4. DerxwnaKapsyla

    Map Forest Map. How does it look?

    This is a phenomenally well done map! I have a few small things I would like to point out though; This gatehouse is missing the bottom of its stairs. Simple oversight with an easy fix! Water shorelines have specific tiles when they curve like this, to facilitate a more natural looking curve...
  5. DerxwnaKapsyla

    Resource PokeGacha

    There are a few species typo'd in the script, I haven't uploaded the fixed version yet. That being said, that line there will make it so a Pokemon is skipped entirely and not given a flag. Not giving it a flag, however, will still put it in the Tier 1 category (Where Base/Baby Pokemon are, as...
  6. DerxwnaKapsyla

    Resource PokeGacha

    I wouldn't call this culture- I don't actively play any mobages, and the gacha was the least engaging thing for me in the ones I did play. I wanted a way to flex my coding muscles, and this seemed like a decently challenging way to go about it.
  7. DerxwnaKapsyla

    Resource PokeGacha

    Though, something to be aware of is that may break the script unless you change the odds and rarity tiers.
  8. DerxwnaKapsyla

    Resource PokeGacha

    Add the "ExcludeFromRandomSearch" flag to any Pokemon you don't want to show up.
  9. DerxwnaKapsyla

    Resource PokeGacha

    After double checking (and having Maruno point it out), this does still work on v21. You just need to assemble flags for the species first, otherwise the arrays will break. I really am a genius
  10. DerxwnaKapsyla

    v21.1 PokeGacha 1

    (Compatible with v20.1) I made this to see if I could, to test what I knew and retained about rgss coding. I picked something I was very familiar with and attempted to recreate it at a foundational level. This is, technically speaking, fully functional, with minimal assembly required. This...
  11. DerxwnaKapsyla

    Resource PokeGacha

    DerxwnaKapsyla submitted a new resource: PokeGacha - Random Pokemon Generator but with odds and rarities! Salt not included. Read more about this resource...
  12. DerxwnaKapsyla

    Resource Mass Flag/TutorMove adder

    Can confirm that ":Species_Form" didn't do anything of note! That aside, this is such a phenomenally good resource.
  13. DerxwnaKapsyla

    Resource Modern Quest System + UI

    With some experimentation, this can be used to make dynamically updating quest descriptions... with some finagling. I feel like there has to be an easier way to do this, and I haven't tested to see if this has any... unforeseen consequences, but... It does work! def overwriteQuestDesc(quest)...
  14. DerxwnaKapsyla

    Freelance [COMMISSION] Coding/Scripting for Pokemon Essentials

    I had been wanting a system to replace breeding in my game for a while, and while I was given a system that worked for the most part, the developer got hit by real life and the critical bugs that we found went unfixed. I've known from previous experience that Goli is a phenomenal coder, so I...
  15. DerxwnaKapsyla

    Resource Reincarnation - An Alternative To Breeding

    DerxwnaKapsyla submitted a new resource: Reincarnation - An Alternative To Breeding - Breeding is outdated! Let's streamline the process. Read more about this resource...
  16. DerxwnaKapsyla

    v20.1 Reincarnation - An Alternative To Breeding 2.0

    This plugin is a port/recreation of the system of the same name in the Touhou fangame "Gensou Ningyou Enbu"/"Touhou Puppet Dance Performance". This version of the script was a commission completed by @Golisopod User. The concept behind this system is to make a streamlined alternative to...
  17. DerxwnaKapsyla

    Resource Essentials Deluxe [v20.1] [DEPRECATED]

    During the Volo fight, when you KO Giratina it will revive at maximum health and shift into Origin Form. The way I'd do it is to just constantly keep Endure status on it, then when it hits 1 HP just restore its HP to max and change its form. I've done a similar mechanic for another boss fight...
  18. DerxwnaKapsyla

    Resource Seagallop (boat "cutscene")

    I made small adjustments to this (and I do mean incredibly small, with no intention to do bigger as I am not Mr Gela) to try and make this a bit more accurate Primary changes are the following: Added a sound effect for the cutscene Sped up the cutscene to be more accurate to FrLg, as well as to...
  19. DerxwnaKapsyla

    Resource Independent Hidden Power Type

    This. THIS is something I've been wanting because the way Hidden Power works in vanilla sucks so much- and having a game with custom types means that the formula gets fucked so much. I know I'll be using this going forward! My only suggestion is to also change the type graphic of the move in...
  20. DerxwnaKapsyla

    Resource Pokemon World Tournament (Unofficial V20.1 Port)

    If I remember right, by default, trainers should use the themes associated with their trainer class in Rounds 1 and 2 or the default battle theme if they don't have a theme associated with their class). If you want to remove theme theme from Round 3, just delete the following line of code in...
Back
Top