CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x
4.80 star(s) 38 Votes

BOLNICHKA39

Member
Jul 27, 2021
116
71
I'd like to believe this is the case but then I remembered someone said in this thread about how he threw a fit once before when he found out that overseas people are pirating this game and halted the development for almost a year afterwards(iirc he also tweeted something about wanting fan translator to disappear or something), it's understandable that he's upset but at the same time it's also kinda petty since there are also those from overseas who genuinely supported him by subscribing to his ci-en account, dude have no idea how much support he will actually get from overseas fans had he not been such a stuck up dev
That's for sure. Personally, I'm not going to pay for something that might not come out. Suppose now I would be subscribed to his patron, so what? Wait half a year for a meager update?
 

hurrdurrderpderp

Active Member
Apr 4, 2020
901
3,376
e3c9235ba15398dbc85482e5a9b87c0c02f7139c20a8209762f0e34f00c7e930.jpg
I've said it before, but this is clearly passion project. How do I know? Well I'm a programmer too and there is way too many obvious clues, like blogposting in detail about stuff normies don't care about (shaders), reworking minute UI details over and over again etc. Years later and we're still at 2 girls to bone (or rather: be boned by) and this same dungeon. No roadmap, do deadline - no pressure.

This is also developement monetized by nu-western standard, monthly payments to, I guess, support developer better? Because there is no frequent updates and no benefits for doing so whatsoever. Yet again, no pressure for developer and sweet dosh keeps flowing.

The only solution for this deadlock problem is stop giving him your money because for sure this won't speed up developer progress, hell, it will hinder it instead. Comfort always bring stagnation. You might be mad at me and throw "think about poor solo developerino" line but that won't change reality.

Thank you for listening to my TED talk and see you next time.
 

Serifyn

Newbie
Oct 31, 2019
98
163
The developer didn't abandon the game, it just hasn't been updated in a long time. As i said before, the dev seems to be developing the systems more than the game, who knows if they will ever develop the game but the dev still talks about the development of the engine on twitter from time to time. My guess is that its just a hobby and whole the dev may have some passive interest in making an H-game, their real interest in creating new systems in engines, it really goes to show the pitfall of indie development sometimes because you want often need someone who is both innovated and creative in order to make a good quality game and very rarely is there someone who is interested in enough in doing both themselves to really move the needle.

Edit: i typed this all out before i saw the response above me, but i agree with him completely.
 
  • Like
Reactions: Karnewarrior

PaNiq

Active Member
Dec 3, 2017
584
581
Sadly a lot of h-game developers fall into this pit. I just wish devs were more clear with their intentions and rather say "I am studying this engine or that engine, and while I do I'll make an h-game with it to practice, so don't expect the game to be finished". I feel like Bioasshard is suffering through this as well and I love that game, but it's clearly just a project and it will never be a full game.
 

ReanS02

Newbie
Jul 22, 2022
20
55
This thread been copium for the past year, ill prob just unsubscribe cause this is useless
Not trying to be more copium, but in the past he has gone 8 months without updating, then released more updates.

This is definitely not a project to expect soon, but I still have hope it might continue to be developed. Atleast until we get to 8 months and no update.
 
  • Like
Reactions: Karnewarrior

Karnewarrior

Well-Known Member
Oct 28, 2017
1,638
1,922
Yeah, yeah, you don't like people using their money how they like, we get it. Weren't you going to fuck off from this thread?

The dev updates slowly. Too bad. Sitting here whining about how he's apparently making too much money from someone who probably wouldn't recognize the difference between Unity and Unreal isn't going to make him update faster, it's just going to shit up the thread with hot takes and bullying. I really don't give a fuck how long he takes to update, or if he adds 4.34GB of content with each update or not - at this point I might hand the dev money entirely out of spite for the world-blind cynics parroting "it cannot be done".
 

Babbi

New Member
Sep 7, 2019
2
0
there is a new Game called "Succubus Temptation" (from a different dev/company)
tried it and it's quite good
since it's also shota/reverse rape i thought i recommend it here too as a alternative
 

PaNiq

