• 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.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!

Search results

  1. rainefall

    Released pre;COGNITION [Jam Version]

    The game has been updated to version 1.1.3. This update fixes a number of crashes. It is highly recommended you update immediately. If you have version 1.1.2 you may install this update via this patch, otherwise you will have to redownload the game. Also, a huge thank you from us to all of...
  2. rainefall

    hi mills

    hi mills
  3. rainefall

    fear me

    fear me
  4. rainefall

    Resource rainefallUtils

    rainefall updated rainefallUtils with a new update entry: Event Instantiation, pt 2 Read the rest of this update entry...
  5. rainefall

    v21.1 rainefallUtils - Event Instantiation, pt 2

    I've made a couple of changes/fixes regarding event instantiation across multiple maps. Notably, you can now specify a map id when creating an event. This update also fixes a bug where event objects are not deleted if the player is on a different map when Rf#delete_event is called, particularly...
  6. rainefall

    Released pre;COGNITION [Jam Version]

    Hmmm... can you tell me a bit about the computer you are trying to run the game on? Nevermind, I am now aware that the bug is caused by not having Discord installed. Now fixed in v1.1.2. Very sorry about this...
  7. rainefall

    Released pre;COGNITION [Jam Version]

    The game has been updated to version 1.1.1 version 1.1.2 This update fixes a number of crashes and softlocks. It is highly recommended you update immediately. If you have version 1.1.0 or 1.1.1 you may install this update via this patch, otherwise you will have to redownload the game.
  8. rainefall

    Released pre;COGNITION [Jam Version]

    Today is a day for a huge quality of life update, version 1.1 is out! Due to the number of crashes fixed in this game (it is impossible to beat the game without this update) I highly recommend updating. You will need to completely reinstall the game. One major thing to note, I believe all the...
  9. rainefall

    Resource rainefallPortraits

    Rf.new_portrait takes an optional argument, align, which can be either 0 or 1 for left and right aligned respectively. I'll be honest I forgot to include it in the documentation.
  10. rainefall

    pivot

    pivot
  11. rainefall

    v21.1 rainefallUtils - Event Instantiation

    Couple of additions, notably Rf.create_event, which allows you to instantiate events at runtime. There's also a few changes you may want to take note of if you have been using rainefallUtils as a utility for your own scripts: Kernel.lerp has been deprecated in favour of Math.lerp. It will be...
  12. rainefall

    Resource rainefallUtils

    rainefall updated rainefallUtils with a new update entry: Event Instantiation Read the rest of this update entry...
  13. rainefall

    v21.1 rainefallPortraits - Cave Overlay Fix

    This update is a pretty simple fix for an issue where portraits would appear behind the cave darkness overlay. This requries making changes to the Ruby event that creates the cave overlay however, which may break compatibility with your game. If this is the case, you can turn this fix off in...
  14. rainefall

    Resource rainefallPortraits

    rainefall updated Reflections Dialogue Portrait System with a new update entry: Cave Overlay Fix Read the rest of this update entry...
  15. rainefall

    pivot

    pivot
  16. rainefall

    Released pre;COGNITION [Jam Version]

    As of now, no, the game relies on too many features specific to mkxp-z
  17. rainefall

    Resource Voltseon's Overworld Encounters

    The fix for the Options error is to change line 40 "condition" => VoltseonsOverworldEncounters::DISABLE_SETTINGS, to "condition" => proc { next VoltseonsOverworldEncounters::DISABLE_SETTINGS }, in VOE_config.rb The fix for the error on moving between maps is to add pkmn = event.variable just...
  18. rainefall

    Resource rainefallPortraits

    You would do Rf.set_speaker($game_variables[variable number here])
  19. rainefall

    Released pre;COGNITION [Jam Version]

    I think I know what's happened here. Normally the game would make you step backwards away from the trapdoor, in your case backwards was into a non passable tile. Unfortunately I forgot to toggle "ignore if can't move" on the move route, hence the stuck state. I'll fix this in the next patch.
  20. rainefall

    Released pre;COGNITION [Jam Version]

    Ah, sorry I realise now I may have made a poor design decision in my rush to get the game out. The combination lock text entry screen starts with all zeroes, and you have to manually backspace them to enter the code. It was meant to communicate how many numbers were needed, but in hindsight its...
Back
Top