A downloadable game for Windows and Linux

You wake up in a strange place. Can you survive the night?

#1 in Scary for The Secret Cult Horror Jam, now in immersive VR.

This release also includes advanced spatial audio and improved ambience, for maximum terror.

Note: Although this release is intended for a VR headset, you can play this release using a mouse and keyboard as well.

Download

Download
[Windows] Ritual: Blood Summon (VR Edition) 113 MB
Download
[Linux] Ritual: Blood Summon (VR Edition) 104 MB

Install instructions

This project is only known to be compatible with SteamVRTo set SteamVR as your default OpenXR runtime, see instructions here.

Comments

Log in with itch.io to leave a comment.

(+1)

Hi. I tried it on Monado with Index controllers and it starts up fine, but input isn't working.

It looks like the reason input is not working is that you suggest bindings for the actions you use only for the oculus touch controller - this is usually fine, but in this case godot defaults to suggesting default bindings for all the controlles it knows, but all of those do not include suggested bindings for your actions. So if a runtime sees that I use index controllers and godot suggests index controller bindings, it will just take those bindings, and end up ignoring the suggested touch bindings with the bindings for your actions.

tl;dr: If you make your own actions instead of using the godot default actions, you should just delete all of godot's default bindings, then it should work as intended.

(+1)

Thanks for letting me know! I've created a new build that removed those suggested bindings.