Violet Rose Games

Newbie
Game Developer
Jan 27, 2025
68
110
Ehh, less advice, more just what my dumbass did to fix them. Idk if there's a better way lol. Anyway, there's like 7500 lines of code and I found minor errors in like 6-8 of them, I'd say that's a pretty good job lol.

Also, idk what editor you use, but I use Vim and ctrl+h (replace) is also pretty awesome.
Lol thank you. I use twine, which sadly doesn't have a replace function because it was removed apparently. It took forever to replace all the code I had previously made. I'll look into Vim if I have to replace a lot of code again, thank you.
 

shundi82

Member
Sep 7, 2022
192
286
Any incest patch?
You can actually just set it up in the introduction.

But if you want, you can use my slightly modded html, which also has an autofill for the cheat and some minor bugfixes.

Just unpack the ZIP file into the game folder and overwrite the original html (make a copy first, if you're feeling extra cautious).

Edit: I'd missed to set the $familyname to "family" (as it's usually part of the initial "questionaire").
That's corrected now.
 
Last edited:

droglob

Active Member
Aug 26, 2017
706
1,689
Is this even dialog? Half the passages are one sentence the other half have the same structure as a knock knock joke.
 

shundi82

Member
Sep 7, 2022
192
286
More bugs (and "honing in" on one of the already mentioned bugs):

1. Resting on the bench and sunbathing seem to not advance time after late night once you're above the 100 energy cap.
2. Actually, most things seem to not advance time after late night once you're above the 100 energy cap - most jobs, watching tv etc. (I guess all activities, that do not jump the day forward to its end).
3. Same goes for taking a shower, taking a walk in the park, walking at the beach and swimming.
4. Talking of swimming: That one is ended by "Stop walking." instead of "Stop swimming."
5. The therapy session sets Willpower to 100 - even if it's currently higher than that (so therapy will actually cost you willpower in those instances).
6. You can use the gaming console + the above mentioned free energy refills to rack up your brother's corruption infinitely - and level all sex skills while you're at it - all in one night.
 
Last edited:
  • Like
Reactions: Violet Rose Games

Violet Rose Games

Newbie
Game Developer
Jan 27, 2025
68
110
More bugs (and "honing in" on one of the already mentioned bugs):

1. Resting on the bench and sunbathing seem to not advance time after late night once you're above the 100 energy cap.
2. Actually, most things seem to not advance time after late night once you're above the 100 energy cap - most jobs, watching tv etc. (I guess all activities, that do not jump the day forward to its end).
3. Same goes for taking a shower, taking a walk in the park, walking at the beach and swimming.
4. Talking of swimming: That one is ended by "Stop walking." instead of "Stop swimming."
5. The therapy session sets Willpower to 100 - even if it's currently higher than that (so therapy will actually cost you willpower in those instances).
6. You can use the gaming console + the above mentioned free energy refills to rack up your brother's corruption infinitely - and level all sex skills while you're at it - all in one night.
Interesting. I'll look into those and hopefully solve them by next update. Thank you for pointing it out. Edit:
I think I found the problem and fixed it.
The therapy and swimming bugs I'll make sure to fix, thank you for pointing them out.
 
Last edited:

TFurguson69

Well-Known Member
Sep 9, 2019
1,068
1,330
Kind of boring. Has potential. One bit of advice I would give would be to use the same content for the mc. Using a bunch of rando videos disconnects you from the character.
I used console to up the corruption lvl and still no sex with "Roommates"
So negative marks for that.
Don't go nuts like the dude who wrote that game about a moaning stairy. People are going to cheat. Make the game interesting enough so they do not want to.
Or do what every dev on this site does. Make it grindy and boring. Get your couple of extra hundred a month on patreon and only produce something when your paid sub count goes too low.
 
  • Like
Reactions: spam bot

shundi82

