You must be 18+ to view this content

Among Cults may contain content you must be 18+ to view.

The creator of this page has specified that it contains mature themes and content. Please enter your birthdate to verify you are 18 or older:

or Return to itch.io

Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1 to 40 of 280 · Next page · Last page
(-1)

Woah it's been a while since I played this game and looked at the page. didn't know that there's sudden activity here. I had a lot of fun with the test version of the game. I don't usually like vore based games, but this one was really fun. Gonna look into the Boosty page now.

(+1)(-1)

Im enjoying the game but it keeps crashing and now im stuck unable to move

also nothing happened even though I have Helens relationship at two bars when a female

(-1)

Demo version is very outdated at the moment.

(+1)(-1)

I see

Is there somewhere i can get the official version?

Read description.

I did, it just says follow the boosty for updates?

is that where it is?

(+1)(-2)

is the full game out or is it just the demo?

How to unlock Katya's scenes?

(-1)

This is not a question for demo version comments.

What is the gift for Helen?

Just talk with NPCs around two cities.

(+1)

heya! I was trying to subscribble thru boosty, but unfortunately it doesn't seem to want to go thru? do you have any other ways of subscription I desire to throw money at you

(2 edits)

Unfortunetly, sanctions force us to use Boosty that works sometimes at best. Mostly on our hopes and dreams.
But we have a version for PayPal payment:

Link to Boosty post

Whenever i go to the outskirts in the theocracy, i get stuck and i cant do anything except swing my weapon. is there a fix for this?

This is a test version bag. 

And this is a comment section for demo version.

Reload safe file before gathering any artifacts and go into outskirts first.

Im on the quest "Keys to Heaven" at the step "Talk to Athena". When I go into her building, there is already a player model there and it's blocking the interaction with Athena. I currently have the female player but the one blocking Athena is the male, not sure if that matters or not, but I did try switching back to male too. Ive tried loading saved from hours prior, at the "What's Next?" quest, but the same issue persists. Any thoughts on a fix?

Ive also found that there is a player model next to Lisa as well

You are playing old test version with game breaking bugs.

There's no work around.

It's question for the current test version and not for the demo version as it not include character sprite in dialogue.

All questions about test version will receive answer only in discord server for subscribers to not bring spoilers to people who didn't yet tried the game.

Comment devenir une femme ?

(1 edit)

Progress through the story, you'll be able to talk to an Alchemist at the Theocracy to start the side quest, the building should here after passing the fountain

пожалуста помогите я застрял в задание найти артефак я последний не могу найти я все перечесал но не мог найти скажите где оно находится?

(1 edit)

Похоже тут только это поможет.

I had always seen this game. Is it just oral vore? Or were there other kinds of vore in the game?

Yes.

(1 edit)

---

This is comments for Demo version of the game, and you are asking question about content that is not included here. 

I'm very sorry, i've only ever played the full game outside the demo so I was unsure of what content was restricted, where can I go to find an answer to that question? 

All good, questions are welcome on the discord server for subscribers and in the PMs on Boosty. 

And without spoilers, my advice is smacking her with a stick or going back to previous location and back into location where she jumps you. There's 10% chance for her to spawn on certain locations.

When I leave the chapel in the 'Keys to Heavens' (defeat Athena) quest, I am unable to do any inputs. How can I fix this?

I do have a NW.js error whenever I boot up the game, saying
"Your profile can not be used because it is from a newer version of NW.js."

Reload save before talking to Lisa. 
Do not talk to her before having another person in your party.

What is the code to the crystals? I feel like I've tried every combination, but there's always one that switches the opposite side from red to white

(+1)

Focus on top 3 crystals.

(-1)

I really enjoyed the demo and would love to support the dev(s) but Boosty will not accept my card for whatever reason, I was wondering if there's an alternate way to pay and get more content? I saw posts on Boosty about PayPal being an option at some point but the link seems to have been expired. Whether it's here on itch, PayPal, Patreon, etc. I'd love to hear/see another option. Thank you

Sanctions cut us off from every option you listed here.

That’s unfortunate but thanks for getting back to me. Hopefully I can find a way to sub too boosty

(+1)

Loved the demo but I think I hard locked my game by talking to the fairy queen before the ghost lamia

