HiP1

Well-Known Member
Dec 3, 2023
1,097
1,122
You are right.
That guy problem is Why did he build those expectations?
He's a F95 member since 2017, so he should have learned to read at some point in the last seven years if he couldn't before. Most kids learn before their seventh year, so I give him the benefit of doubt.

I didn't hide to anyone that the harem would be massive. In my first interactions in this forum I said it would be 20+ girls (Megan, and Maddie weren't going to make it, and I had doubts about Betty).
In the first release (where we met 8 ladies, the ones in the old main menu picture) is said in-game (for those who didn't read the forum) that there were going to be 11 students. That makes it 19 LIs.
In the first update (0.2), we met three more girls (Sam, Simone, and Alexia): 22 LIs.
In the second update (0.3), we get to see even four more (Eva (even if we can't see her face), Sophie, Maddie, and Megan): 26 LIs. Sophie was dropped, and Maddie and Megan moved from side-girls to full-haremable, but that (neither the drop or that they were side chicks wasn't known then).
In the fourth update (0.4B), we learn Meemaw will join the house: 27 LIs.
Since then, only Betty and Kiara have been added: 29 LIs (28, once Sophie is dropped). Both of them on Season 1.

And that guy starts to complain in Season 3 that the screen time is split between the LIs!!!! What did he think would happen with those 28 LIs (once Sophie is confirmed as dropped)? He knew the scope of the game for more than a year. If he thought it would be different he's delusional. The only way to do it differently is to stop story development and make it a fuck fest with five-six lewd scenes per update, and everyone who have played a couple of chapters knew that's not the game direction.

So I think he's only a troll who likes to complain or whine.
You should ask the mods to change the banner picture with one that has the current roster. like the very last picture in this update with everyone around the pool.

PS: I don't even remember who Sophie is :D
 
  • Like
Reactions: Trope95

Trope95

Engaged Member
Game Developer
Apr 11, 2022
3,592
22,093
Trope95 thanks for taking the time to reply to my massive wall of text :D
that's why I often support Patreons *after* update instead of before. Properly engaging the community is very appreciated.

several girls mentioned dildos, though. it's becoming a concerning trends for the purity community :ROFLMAO: :KEK:

and she has a very convenient turtle neck, we can't check her necklace :D
I heard some military people also recommend removing the ring. maybe Mrs Sky is from a military family then. would be common in the US.

Thanks for the detailed explanation.
it made sense for Kim to be concerned about Martha's opinion and permission. But I was more surprised it was important for MC.

Like I said, your method is really clever. I'm sure it saves an insane amount of time during coding.
I think you'd be surprised how often OS developers have to adapt and change the OS for specific software that are quite popular. or even integrate the features into the OS.
but yeah, URM could also adapt to My Dorm, in this case.
it's really a minor issue though, so I only mentioned it here because I found it funny, as I was talking about the blinking thing :)

for blinking, I'm pretty sure the posing is already pretty much done, and you only need to change the eye lids. it's still a bit of work as you also have to check it looks ok.
for rendering, if your software supports it, you can reframe it to just the eye, and the rendering time should be massively reduced. that's why I suggested it. just rendering the small part around the eyes would be exponentially faster than the whole scene.
you'd have to find a good workflow for it though. as the eyes coordinates will change for each scene, and you would have to add those coordinates in the code somehow to position the mask. but with how you managed the current blinking, i'm confident you would have found a competent solution that would be efficient time wise.

for the count, it will always be a complicated issue. not counting the number of blinking in the number of animations, but the number of blinking steps in the animation renders could be another compromise. or you could just count them separately. blinking renders total :) and if it's just the eyes, with the amount of time you would save, it would not really matter to count them, I think.

when the story is finished, you could just do a remake that include all three seasons in a big single release with a common UI. reworking the variable system for season 1 with the one from season 2&3 and adding the gallery then. the game would be steam ready by that point. I don't remember the details of incest on steam, but I dont think they care as much as Patreon as they don't have advertisers. it's mainly the underage and high school issues that they focus on, if I remember correctly. As long as you don't show a flashback of Eileen and MC fucking in high school, you should be ok :D

I'm always amazed to see how popular playing AVN on mobile devices is... how can people manage with one hand taken because they have to hold the device up? :D

So smaller scope harems are ok. yeah, this one is really massive. the banner pics only showing a few girls might have been misleading for you and created a misunderstanding on the scope of the harem ? you are looking at 22 girls here. great variety in body shape, ethnicity and personality.
maybe the mods should change the banner pics to show the current roster of girls, like the one at the end of the current update ?
Thanks for pledging!
The MC is not afraid of dildos. No girl has used one since trying Mjolnir (even if only having a couple of scenes in a year week). But the pillows were used in front of him! While he had a free hand and a couple of free feet!

The MC (who has only pursued two relationships on his own volution, Sam and Martha) is thinking about what is important to Kim. He knows what Martha's answer will be, but Kim needs to hear it from her.

The last time I coded the blinking animations one by one was in 0.10B. It was 4,220 lines of code for the microanimations and 24 videos. The main script code had 2,945 lines of code, of wich 1,511 were dialogue lines (so, 1,434 lines of real code that include calling for the images). 279% ratio of the lines of code for individual blinking/orgasming/kissing compared with the real script code.
With the "new" system, the last update had 354 lines of code for microanimations and videos, 3,306 lines of code in the script (including 1,612 dialogue lines), so only 1,694 real lines of code (including calling for the images and videos). 21% ratio of the lines of code for microanimations and videos compared with the real script code. And almost "code error free". I reduced the ratio 13-fold.

I'm working on IT, and I know OS developers want most of the Big Third Party Software to run on their OS. As smoothly as possible. But Microsoft can spend a million man-hours on getting a feature for PhotoShop working. They won't spend 1,000 man-hours on getting a feature for GIMP working, they will tell GIMP to adapt. I'm not saying My Dorm is more important or bigger than URM. I'm saying I won't spend 30-50 hours per update coding the blinks so URM isn't confused. I'm a single coder (and writer, "artist", customer support, marketing team, publisher, accountant, etc.) team and can't afford it if I want to publish updates at a decent pace. The same applies to the partial renders for blinking. If I should do the maths for every render to fit the eyes' coordinates, it would be easier and time-saving to code them independently.

The issue with the BIG game when it's finished will be download size. It would go over 20GB. Unplayable on Android (apk limit 2 GB). So it's easier to distribute the previous seasons as DLCs, being able to import them into the last Season.
About Android players, this is from my itch.io page for the last update of Season 2 (the last published there, a week ago)
1731675255406.png
34% of the downloads are from Android players

Steam doesn't care about incest, only about minors. So, in Season 1 I should rework three images (Simone's flashback in the park, and the two kids picking up on Kate, Kim, and Debbie the day they arrive). I will publish it there by seasons (if they accept it) with the integrated patch and a lot of achievements (yes, I know, more coding work)


