⭐V7 Released! Final major update!


Version 7 of Familiar Finders is now available for download! For the full list of features please check the Announcement devlog.

With Familiar Finders finished, my next goal is to finish Haunt the Vault. The future of my games on Itch remains in questions, but I will keep uploading new games and updates while no actions are being taken to restrict or ban them. I plan to work on two big new projects in 2026, hopefully you will be able to find them here on Itch when they're ready!

Files

Finders v7c - Win.zip 82 MB
7 days ago
Finders v7c - Linux.zip 76 MB
7 days ago
Finders v7c - Mac.zip 111 MB
7 days ago
Finders v7c - Win32.zip 84 MB
7 days ago

Get Familiar Finders

Comments

Log in with itch.io to leave a comment.

(+1)

Hi, I'm currently having a issue running the game. It won't load. I can use GODOT just fine, but it seems to just refuse to open for this version. Do you have any possible suggestions as to why?

Sometimes Godot can have system or hardware compatibility issues. Most commonly this is a problem with the GPU or drivers. You can try to force the game to use OpenGL instead of Vulkan. This is something that should happen automatically, but there are some reports of this method working:

- Right-click on the .exe file and select "create shortcut" (on Windows 11 it will be under "Show more options")

- Right-click on the shortcut and add --rendering-driver opengl3 after the target path (right after the last quotation mark)

- Run the shortcut.

(+1)

Thanks I'll see if it'll work.