Member
Sep 7, 2022
192
286
Kind of boring. Has potential. One bit of advice I would give would be to use the same content for the mc. Using a bunch of rando videos disconnects you from the character.
I used console to up the corruption lvl and still no sex with "Roommates"
So negative marks for that.
Don't go nuts like the dude who wrote that game about a moaning stairy. People are going to cheat. Make the game interesting enough so they do not want to.
Or do what every dev on this site does. Make it grindy and boring. Get your couple of extra hundred a month on patreon and only produce something when your paid sub count goes too low.
Corruption is only there to be able to do dirty shit (like getting fucked when playing Pool or do more smutty photo shoots).

You have to follow the linear quest line, which has tiered unlocks for sexual interactions with your family members (check the QUESTS button on the left side, if you're stuck).

PS: Let's face it: Porn games - especially HTML ones - are almost always baby dev's first steps.
Very few will start with a bang and most will quickly end with a wimper.

And among the sea of below mediocre crap, this one at least does a lot of things right for a first try:
1. Use the most easy tool to build your game. You want to push content fast, not spend days to learn the ropes for the most fundamental shit.
2. Baseline structure first, story and npcs second.
3. Throw in a whole bunch of random pics/vids first. Make it more coherent later (once you've a rudimentary through-line for your main cast + story).

This list might sound sarcastic, but I really mean it.
I don't want to play the game of someone, who has no idea how to build a game, but wants to tell a grand story with intricate characters and lengthy dialog.
And I don't want 3 carefully selected gifs of each of the 4 main characters and 2 places to visit every two months, because the "dev" wants to carefully build the world from the ground up. :p
 
Last edited:

Violet Rose Games

Newbie
Game Developer
Jan 27, 2025
68
110
Corruption is only there to be able to do dirty shit (like getting fucked when playing Pool or do more smutty photo shoots).

You have to follow the linear quest line, which has tiered unlocks for sexual interactions with your family members (check the QUESTS button on the left side, if you're stuck).

PS: Let's face it: Porn games - especially HTML ones - are almost always baby dev's first steps.
Very few will start with a bang and most will quickly end with a wimper.

And among the sea of below mediocre crap, this one at least does a lot of things right for a first try:
1. Use the most easy tool to build your game. You want to push content fast, not spend days to learn the ropes for the most fundamental shit.
2. Baseline structure first, story and npcs second.
3. Throw in a whole bunch of random pics/vids first. Make it more coherent later (once you've a rudimentary through-line for your main cast + story).

This list might sound sarcastic, but I really mean it.
I don't want to play the game of someone, who has no idea how to build a game, but wants to tell a grand story with intricate characters and lengthy dialog.
And I don't want 3 carefully selected gifs of each of the 4 main characters and 2 places to visit every two months, because the "dev" wants to carefully build the world from the ground up. :p
Thank you for this. I wanted to make a good structure to build the game, then make everything start to make sense. I also didn't want to use the same model for the MC because I'd only have maybe 5% of the content that the game currently has. Yes, these are my first steps, but I'm not trying to make small steps. I want the game to be the ideal game for most people. I can't make it a perfect game for everyone, but I want to make a great game that can leave most people with a good experience. I try to add what most people are asking for, which is why the next update has a pregnancy system and has more quests. I understand that it's very "sandboxy" in it's current state. I plan change that as the game progresses.
 
Last edited:
  • Like
Reactions: _Kama and shundi82

vrtrtr

Member
May 8, 2017
393
650
While I like the default dark mode, the font color is far too dark on my monitor. Options and/or a general lighting overhaul (i.e. an increase in contrast) of especially the dark blue and violet fonts would be appreciated.
 
  • Like
Reactions: Violet Rose Games

Violet Rose Games

Newbie
Game Developer
Jan 27, 2025
68
110
While I like the default dark mode, the font color is far too dark on my monitor. Options and/or a general lighting overhaul (i.e. an increase in contrast) of especially the dark blue and violet fonts would be appreciated.
Noted, I'll add more UI options.
 
3.80 star(s) 5 Votes