*Gently places a soapbox on the ground and climbs on top of it*

I just don't get it. Are people so controlled by their dicks that they look at the banner image, download said game then because they didn't like how it progressed, then go back and maybe read what's what only to start Bitching and Whining about how it was not what they expected and then expect the game to be changed to their wants and demands?


I mean, I go to a games page, and I read the little description up top, then go to "Tags" immediately followed by looking for dev notes to see if the game fits my wants and needs. If something looks hinky I will use the search function and see what people say about whatever caught my attention. If, at this point, the game looks like my thing I download it and play. If I don't like it, I delete it and find another one. If I really like it then I will comment and thank the dev. If it was passable and I want to continue to see if it improves, I keep it in my game file and check back later.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

I mean what percent of people here support dev's through Patreon or some other site for the work being done and posted here for FREE? Where does that sense of privilege come from?

Oh well, I know I have a tendency to use my soapbox here and there, but as I am currently unable to reach through a monitor and discipl... err... educate the occasional young ones a Soapbox is sometimes needed. I think I spent to much time in the forums today, again.

*Steps off his soapbox & tosses it off to the side and walks away.*
You'd be surprised. Some people don't even read the tags, the future tags, or the dev notes. People asked if there will be NTR, if Lesbian is avoidable, etc. It's been there since Day 1. I don't mind answering, but I should have a file with all the "usual answers" instead of typing them every time :D

I won't comment on parenting since I'm not a parent, but I'm from the same generation as you, when my parents removed the AM/FM. I came out reasonably well.

