Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
I haven't touched EBS in any capacity so I wouldn't know. You can check that itself by running from a battle; if there's a sound there, then you don't need to worry about that.
DerxwnaKapsyla submitted a new resource:
Defining trainer Pokémon's EVs (Crosspost) - Full customization over an AI Trainer's Pokemon is now doable
Read more about this resource...
Introduction
This is a crosspost of DoesntKnowHowToPlay's post from Pokecommunity, with his permission since I don't think he'll be making an account here, and this script is far too useful to not have be more public.
Original Post
I doubt anyone who knows what they're doing would have a hard...
DerxwnaKapsyla submitted a new resource:
Wild Pokemon you can't catch - Imagine the Ghost fight from RBYFrLg, except the ghost fights back
Read more about this resource...
Introduction + Code
Wild Pokemon you can't catch are a pretty novel concept, and can make for an interesting story experience; for example, it can be partially involved with recreating the Totem Pokemon Battles from Sun and Moon! The tutorial itself is rather simple to work with, so lets dive...
DerxwnaKapsyla submitted a new resource:
Implementing missing sound effects - A collection of sound files to spice up your fangames
Read more about this resource...
Introduction
This resource/tutorial hybrid contains a collection of sound files that you can use to bring a bit of extra life to your fangames. While the code was designed with Essentials-built fangames in mind, the sound bytes themselves can be used however you want. A link to all of them can...
What inspires the world your game takes place in?
Fan-material over on the old TRSRockin' website. There was a region there called "Ytria" (which my brain misread as Yitria) that a lot of the fan-works take place in. I would fantasize about the region, and eventually it branched off into its own...
Faith & Prayer Version hasn't had a lot of cut content, but there was a few things that I have trashed in development.
Faith & Prayer Version was to initially have four regions. Early on in Johto, and even back during mid Kanto, I was struggling to really work Hoenn into the plot. By Mid-Johto...
it's not a rom haaaack ;~;
Thanks for the complement! Honestly, I put forth an absolutely immense amount of effort into this, much more than I probably needed to, but when I heard what the theme was I knew exactly what I needed to do. Given the fact that I was suffering from a two year...
This tutorial will show you how to add a song to the Continue screen in your Pokemon Essentials-based Fangame. For those wondering, "Continue Screen" means the menu where you go to press Continue/New Game/Options/Mystery Gift, and the ability to have music on there is a derived idea from the...
DerxwnaKapsyla submitted a new resource:
Continue Screen Music - Recreating a concept that was only used in Gen 2 and the associated remakes
Read more about this resource...
--Okay now I KNOW what you're thinking. You're probably thinking "Derx, this isn't Faith & Prayer Version! What're you doing!" Except, you probably aren't thinking that because I'm new here, and there's no thread for Faith & Prayer Version here! Well, forget what you don't know about Faith &...
I wouldn't say that's a problem with the script, but a problem with volume levels. I'd suggest either raising the volume of the sound effect or lowering the bgm's volume.
DerxwnaKapsyla submitted a new resource:
Egg Incubation Script - Do you hate hatching eggs normally? Boy I know that feeling
Read more about this resource...
Generic Weather Sounds
Like in the Pokemon games proper, this script modification will allow you to have background sound for when weather is going on. After hours of Trial and Error, we got it working decently. Credit goes to Maralis for getting the script working.
To get the script working...
Another script made by Maralis; I didn't like how the default debug options for egg hatching worked, so this script makes it so all eggs hatch instantly instead of forcing you to walk an additional step after selecting the Force Hatch option.
In PField_DayCare, look for the line...
DerxwnaKapsyla submitted a new resource:
Wild Battles that can result in Double Battles - Replicating the effect of the Gen 5 games where you have WDB Grass
Read more about this resource...