The game says it will not work with joiplay, but... It seems to be working just fine. (Vore really isn't my thing though.)

It breaks a lot of animations according to feedback. 

(+1)

I don’t know if this issue is fixed in the in-development version, but you should normalize all your filenames to lower-case.

Any RPG Maker MV/MZ game can be easily ported Mac/Linux/Android by simply swapping out the NW.js runtime for one built for the desired OS, EXCEPT that unlike Windows, other operating systems give a shit about case in filesystem paths.

This demo functions perfectly fine on Linux (and likely other platforms) but fails to properly load several assets because of case mismatches.

For example, the game trys to load www/img/layers/31_Лока_Фон.rpgmvp but fails because the real name of the file on disk www/img/layers/31_лока_фон.rpgmvp.

This works properly on Windows because it has a case-insensitive filesystem for some reason so those paths are identical as far as it’s concerned.

This is easily avoided by just always using lower-case letters in filenames, or at least enforcing some kind of consistent naming for files.

For those who want to bother, this game should work on other platforms if you have the patience to rename all the files to the case the engine expects.

The proper way to fix it however would be to normalize the filenames and release a new build so the game doesn’t ask for the wrong path in the first place.

(2 edits)

Hi, I am not planning to do anything with that in the nearest year or two because I want to finish the game on the platform I can play it myself first. And fix a lot of problems it has.  
Then, maybe, after everything done and there will be no changes, I will look into the way to port the game on other platforms. But right now it's made for use on windows and windows only. 

(1 edit) (+1)

The filenames are the only problem here, if you fix that first you should have zero problems with other platforms.

A little bit of foresight saves you a massive amount of work later, so getting it right the first time is worthwhile.

At the very least, try to be consistent with filenames moving forward to reduce the potential amount of work in the future.

This problem could be fixed with a simple script that rewrites all the paths but I really shouldn’t have to patch your game for you, especially for a problem so easily avoided.

If you have any questions, I’m happy to answer them. I just hate to see people walking into easily avoided pitfalls.

(1 edit)

A lot of plugins use a very specific case-sensetive naming for images so I need to be very carefull with the smallest change. 
I will impliment the change eventually. But for now focused on trying to finish next update as soon as possible and make all the functions work at least on one platform. 

I still struggle with constant crushes that happens every 30-40 minutes and can't find why it happens. Because sometimes it didn't happen at all. 
And famous forest fairy accident. Why it crushes the game when only girl version of the MC present? 
I have no ideas. 
Sadly most of the time I presented with a choise to work on game and finish new scenes, locations, etc to put a new version for supporters on Boosty, OR searching for a way to get rid of the old bugs. 

And this year in addition to upcoming update, I took on an additional little project that should be finished in February.

I really appreciate your advice about lower-case naming.
Just need to make sure the ungodly amalgamation of plugins I use will not hang itself on it's own code when I start changing file names. 

If the crashes happen after a somewhat consistent amount of time, it may be your computer running out of memory. This could be easily checked by running a monitoring program (or just task manager) while playing the game.

RPG Maker is not what I would call memory-efficient and a plugin could be leaking memory.

I have seen probably only 10% of the game so I can’t speak personally on any other bugs, but after fixing all the filenames in img/layers/ I’ve had no other gameplay-affecting issues with what I’ve played.

To be fair, you're running on Linux, which is just a far cleaner and more efficient operating system (usually).

[Nymph Realms]
So this is why the game simply refuses to run for us.

Could of sworn it was working the other day, though.
Not sure what changed

(+1)(-1)

where can find Bench

(+1)

For a demo, this is quite long

Can't get passed the goblin girls. the escape system is jank, and when i hide in the bush they all of a sudden stop and turn around instead of passing it so i can't get passed them

(-1)

That means your weapon is weak or you didn't touch a strength potions. Some enemies need more than a few hits with a club to go down, but each potion make it easier.

Or you are really bad at mashing one button to escape. Either way there's 3 options how to get past goblins. 

i have the fire sword, and no matter where i swing from it doesn't hit. and i have never lost a mario party mini game, and if you've played mario party, you'd know a lot of those are button mashers. so it might be my keyboard not reading it correctly, cause i know for escapes etc, that require pushing the arrow buttons it takes me pressing a couple times to get the arrow key to read. so it might be on my end, and if it is I apologize for calling the escape system jank

That means you catched a very rare bug that makes battle system hang itself on it's code.
It can happen during saving on the location with an enemy and then immidiatly loading save file back. It's very annoying to deal with and we are looking for a fix since adding system in. 
Possible solution is loading a save file before coming to goblin's location and proceeding forward. It should fix it, as the fire sword must shot them with one hit, no matter what. As it has a priority over anything else.
And if it doesn't work then we have a big problem... 

(6 edits) (-2)

Where and when do you do "Sweet dreams", "Cozy Sleepover", "Morning Prayer" with Valentine (scenes from tower of memories)
same thing for Hope "The mother knows best"

Also I got 5 gold hearts for Susan but I can't find her anywhere for the "writers' sleepover"

Also in the tower of memories who is that last lamia girl in the bed I didn't seem to encounter her at all, she wasn't that starting lamia in the forest or that one in the old house.

(+1)

Everything I am going to say here will be considered a spoiler. 

So, in order to get a day ending scene with a character you need to have 5 golden heart and view their 5 golden hearts scene. 

Valentine's first scene if available if you get her to 5 hearts at first day and then visit her as the night comes.

How do I go next day

Bench.

(+1)

what th... SPEEEDWAAAAGON

(-1)

Is it possible to wittness one of the cow girls releasing someone into a fertilizer bag?

(+1)

No.

i'm new to this game since i just downloaded and i'm currently stuck right after running away from the angel, what do i do

Read the quest journal.

(1 edit)

the only quest that i havent completed is who am i, the only one i completed is messenger of war

Then go to sleep on the bench in the City of Horns or talk with a character in the City of Snakes with whom you have 5 golden stars. 

Are there any cheats to unlock the gallery? Or a 100% save where the entire gallery is unlocked?

Tower of memories saves all opened scenes, so after going through the game on several saves you can visit the tower and look scenes from all the saves you had. It also loads images into your gallery when you do so.

I know that. My question is, how can I watch the closed scenes?

(-2)

Play the game and unlock them.

Hey guys. Am I the only one who cant download this version? It just says "No compatable dowloads were found". Can anyone help me with this

(-2)

I have been absolutely loving the new update but giving Bertha a BJ broke this update ;-;

Bug Report
Version:
2024 Demo
* I downloaded it this year, but this is what the page and rar file say.

OS:
Linux

Method:
Steam Desktop Client — Proton Experimental

What was I doing when the game crashed:
Just finished the bartending tutorial

---------------------------------------------------

Among Cults - Post Bartending Tutorial Crash

Among Cults - Post Bartending Tutorial Crash

---------------------------------------------------

Pressing F5 at that screen results in a Crash to Desktop instead of restarting the game.

You took the game out of the archive using a winrar before playing? 

(1 edit)

Yes. Were we not supposed to do that? It was working fine until the bartending tutorial.

Edit — it may not have been WinRar; but the unpacker serves the same function. We have two unpackers, we don't know what the one we used is called, the other one is PEAzip or something like that. Should we try unpacking it with PEAzip instead?

(1 edit) (+1)

Some people doesn't take game out of archive and that causes the same issue. I have no idea what else can cause that, but if the bug doesn't repeat, then it's just a random engine crash.

(+1)

Alright, we saved not far from the bar, and since the tutorial seems to start automatically if you go left far enough in the bar, it's not too hard to get back to.


We'll let you know if it does happen again.

The lag pmo🥀

(1 edit)

Привет. А планируется в перспективе, чтобы прирученный котёнок двух кисюков умял за обе щёчки, которые друг друга любят на втором этаже гостиницы? Ей же так хотелось. Ещё и козочкой можно закусить, чтобы не мучалась рядом от одиночества.  И будут все вместе друг друга любить в животе. 

На данный момент это не в приоритете, но мы подумаем. 

(1 edit)

Но их кстати можно и Вальке б скормить, если будет ненароком в тех краях проползать по делам.  Типа посла мира, которого на ночлег в отеле разместят. А тут такая вкуснятина нежданно...на ночь :-)