You ask about percentages of players supporting devs. You would be surprised.
I read some time ago that game piracy for "normal" games is around 35-40% (data from 2016).
Do you know what percentage of My Dorm monthly downloads are from paid subscribers? Around 1-2% (incomplete data, though).
So in a world where "normal" studios get money from 60-65% of their players, and they always say it will be the end of the studios, AVN devs get money from 1-2% of theirs.
Without patronage, it would be unsustainable.
I see AVNs with a short development cycle like monthly comics. I guess 80-90% of the people who read the last Spider-man issue paid for it, but only 1-2% for the last My Dorm update. Unfair? It depends on how you look at it.

You should ask the mods to change the banner picture with one that has the current roster. like the very last picture in this update with everyone around the pool.

PS: I don't even remember who Sophie is :D
Not until some time have passed and everyone had a chance to play the update. I want that last picture to be a surprise for returning players.
 

xapican

Devoted Member
May 11, 2020
11,798
18,508
That's why he complains about too many girls. I don't know about Light of My Life, but I think Sisterly Lust had 4 main girls and 6-7 side girls (it's been a while) and no animations.

I don't know what that guy would think of games that update ONCE every year and don't have contents for all the girls in the game in every update. That's why I stopped answering him.

His maths are bad, but he find new excuses to complain when I showed it.

I would send him my (in)famous commercial, but as he's in a country banned by VISA, it doesn't make sense.
View attachment 4235061
I can send you some Apple and Oranges :):):)
 

Daasss

Member
Jan 23, 2017
239
444
His maths are bad
That's a lie, and you know it. My maths are pretty accurate.

I said in the review: "1937 still images in the update! You can just divide it by three"
Okay, let's check the last FIVE updates.

Update 17: 1168 blinking pics (*b.*, *c.*) out of total 1599. 1168/1599=0.616 (62% of junk renders)
Update 18: 789 out of total 1293. 789/1293=0.61 (61%)
Update 19: 1168 out of total 1915. 1168/1915=0.61 (61%)
Update 20: 908 out of total 1532. 908/1532=0.593 (59%)
Update 21: 1015 out of total 1690. 1015/1690=0.601 (60%)
Dividing by three equals to removal of 66.6%, which is pretty close to the results.

Hey, why not add more intermediate blinking positions and double the number of renders to boast about?
The way I see it is the same as adding renders in different clothes that barely contribute anything but pump up the number of images.
 

TonyMurray

Forum Fanatic
Apr 8, 2024
4,989
8,538
That's a lie, and you know it. My maths are pretty accurate.

I said in the review: "1937 still images in the update! You can just divide it by three"
Okay, let's check the last FIVE updates.

Update 17: 1168 blinking pics (*b.*, *c.*) out of total 1599. 1168/1599=0.616 (62% of junk renders)
Update 18: 789 out of total 1293. 789/1293=0.61 (61%)
Update 19: 1168 out of total 1915. 1168/1915=0.61 (61%)
Update 20: 908 out of total 1532. 908/1532=0.593 (59%)
Update 21: 1015 out of total 1690. 1015/1690=0.601 (60%)
Dividing by three equals to removal of 66.6%, which is pretty close to the results.

Hey, why not add more intermediate blinking positions and double the number of renders to boast about?
The way I see it is the same as adding renders in different clothes that barely contribute anything but pump up the number of images.
Are you still going with every image with a "b" or "c" suffix being automatically a blinking pic? The dev already confirmed that's not the case, and even if it was... so what? It's not an issue (except for you). It's not like it's slowing down devlopment times or anything, making it once a year like some games...
 

JJ1960

Well-Known Member
Jan 12, 2017
1,800
5,947
Are you still going with every image with a "b" or "c" suffix being automatically a blinking pic? The dev already confirmed that's not the case, and even if it was... so what? It's not an issue (except for you). It's not like it's slowing down devlopment times or anything, making it once a year like some games...
This is why we have the ignore list.
 

HornyyPussy

Board Buff
Apr 26, 2020
17,572
41,451
Are you still going with every image with a "b" or "c" suffix being automatically a blinking pic? The dev already confirmed that's not the case, and even if it was... so what? It's not an issue (except for you). It's not like it's slowing down devlopment times or anything, making it once a year like some games...
You're gonna get a headache from banging your head on that wall..........

The actual Dev of this VN has told him why he's wrong but he still continues, just put him on ignore.
 

Trope95

