SordidDreams

Member
Jul 27, 2019
255
281
You can tell what the latest news is based on the flavor of complaining in this thread. If people are complaining that nothing substantial has been added, the update just dropped. If people are complaining about Inno's work ethic, it's been delayed again. If people are complaining about radio silence, there hasn't been any news for a while. If nobody's complaining, there hasn't been any news for so long that everyone's gone catatonic.
 
Last edited:

jamasty

New Member
Mar 15, 2021
4
12
She seems content on just blaming Java itself, rather than blaming her lack of Java understanding. There is a reason Java is used in high end projects like Chemistry software, it's really good at managing data.
Honestly, the very first thing I don't get about her architecture is why it even uses nested Javascript, I mean the whole Webview thing.
I'm trying to make my own prototype of the game in this genre, and after experimenting with JavaFX I understood that this approach of JavaFX Webview by mixing Java and HTML/Javascript is weird imo. Like, if you wanna use html/js stack as they do, then do everything in js/ts, maybe with any suitable framework, and deploy either directly in the browser or as an app with Electron.
Otherwise, there are a couple of libraries for Java for game development. For example, there's FXGL, a superset of JavaFX designed to make games. Or the one I use, LibGDX, which I think is so good compared to plain Java/JavaFX as it has many community libraries, like a couple of ECS libraries, and cool libs for text formatting.

Don't get me wrong, they can choose whatever architecture design they wish, it's totally up to them, but when I simply tried to run a debugger to see how the game works, I was a little confused, and then after I saw that most classes thousands of lines, and some are 10k+, like GameCharacter a 30k, I got even more confused - how do they even navigate over all of that... maintaining such code base is probably uneasy thing to do ngl.
 

PonyWarrior

Newbie
Oct 22, 2019
65
187
Honestly, the very first thing I don't get about her architecture is why it even uses nested Javascript, I mean the whole Webview thing.
I'm trying to make my own prototype of the game in this genre, and after experimenting with JavaFX I understood that this approach of JavaFX Webview by mixing Java and HTML/Javascript is weird imo. Like, if you wanna use html/js stack as they do, then do everything in js/ts, maybe with any suitable framework, and deploy either directly in the browser or as an app with Electron.
Otherwise, there are a couple of libraries for Java for game development. For example, there's FXGL, a superset of JavaFX designed to make games. Or the one I use, LibGDX, which I think is so good compared to plain Java/JavaFX as it has many community libraries, like a couple of ECS libraries, and cool libs for text formatting.

Don't get me wrong, they can choose whatever architecture design they wish, it's totally up to them, but when I simply tried to run a debugger to see how the game works, I was a little confused, and then after I saw that most classes thousands of lines, and some are 10k+, like GameCharacter a 30k, I got even more confused - how do they even navigate over all of that... maintaining such code base is probably uneasy thing to do ngl.
Yeah agree with everything you said. I've cloned the git repository with all the source code of the game and built it locally, so that I could modify things not accessible by mods. And boy is it hard to navigate the codebase! I even had to disable the Java language server in vscode as it was using 100% of my CPU (14th gen i9 with 64gb of RAM) constantly, just trying to load the thing.

I have no idea how the developer works on the game. Some classes are 30k lines long like you said, and there's commented out code everywhere. Also I don't understand why hardcoded strings are used a majority of the time, even though they have an XML tag system set up, which they use sometimes.

I managed to change what I wanted to, but I can't imagine working on this project. This feels like a textbook example of technical debt to me, I hope the developer has a good plan in mind for the future, as I like the game and it'd be sad to see it abandoned.
 

Simp Cattu

Member
Feb 5, 2019
107
243
I'm gonna release these 3 lines of code that I've been working on for the past weeks no matter which state it's in
2 months later...

Sorry everyone, I accidentally thought of some new features that nobody cares about, got side-tracked, and now that it has just started, I don't feel comfortable delivering it to you guys yet, who would have known. Please wait for me a few more months while I sort out these who-knows-how-many mundane details to keep the subscriptions flowing.

Thank you once again for your patience and support, and I will see you again soon on another apology post.
 

SadTigerRoars

New Member
Jun 21, 2023
3
8
Ngl, I forgot this game existed. It's been about two years... I wonder how much it's change.

Based on the generally senitment here, I should forget for another 2-3 decades so that I can have maybe an extra hour or 2 of new content but I'll still give it a try.
 

EmDotRand

Active Member
Sep 7, 2020
606
969
Ngl, I forgot this game existed. It's been about two years... I wonder how much it's change.

Based on the generally senitment here, I should forget for another 2-3 decades so that I can have maybe an extra hour or 2 of new content but I'll still give it a try.
Highlights of what's new (off the top of my head):

  • The city of Amazons has fallen.
  • You can now fuck heavy sleepers if you're gentle, but they'll still know it was you because that check wasn't added.
  • Spiders and other nocturnal morphs are now sleep walkers. You can punch, shoot, lacerate, and incinerate them and they won't wake. Attempting to fuck them wakes them instantly.
  • Dolls that totally aren't people are up for sale. Just don't ask the details of how they're made...
  • You can get hags pregnant with the Broodmother pill.
  • Lots of new furry art with pregnant varients
  • Elementals got nerfed to no longer scale with enemy levels.
 
4.10 star(s) 122 Votes