holyknight3

New Member
Nov 4, 2019
8
11
13
the script for this game is a mess. i think he's making enough money to hire someone who can code. if you haven't learnt by now you're not gonna.
I haven't opened up the source code, and have no experience with RenPy as an engine, but a little bit of Python experience (ML, mostly) but once you start hiring people to do things, then your expenses on a game increase dramatically.

And when making a game in Python, who give even half a shit about optimization? If you cared about optimization, you wouldn't build it in RenPy. I like the story of Harem Hotel so far, and you are probably right about their code being terrible. Their code doesn't have to be good for his story to be good. Go look at the code for Undertale and see if that dumpster fire stopped it from being a good game. It probably also kept it from having any expansions or anything, and yes, Runey might be shooting themselves in the foot by making things in a sub optimal way, as far as maintainability goes, and it will probably delay updates coming out.

But long term, as long as the game still gets updates, and they continue to communicate with their community, they continue to get paid. Hiring a programmer doesn't really help, as it would be a large drain on resources, while also eliminating some of their long term income. As a consumer, I'm willing to pay $25 for a game once, but not $5 a month for 7 years, but enough people are, that option B is a viable model for a game creator. So the code will probably be rage inducing for a long time to come, because there is little benefit to the person who can fix it to do so, and no benefit at all to hiring someone, even on a temporary basis, to fix it.
 

JeffisZac

Member
Game Developer
Apr 1, 2019
133
151
237
whats even happening in this game at this point? i haven't played in probably a year or close to 2 years. are any of the character stories complete or close to being complete?
 

shadowtempered

Well-Known Member
Aug 22, 2020
1,014
1,983
328
whats even happening in this game at this point? i haven't played in probably a year or close to 2 years. are any of the character stories complete or close to being complete?
In terms of completion: we really don't know. Runey said he had ideas for several years out and that was before he was on a yearly release schedule.

I'd wager, we're past the 50% mark but how far beyond it is anyone's guess without getting word directly from him. His participation here has dropped to virtually nothing after the last set of drama last year, so you'd have to hit discord to see if anyone there had/has an answer.

TheDevian might know, assuming he's not still banned over recent garbage.
 

JengaTower

Newbie
Apr 18, 2018
43
80
77
whats even happening in this game at this point? i haven't played in probably a year or close to 2 years. are any of the character stories complete or close to being complete?
There's one update a year and the developer has largely focused on world-building above all else. Which, that's his prerogative, I don't begrudge him whatever he wants to do with his own game. You're best just checking every six months or so like I do.
 

holyknight3

New Member
Nov 4, 2019
8
11
13
Are wannabe programmers always this angry about code that they didn't write and didn't pay for
It's more common among actual programmers. There are a thousand different ways to code anything, and different (computer)languages and disciplines have different best practices, and usually with good reason. But once you leave the theoretical, and move into the real world, some of those things become super important, and some of them really aren't. And every programmer is going to have their own opinion on which is which. The fact that the Internet even functions, is not a miracle, but the closest thing that man will ever come to producing one.
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,757
1,693
296
if you want to play v0.19 instead of downloading this beta and risk your save breaking, porngameshub has v0.19 (beta)
 
  • Like
Reactions: Buletti

GamerDaddy

Engaged Member
Feb 6, 2023
2,757
1,693
296
...I'm failing to understand the difference here. This is the v0.19 beta, any other site has the same thing as we do.
playing online wont break your save 'cause due to how they update any of their games saves get wiped so you import a save play the when it becomes public your orig save is safe then you can play from the end of 18.2 with no errors or a completely broken save
 

torresm

Well-Known Member
Apr 5, 2020
1,156
2,545
386
playing online wont break your save 'cause due to how they update any of their games saves get wiped so you import a save play the when it becomes public your orig save is safe then you can play from the end of 18.2 with no errors or a completely broken save
Oh I see, it's an online version. Playing the beta won't magically break all your local saves, despite all the fearmongering; the problem is that people have this habit of overwriting their saves without making any backups, and when they discover the beta version borked them, they have nothing to fall back to.

You can play it safely if you just make new saves, or back them up in advance. Or both, if you wanna be really safe.
 

ZenoMod

Well-Known Member
Nov 12, 2022
1,641
2,062
386
Oh I see, it's an online version. Playing the beta won't magically break all your local saves, despite all the fearmongering; the problem is that people have this habit of overwriting their saves without making any backups, and when they discover the beta version borked them, they have nothing to fall back to.

You can play it safely if you just make new saves, or back them up in advance. Or both, if you wanna be really safe.

Exactly.

I think that what is likely to happen is that if you make a save using the v_19_beta and then once the finished v19 is out you load from that save, chances are some object has been changed so you get an exception like object X doesn't have property Y.
So you are forced to load from a save made BEFORE you installed the beta.

If you don't have previous saves because you thought it was a good idea to overwrite them... well... :HideThePain:
 

SilentType

Member
Sep 8, 2023
186
260
156
I haven't opened up the source code, and have no experience with RenPy as an engine, but a little bit of Python experience (ML, mostly) but once you start hiring people to do things, then your expenses on a game increase dramatically.

And when making a game in Python, who give even half a shit about optimization? If you cared about optimization, you wouldn't build it in RenPy. I like the story of Harem Hotel so far, and you are probably right about their code being terrible. Their code doesn't have to be good for his story to be good. Go look at the code for Undertale and see if that dumpster fire stopped it from being a good game. It probably also kept it from having any expansions or anything, and yes, Runey might be shooting themselves in the foot by making things in a sub optimal way, as far as maintainability goes, and it will probably delay updates coming out.

But long term, as long as the game still gets updates, and they continue to communicate with their community, they continue to get paid. Hiring a programmer doesn't really help, as it would be a large drain on resources, while also eliminating some of their long term income. As a consumer, I'm willing to pay $25 for a game once, but not $5 a month for 7 years, but enough people are, that option B is a viable model for a game creator. So the code will probably be rage inducing for a long time to come, because there is little benefit to the person who can fix it to do so, and no benefit at all to hiring someone, even on a temporary basis, to fix it.
No, the code is a unmaintainable mess constricting development. it's not unoptimized, people often incorrectly call things spaghetti code but this is why every update rolls in broken and adds months to dev time.
 

danb35

Active Member
Jul 12, 2023
560
930
203
Kali is one of the most beautiful girls.
Interesting. She's my favorite by a good bit, but a good way down my scale in terms of looks--I'd probably put Maria at the top; Kate, Moon, Felicity, maybe even Autumn (in no particular order) still above Kali. I guess I prefer a slimmer build (though Ashley overdoes it for my taste), but that doesn't quite account for Autumn.

Where Kali stands out for me is in the relationship--she seems most like "my girlfriend" among the LIs. She's affectionate, but not scarily so like Ashley (though Ashley's mellowed a bit as her story has progressed). Autumn will probably catch up to her in this regard. Maria seems much more FWB than girlfriend. The twins are certainly important to the story (increasingly so with 0.18, and likely more so going forward), but I'm not feeling it in terms of relationship.
 
  • Like
Reactions: torresm

ZenoMod

Well-Known Member
Nov 12, 2022
1,641
2,062
386
No, the code is a unmaintainable mess constricting development. it's not unoptimized, people often incorrectly call things spaghetti code but this is why every update rolls in broken and adds months to dev time.

I may agree on the fact that the code is a maintainability mess.

BUT the whole point of being on Patreon is both not having a boss AND not having employees… As long as people keep donating, there isn’t any drive for a successful developer to hire someone.
 
4.60 star(s) 500 Votes