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!
Thank you for pointing this issue out! I actually found out that this happens for another reason - RMXP apparently throws that error when "Graphics.update" hasn't been called in a while. So to circumvent that, I just called Graphics.update after every 500 lines written to the file (taken from...
Ever needed to search for something in your events, but had to manually click through all of them to find what you were looking for? Now you don't have to! Here is a plug-and-play script that will take all of your events (including common and battle events, if you're using those) and dump them...
Make sure you've installed the code from lines 39-84 correctly, and that you ran pbEnableCharacterCommandSwitching at least once in an event somewhere before trying to access the Switch option through menu. Also, it won't show up in the middle of a Bug Contest, Safari, or Battle Challenge, but I...
WARNING! v2.0 is not compatible with the previous versions. This means that you MUST start a new save for testing if you update this script.
In other words, if you've already released a game using an earlier version of this script, then you cannot update to v2.0 without ruining players' old...
- Added "soft" nuzlocke mode (fainted Pokemon get transferred to Pokemon Storage)
- Fixed issue where player could continue after a double battle if all of the player's Pokemon died, but not their partner's
- Fixed error with catching Pokemon in double battles while having partner trainer
-...
You need to download the font from the RPG VX Ace RTP here: http://www.rpgmakerweb.com/download/additional/run-time-packages
Then install it afterwards. TBH the font should be included with the game itself...