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 20 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

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