• 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!

Recent content by rainefall

  1. rainefall

    Resource rainefallFogs

    When does this error happen?
  2. rainefall

    Resource rainefallPortraits

    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...
  3. rainefall

    v21.1 rainefallFogs - Global Fog Positions Fix

    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...
  4. rainefall

    Resource rainefallFogs

    rainefall updated rainefallFogs with a new update entry: Global Fog Positions Fix Read the rest of this update entry...
  5. rainefall

    Resource rainefallFogs

    Yes, the plugin ensures there will only ever be one fog on screen at once.
  6. rainefall

    Resource rainefallFogs

    rainefall submitted a new resource: rainefallFogs - Better fogs for lighting and more. Read more about this resource...
  7. rainefall

    v21.1 rainefallFogs 2.1

    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...
  8. rainefall

    Resource rainefallPortraits

    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...
  9. rainefall

    Resource rainefallPortraits

    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...
  10. rainefall

    Resource rainefallPortraits

    I am not sure what you mean, what is your use case?
  11. rainefall

    Released Helio

    nice
  12. rainefall

    Resource rainefallPortraits

    Panoramas are fine
  13. rainefall

    Resource rainefallPortraits

    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)
  14. rainefall

    Resource rainefallPortraits

    Can you show me your intro event?
  15. rainefall

    Game Jam Eevee Expo Game Jam #10: Recruitment

    [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.
Back
Top