- Aug 8, 2017
- 24,152
- 16,602
The facepalm is used when you totally disagree with the post.Thanks.
The facepalm is used when you totally disagree with the post.Thanks.
I have read. I think that everyone (even allergic to reading ) should read this.For anyone who likes reading,You must be registered to see the linksa link to the first of 10 dev diaries (the rest are linked at the end of this one) about the design of the game.
My reaction to the post was to facepalm. You now have a like instead.The facepalm is used when you totally disagree with the post.
I did try to rename landlady to mom and it almost worked, but some dialogs ruin the impression, e.g. discussion about rent. Good thinking, putting that in. I don't even want to imagine how it would be if you didn't, some irresponsible individual could misuse the game like this!There isn't any incest. There will be a mod at some point, but no promises. I'm trying not to upset patreon. You can change names though.
There are about 5000 words between the 10 diaries and basically no-one will read them but I felt the need to write them because I don't think some of the mechanics are really given time to glow in such an early release, specifically the suspicion stuff which isn't going to be really cool for a while yet. I've tried to fix the stupid repetition of past games with my storyline quest system and you may not get to fully see that if you don't pay close attention, which most don't.I have read. I think that everyone (even allergic to reading ) should read this.
This allows you to understand the mechanism of the game and helps you understand what the goal is how to play.
However, I think some walktrough will be needed.
Not necessarily to go through the game step by step with him.
Judging by the author's description, there will be many possibilities and different interactions between the characters so probably it would not even be possible. However, it would give us some sense that we are heading in the game in the direction we have chosen.
I've played through CuteS so many times in the past week and the similarities annoy me. BB was the first big adult game I played and the influences are obviously there. Some of the things were intentionally taken because I like the ideas and didn't like how BB didn't go anywhere with them (partying being the main one).This has a Big Brother flavor to it in that the older girl has or wants a blog to make money, doing dishes for the younger girl and being spanked if you can't pay your bills.
BB you buy books for the older sister and in this one you buy books for the "landlady" (mom).
Spying on all the women just like in BB, getting the older one in trouble when she comes home from a party and in BB it is done with Cigs.
In BB you have to buy a camera for the photo shot of the aunt and mom and in here you need it for the older girl blog.
The reason I didn't make it possible was because you can't use hover like I could with the other parts of the UI. It would be easy to add in the functionality but where would you enable it? Nobody looks in the settings cog.I did try to rename landlady to mom and it almost worked, but some dialogs ruin the impression, e.g. discussion about rent. Good thinking, putting that in. I don't even want to imagine how it would be if you didn't, some irresponsible individual could misuse the game like this!
One suggestion, room switching sucks. Ok, it was a statement, but it's true. The extra click required to show rooms is annoying. I made a small change in code to keep it visible all the time and not exclude current room (to keep static positions), and it's so much better. It would be great, if it was officially supported, at least as option.
I had something like you suggest previously and that's why there are no dl links to ShF on my patreon. Most lines of dialogue were behind if statements for your relationship. I don't want any incest in the official version, even if it's hidden. I think it's just better and safer to create a patch, especially as Patreon may get even stricter for all we know. That said, it does make updating slightly more painful. Having a compressed version already does that though.Ellaraia You know you could just allow the player to set the relations. is what quite a few people do these days. others have a incest on condition in their code that changes dialogue sets, which can either be enabled via patch, special code, or what the player sets the relationships too. e.g. if player sets to Mom, Mother, mom, mother, mum or Mum, they would use an if statement that would set a incest variable, most like inc, to true, and it would then chose the cest version of dialogue, this is quite the complicated choice but allows for better dialogue.
The most simple way, is to write the dialogue in a way were the character call eachother by a generic term, e.g. Hey friend. but what the code would read would be something like "Hey String_variable_here."where you would have a relationship variable and a nickname variable the player can set on top of their name. Say their name is Susan, and they are the sister, the player can set nickname suzie, or sis. and if the dialogue is written in a way you talk to people using their nicknames either would work fine, line like "I can't beleive I am having sex with my sis." wouldn't work so well without the taboo relation tho, "I can't believe I am having sex with my suzie." doesn't make as much sense.
So to put that more simply, say the default is landlady, and their name all the time dialogue would look something like this: This is my landlady Angela, "Hey Angela." where if they set relationship to Mother, and nickname to Mom, it would then become: This is my Mother Angela, "Hey Mom."
If you wrote the dialogue this way using variables in place of relationships and nicknames like you do with names, you would be able to avoid the need for a patch all together and still have the incest content while also appeasing the patreon overlords, because it isn't you who puts incest into the game.
No, you don't messed up.There are about 5000 words between the 10 diaries and basically no-one will read them but I felt the need to write them because I don't think some of the mechanics are really given time to glow in such an early release, specifically the suspicion stuff which isn't going to be really cool for a while yet. I've tried to fix the stupid repetition of past games with my storyline quest system and you may not get to fully see that if you don't pay close attention, which most don't.
If you need a walkthrough then I've messed up. If you are aiming for a certain evolution (not that they'll be implemented for quite a while) and you don't get it then either you weren't playing as if you wanted that evolution or I messed up the calculations. If in a year somebody can start the game from scratch and play through the storylines until evolution and then get the one they want, I'll be happy.
And if you're wondering what each of the birthday items do, not much, except the romance novel which gives you an extra masturbation scene. All three items will be available later in the game but not yet, so you can't really make a mistake.
So the way it works is each field has to be the same size which is set at the beginning. Your long names, thanks to the brackets, are pushing the text below its field. I made the size large enough so they all fit but didn't take into account people using long names. It's kind of annoying that they can't auto size to the text. I'll make it a little bigger.Ellaraia
I am not able to scroll down enough to see it but can figure out what was said. View attachment 610001
People will certainly complain and ask for a walkthrough but people ask for saves and walkthroughs before even playing. I've listened to these complaints before and it ruined my first game. Hopefully my storylines are designed well enough to not be annoying.No, you don't messed up.
Maybe I look a little ahead and anticipate questions about walktrough, which will probably arise.
Rather, I was thinking of some tips that would make me sure I was going in the right direction. For example, I want more love from Cute and I can look into something like statistics. And I see if I gain or lose.
I wish you success in developing this game
Exactly.People will certainly complain and ask for a walkthrough but people ask for saves and walkthroughs before even playing. I've listened to these complaints before and it ruined my first game. Hopefully my storylines are designed well enough to not be annoying.
Edit: I didn't even answer half of your comment. You shouldn't need stats, just go through her storyline and she'll like you. Even if you look up her skirt all the time, you will be forgiven. She'll even like it eventually.
This is the destiny of these "damned evil landladies".Ah those damned evil landladies always cock blocking. That said girls look really cute, if not a little too similar...have to stare intensely at their eyes and noses to tell which is which. One has greener eyes I think unless I'm hallucinating.