- Jun 9, 2019
- 247
- 344
Yeah I've spent the last few hours fixing that. You're currently getting the 4k settings screen rather than the 1080p one. I'll put out a patch when I get the chance.Has anyone mentioned about the Preferences screen?
For me it's all in one long vertical list rather than the normal layout, which could be intentional, but when you get to the sound settings they go way off the right of the view and out of sight.
can't see neither nipples nor vaginas in the preview images.
I think there is a big difference between taking into account the opinions of users and trying to please everyone's tastes. I am not a game developer, and in no way am I trying to teach you, but I think you went down the second path, and as far as I know, this path has never led anyone to a good result.On Sandbox/VN: I like the simplicity of the VN aspect and that I can rely on it to work. I can easily miss a bug in sandbox which turns out to be a complete disaster which is unlikely to occur in sandbox. The creation of the sandbox is something I very much enjoy, however. I'm very happy with them both existing though there are alterations required.
As for Scenarios: I like having the variation of a bunch of paths and none of them are things I dislike (unlike the old submissive Player stuff which I never liked). I do wonder if I need both Domination and Belonging but other than that, each girl has their solo paths (my irl preference) and then together there's the vanilla and obedient variants. I'll admit that I have to have both of those because my supporters are split 50/50 between them, but I enjoy both. I think Rivalry is interesting and as for the obedience content... Let's just say obedient/pet Sarah is adorable.
What a strange comment.can't see neither nipples nor vaginas in the preview images.
The only thing that lets me discern Sarah from Dani is the different hair colours later on, otherwise, they're as bland as fuck can be, king.
If it wasn't for the brown/green eye colour, I'd say they're twins. Which defeats the point of having two of them.
Actually, lore wise, having to coerce two bitches instead of one is worse, because they have to share an average sized dick and balls.
I can appreciate the lack of femdom and bondage in this one (*squints* so far) and the lack of NTR is a godsend (*squints harder* so far), but this story is as entertaining as RGB was, and that story had pregnancy as a climax, not as a gameplay feature. I could write a full-on review, but I don't want to play it before some major update invalidates my wordplay/verbal barrage of honesty.
Agreed. I think Sarah and Dani are pretty easy to tell apart, and I'm not a fan of humongous penises in games. I also can't say why Sober has to type out all of their issues with their eyes. It seems they think of themselves as a verbal craftsman, though. I didn't really find any wordplay, nor did what they say seem like a "verbal barrage". I think I may just not understand the comment or something.What a strange comment.
Yeah, their skin is completely different, face shapes, eyes, hair, bodies, height, freckles/not. I ignored them after "bitches". Just needlessly unpleasant imo.Agreed. I think Sarah and Dani are pretty easy to tell apart, and I'm not a fan of humongous penises in games. I also can't say why Sober has to type out all of their issues with their eyes. It seems they think of themselves as a verbal craftsman, though. I didn't really find any wordplay, nor did what they say seem like a "verbal barrage". I think I may just not understand the comment or something.
forget about that psychotic comment and keep up that nice work. thxYeah, their skin is completely different, face shapes, eyes, hair, bodies, height, freckles/not. I ignored them after "bitches". Just needlessly unpleasant imo.
Dude, the game makes $800/month.is there really no sounds and voices?
Non-incest is the correct content. I like having it as an option but it'll never be in the game I release. I didn't have any time to create a mod myself and when I looked into paying someone to do it for me I realised that the way scenes are implemented right now means everything has to be done 3 times which is stupid. Need to fix that before we talk about sister fucking.Does this game require a patch to get the "correct" content, or is it already built in? Ellaraia
Oh! Cool! Sister fucking is a topic we'll have to put on hold. As for the "correct content" I get youNon-incest is the correct content. I like having it as an option but it'll never be in the game I release. I didn't have any time to create a mod myself and when I looked into paying someone to do it for me I realised that the way scenes are implemented right now means everything has to be done 3 times which is stupid. Need to fix that before we talk about sister fucking.
Can you explain this a bit more? Is there duplicate code in three places? Can you give me an example where exactly (files, lines)?... the way scenes are implemented right now means everything has to be done 3 times which is stupid.
There is, yes.Can you explain this a bit more? Is there duplicate code in three places? Can you give me an example where exactly (files, lines)?
Search-and-replace patches are problematic generally. It might be appropriate, for example, to call a female sibling "sister" if it's the MC speaking, but if someone else refers to them, "my sister" or "your sister" would be more appropriate to that conversation. In Cutely Together it might be OK in most cases, if it's just the MC, Dani and Cutie. But if anybody else shows up, odd phrasing is likely to crop up unless Ellaria is very careful in his script so he makes sure the wording is fine with or without the patch.Ellaraia: I see. Three slightly different copies are far from ideal. It's good idea to change that, and not only to make patching easier.
I was thinking about simple search & replace patch (example from another game), if that would suffice (it limits some possibilities). It would handle even texts in different files without requiring to have duplicates itself. But it's actually what I don't like about it much. It's fine for longer unique texts, but it could wrongly replace some shorter non-unique ones, where there are same original texts, but not all should be changed. It can be improved by linking texts to specific files (but then of course it wouldn't work with your current structure with duplicates).
What I like about this approach in general, is that it's future-proof, it can be used even with newer game version and it will work. It won't magically change new texts, but at least previously existing ones will work (as long as developer doesn't change original texts or code too much). I think it's good choice if someone would work on it independently (just to make sure nobody is misunderstanding, I'm not volunteering , except maybe as technical advisor, if someone would want to do it). Even if done by developer, it's still good and some things could be even automated.