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!
Yes, you can access game variables from script calls which would look something like this
Rf.new_portrait($game_variables[100] + "_emotion")
assuming you have the name of the chosen player trainer stored in that game variable, and that the name matches the name on all the portraits for that...
Somewhat important update to this script, I have decoupled the fog position from the game map in order to smooth out transitions on map connections. This also has the unintended side effect of allowing you to control the parallax of fogs now, the option FOG_PARALLAX in config.rb allows you to...
rainefallFogs
Saw some people on Discord wanted to use fogs and map connections at the same time. I've always found fogs to be a bit of a hacky way to do lighting effects, so when I made pre;COGNITION I implemented a new kind of "fog" for its lighting effects.
Map Overlays are per map and do...
Roughly the same size as your screen. As said in the resource description I'd recommend drawing your portraits on a 192x384 canvas (or more accurately 96x192 then scale the image 200% with nearest neighbour filtering to make sure there's no mismatch in pixel density).
I'm not sure what you mean...
How big are your portraits? This script was designed with large "visual novel style" portraits in mind, so if your images aren't roughly the same size as the screen they will be mostly covered by the dialog box.
Regardless, you can move the portrait up by changing line 44 of script_portraits.rb...
I believe the problem is caused by the Show Picture event command. I have update the script to force the portraits to draw over any pictures shown with the Show Picture event command. Thank you for pointing this out as I wouldn't have noticed otherwise (I don't use Show Picture ever)
[Volunteering]
Expertise: Programming, UI/UX, Audio
Examples of Work:
Method of Contact: Discord @ rainefall
Timezone: BST (UTC+1)
Additional Information: I would like to work on something that either does something interesting with the core mechanics of Pokémon, or is not a Pokémon game.