SilentType

Member
Sep 8, 2023
180
253
Exasperated, my man. People complaining about "poor coding" for a beta version are just daft and obtuse.
The entire codebase is fucked. Not that it couldn't be cleaned up in about 2 weeks by someone competent, but right now shit is being piled on shit. I would recommend not talking about things you don't have a fucking clue about.

-Someone who doesn't need to sign their name on a porn forum
 

holyknight3

New Member
Nov 4, 2019
8
11
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
127
146
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

Active Member
Aug 22, 2020
946
1,852
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
42
80
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
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,642
1,615
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,642
1,615
...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,070
2,420
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,569
1,953
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
180
253
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.
 
4.70 star(s) 489 Votes