Engaged Member
Game Developer
Apr 11, 2022
3,592
22,093
His maths are bad.
That's a lie, and you know it. My maths are pretty accurate.

I said in the review: "1937 still images in the update! You can just divide it by three"
Okay, let's check the last FIVE updates.

Update 17: 1168 blinking pics (*b.*, *c.*) out of total 1599. 1168/1599=0.616 (62% of junk renders)
Update 18: 789 out of total 1293. 789/1293=0.61 (61%)
Update 19: 1168 out of total 1915. 1168/1915=0.61 (61%)
Update 20: 908 out of total 1532. 908/1532=0.593 (59%)
Update 21: 1015 out of total 1690. 1015/1690=0.601 (60%)
Dividing by three equals to removal of 66.6%, which is pretty close to the results.

Hey, why not add more intermediate blinking positions and double the number of renders to boast about?
The way I see it is the same as adding renders in different clothes that barely contribute anything but pump up the number of images.
Your maths continue to be bad. :ROFLMAO:
1168 isn't divisible by 3. Did anyone get an apoplexy mid blinking? (twice, in 0.17 and 0.19). Your posts weren't there yet to be read by the characters.
908 isn't divisible by 3. I guess someone died at half blink in this case. I didn't kill anyone in the DnD game.
1015 isn't divisyble by 3. Someone was winking, perhaps.

So not only your maths are bad.
Your picture selection process is horrendous in four of your five examples and you could have noticed it if you weren't a single-neurone-troll! :geek:

If you are only counting the bs and cs, the same applies to 789 and 1,015 not being divisible by 2. I thought recognizing even numbers was taught in pre-school. I'll teach you. Numbers divisible by 2 are those that end in 0, 2, 4, 6, and 8. Dev and pre-school teacher the same day! The last job done for free.

Yeah, Maddie's animations with different outfits rendered by themselves in your happy world.
 
Last edited:

HornyyPussy

Board Buff
Apr 26, 2020
17,572
41,451
His maths are bad.

Your maths continue to be bad. :ROFLMAO:
1168 isn't divisible by 3. Did anyone get an apoplexy mid blinking? (twice, in 0.17 and 0.19). Your posts weren't there yet to be read by the characters.
908 isn't divisible by 3. I guess someone died at half blink in this case. I didn't kill anyone in the DnD game.
1015 isn't divisyble by 3. Someone was winking, perhaps.

So not only your maths are bad.
Your picture selection process is horrendous in four of your five examples and you could have noticed it if you weren't a single-neurone-troll! :geek:

Yeah, Maddie's animations with different outfits rendered by themselves in your happy world.
NEOSPORIN! We need Neosporin here STAT!!!!
 

blkcrow20

Engaged Member
Nov 5, 2023
3,587
7,061
That's a lie, and you know it. My maths are pretty accurate.

I said in the review: "1937 still images in the update! You can just divide it by three"
Okay, let's check the last FIVE updates.

Update 17: 1168 blinking pics (*b.*, *c.*) out of total 1599. 1168/1599=0.616 (62% of junk renders)
Update 18: 789 out of total 1293. 789/1293=0.61 (61%)
Update 19: 1168 out of total 1915. 1168/1915=0.61 (61%)
Update 20: 908 out of total 1532. 908/1532=0.593 (59%)
Update 21: 1015 out of total 1690. 1015/1690=0.601 (60%)
Dividing by three equals to removal of 66.6%, which is pretty close to the results.

Hey, why not add more intermediate blinking positions and double the number of renders to boast about?
The way I see it is the same as adding renders in different clothes that barely contribute anything but pump up the number of images.
facepalm.gif
 

xapican

Devoted Member
May 11, 2020
11,798
18,508
What is the point of all this,? Ok there is someone who considers that 2 out of 3 renders are useless, and there is a whole bunch of people who don't give a damn about it and like blinking eyes,
Good and now ?
 

Trope95

Engaged Member
Game Developer
Apr 11, 2022
3,592
22,093
What is the point of all this,? Ok there is someone who considers that 2 out of 3 renders are useless, and there is a whole bunch of people who don't give a damn about it and like blinking eyes,
Good and now ?
I would have used this


(Once again F95 file servers look down)

But he comes for more. So I answer.
 
  • Haha
Reactions: Ruffuss
4.00 star(s) 139 Votes