Active Member
Dec 3, 2017
584
581
there is a new Game called "Succubus Temptation" (from a different dev/company)
tried it and it's quite good
since it's also shota/reverse rape i thought i recommend it here too as a alternative
If it's the game I think you mean then it's not new at all
 

TheeSonus

Well-Known Member
Mar 30, 2020
1,548
1,744
If it's the game I think you mean then it's not new at all
Well, it IS new in the sense that it fully released, apparently. At least from what I've heard, anyways. Still don't think it has any english translation though, and last I checked the unity autotranslator can't find the text for some reason, so I doubt it'll be on this site.
 
May 28, 2020
95
155
I think he's put himself into development hell by not taking into account the 4 pillars of oop c#.
As a result, each time going back into his project is unable to recognize his spaghetti code and be comfortable extending the classes further, already being too monolithic.That's why it's taking so long. But I know that even if he has a solid foundation, adding in a new enemy type would still be a challenge with all the different kinds of animation and interaction with the player.
 

Rat-attack

Active Member
Aug 18, 2020
568
474
He's writing in regexp, confirmed
Which is a way of doing Javascript to check or is it it's own coding language? As I haven't heard of that even when I was taught Javascript for a year before noping out nor was a search on the internet that too useful except pointing to Javascript.
 

hurrdurrderpderp

Active Member
Apr 4, 2020
901
3,376
Which is a way of doing Javascript to check or is it it's own coding language? As I haven't heard of that even when I was taught Javascript for a year before noping out nor was a search on the internet that too useful except pointing to Javascript.
That was a joke.
Regexp is regular expression language to check input for matching patterns, it's not programming language by itself and you can sue regexp in basically every programming language (and even shell scripts). It's so powerful tool once you learn it you will use it (if not daily) at least once a week.

The point of joke is that, similiar with perl scripts, if you write long regexp expression the very moment you avert your eyes from it you instantly forget what the hell it supposed to do (and at this point it's easier to rewrite from scratch than analyze and fix it).
For example basic bitch regexp for email parsing would be
Code:
\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}\b
yet when you get deeper into RFC 5322 specification we get
Code:
\A[a-z0-9!#$%&'*+/=?^_‘{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_‘{|}~-]+)*@
(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\z
or
Code:
\A(?=[a-z0-9@.!#$%&'*+/=?^_‘{|}~-]{6,254}\z)
 (?=[a-z0-9.!#$%&'*+/=?^_‘{|}~-]{1,64}@)
 [a-z0-9!#$%&'*+/=?^_‘{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_‘{|}~-]+)*
@ (?:(?=[a-z0-9-]{1,63}\.)[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+
  (?=[a-z0-9-]{1,63}\z)[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\z
or
Code:
\A(?:[a-z0-9!#$%&'*+/=?^_‘{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_‘{|}~-]+)*
 |  "(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]
      |  \\[\x01-\x09\x0b\x0c\x0e-\x7f])*")
@ (?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?
  |  \[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}
       (?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:
          (?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]
          |  \\[\x01-\x09\x0b\x0c\x0e-\x7f])+)
     \])\z
Every - and I can't stress this enough - every character and it's placement in all of these snippets is very important and when missing everything becomes unusable.
Now try imagining writting this lovecraftian eldritch abomination but you have to stop halfway just because boss called you or something. You are royally fucked at this point.
That's was the point of this joke. Spaghetti code brings misery to everyone having to edit it at some point; regexp/perl are pinnacle of this issue with regexp being basically undebuggable when something goes wrong.

Is this what asimofu is going through? If so then it won't be as tragic as regexp refactoring issue. Basing my opinion on years of experience with chink coders and their culture of glorified throwing copy-paste code into project and seeing what will stick - asimofu is rather competent, programming wise. Even if he makes some spaghetti code here and there it would be always fixable, maximum of few days of refactoring and it's good to go (for some time, at least). That's why I think the most glaring issue with this project is him focusing on minute details of no importance for days and taking long procrastination breaks in-between resulting in [Abandoned] tags topped with nothingburger version bumps.
 
4.80 star(s) 38 Votes