- Feb 4, 2017
- 1,128
- 1,906
By that argument Dead or Alive committed genocide on trillionsI'm pretty sure he and his creation is the reason 30k patreons' future potential generation won't exist
By that argument Dead or Alive committed genocide on trillionsI'm pretty sure he and his creation is the reason 30k patreons' future potential generation won't exist
Was this game only popular because of the incest?does the incest Patch work for the Tech update?
That's asking a lot for some, isn't it?try to keep it somewhat factual
Well... self-exclusion from the gene pool is a noble gesture in some cases, whether subscribers there or those who are not that are here.I'm pretty sure he and his creation is the reason 30k patreons' future potential generation won't exist
No. It's been asked and answered over and over again. Last time was just the previous page. It's only been 5 days, not enough time for a fan or a modder to bother to take time out of their day and their schedule to deconstruct something to build a patch for other people for free. Patience is key.does the incest Patch work for the Tech update?
Much of the popularity - yup. You didn't recognize this over the years?Was this game only popular because of the incest?
Was this game only popular because of the incest?
Isn't that what's asked for in every single game thread?I mean i kinda knew the whole mom-sister was a popular thing with Debbie and Jenny but i dint expect people asking for a patch this much
It's called dA EngiNE!!! I'll allow DC's employees who moderate and provide the noise in this thread to explain to you what that is.So after I un-watched the thread I got curious and I went through the changes we see in the current build compared to 0.20.16.
So here is what I see.
Mind you, I was hoping to see some mind boggling changes and a lot of "place holders" for things in the code.
Unfortunately I did not.
I'm sorry guys .. but I do not see 2 years worth of coding changes. It may be that there is far more to it (on a dev server or someone else's sytem) than what I have seen. But after having played though what is available and then looking at the code I just don't see it. More like a month or two worth of code changes. A TON of Art though. 2.2 GB of art compared to the old 1GB of art. But code? 1.3 MB of code compared to the old 29.5 MB of code.
A lot of re-organization of code. They've broken away from the traditional organization of 99% of renpy games. But still. Any decent coder could have written what is there in just a few weeks time. Obviously, if it is going to take up to 2 months between updates to get the tech update out, DC does not have a full time coder, if he has a coder at all.
Personally I'm writing off this game as another Big Brother. I hope I am wrong about it but I just don't see it worth my while to hold my breath over this one.
Incest is one of the main kinks of the genre. It's why so many WEGs included that stuff as if it was a common thing until Patreon swung the ban hammer.Was this game only popular because of the incest?
Lol the audicity that DC has is astounding.I've tried to mostly stay out of the dogpile because I agree the update was dogshit, but has anyone else noticed the absolutely Herculean effort on the download page to put lipstick on this pig?:
View attachment 3705198
That right there is what we call "deceptive marketing", kids. Just look at all that bright text in the preview version, and how many more green checks there are! Why would you ever download the old crappy version, what with its piddling features like "All content available" and "Music and Sound". Who plays games for their story and music? Not you, savvy consumer, you're in it for that smooth input and load times.
Side tangent, my last job pulled the same garbage during the union recruitment seminar. In the breakdown of union vs. non-union there were like three lines dedicated to salary and benefits (which were the same for both groups) followed by twenty or so lines with garbage like "Be able to make a difference by participating in union votes!" It was about as subtle as the metaphorical brick they were not-so-subtly threatening us with if we didn't join the union.
Obviously. Debbie written quite well for mommy character unlike 90% of such games.Was this game only popular because of the incest?
I would like to read actual analysis of code changes done by experienced Python / RenPy coder. To justify that all this 2.5 years were just milking we need actual evidence.So after I un-watched the thread I got curious and I went through the changes we see in the current build compared to 0.20.16.
So here is what I see.
Mind you, I was hoping to see some mind boggling changes and a lot of "place holders" for things in the code.
Unfortunately I did not.
I'm sorry guys .. but I do not see 2 years worth of coding changes. It may be that there is far more to it (on a dev server or someone else's sytem) than what I have seen. But after having played though what is available and then looking at the code I just don't see it. More like a month or two worth of code changes. A TON of Art though. 2.2 GB of art compared to the old 1GB of art. But code? 1.3 MB of code compared to the old 29.5 MB of code.
A lot of re-organization of code. They've broken away from the traditional organization of 99% of renpy games. But still. Any decent coder could have written what is there in just a few weeks time. Obviously, if it is going to take up to 2 months between updates to get the tech update out, DC does not have a full time coder, if he has a coder at all.
Personally I'm writing off this game as another Big Brother. I hope I am wrong about it but I just don't see it worth my while to hold my breath over this one.
Indeed, it's honestly rare to see good behavior being rewarded while grifting has next to no consequences. Can't even be mad at the devs at this point.Welcome to the economy, friend.
They could intentionally encrypted the code to prevent unRen /mods / looking at 2.5 years long "titanic work", is it possible in RenPy?How would one convert the PYC to PY files to edit, if they wanted to look at the code? It looks like scenes are still in rpy files, but it looks like the navigation and variables are in PYC files.
Did you see the art folder?So after I un-watched the thread I got curious and I went through the changes we see in the current build compared to 0.20.16.
So here is what I see.
Mind you, I was hoping to see some mind boggling changes and a lot of "place holders" for things in the code.
Unfortunately I did not.
I'm sorry guys .. but I do not see 2 years worth of coding changes. It may be that there is far more to it (on a dev server or someone else's sytem) than what I have seen. But after having played though what is available and then looking at the code I just don't see it. More like a month or two worth of code changes. A TON of Art though. 2.2 GB of art compared to the old 1GB of art. But code? 1.3 MB of code compared to the old 29.5 MB of code.
A lot of re-organization of code. They've broken away from the traditional organization of 99% of renpy games. But still. Any decent coder could have written what is there in just a few weeks time. Obviously, if it is going to take up to 2 months between updates to get the tech update out, DC does not have a full time coder, if he has a coder at all.
Personally I'm writing off this game as another Big Brother. I hope I am wrong about it but I just don't see it worth my while to hold my breath over this one.
A pyc file is just a compiled version of a py file. It isn't encrypted; the opposite, actually.They could intentionally encrypted the code to prevent unRen /mods / looking at 2.5 years long "titanic work", is it possible in RenPy?
You can't just take a quick look with any word editor though...A pyc file is just a compiled version of a py file. It isn't encrypted; the opposite, actually.