(3 edits) (+1)

This is one of, if not THE best vore/femdom games i've played. I don't say that lightly, at this point i've tried just about all of them, and I can only say that I wish there was even more to this project, because its a world i'm sad to leave... Massive props to the devs; worth every penny. One small criticism: I wish some of the more obscure scenes would be easier to obtain. I completed my playthrough and I feel like I missed a lot that is now inaccessible. Unlimited work at the bar would be a good start, as that would provide the funds to unlock most of the other scenes. Sadly I just don't have the 10+ hours needed for a second playthrough to get the scenes I missed...

Hello!

I believe to have encountered a bug. Not sure if it relates with the quest but I am on Keys to Heavens (Talk with Athera) and I just exited the cathedral after talking with the pink haired lady but every time I'm frozen in place with no keys working. Not even the menu.

I'm all in for trying again from another save file up till that point but maybe there is a solution of some sort. 

This is a very old bug. 

Reload the save before talking with Lisa and look around the city. Does not talk with her until you have more people in the party.

Thank you so much!

(1 edit) (+2)

Is there a way to play it on a android?

Use the maldives app Joyplay doesn't do well with this one.

How do I do that

Install the maldive app on your phone then add the exe from thos game

Idk how to add the exe

Deleted 238 days ago
(2 edits)

I even put this into the info section. 

No discord?

Only for subscribers

how I get the alice's special offer scene?

(-1)

will there be an update to the demo or is this the most we'll ever get 

Fun game, I love the emote designs and the card designs. soo cool, I'm gonna sound like every other person on this site, but I wish it was on android. Would be better for "other" reasons >.>

Viewing most recent comments 1 to 40 of 280 · Next page · Last page