sojocal

Member
Jun 2, 2020
100
82
Typescript supports enums just fine. As does GDScript.

And honestly even if a language doesn't,it's not a major hurdle. Enums are one of the easiest things to replace. They're just fancy sugar for a constant after all.
I've always heard from webdevs that Enums were a mistake in TS so i assumed they were bad.
That said, maybe you should double check on those Enums since i recall Java Enums being the strangest implementation.

honestly it would likely be better if the enums were deprecated anyways.
 

Kiyumi

Newbie
Jun 26, 2022
35
187
I've always heard from webdevs that Enums were a mistake in TS so i assumed they were bad.
That said, maybe you should double check on those Enums since i recall Java Enums being the strangest implementation.

honestly it would likely be better if the enums were deprecated anyways.
Those webdevs are probably simply not used to typing structures. TS Enums aren't a great implementation but certainly not something I'd avoid using or the likes. It's worth taking everything webdevs say about structuring with a big spoon of salt because, with JS being the wild west that it was, most people who work on the web are used to organizing in unique ways and tend to describe normal structuring as clunky, unnatural, weird, bloat or bad.


And it doesn't really matter how they're implemented. An enum is nothing else conceptually than a convenient way to assign a unique value to a variable and organize said variable. You can pretty much 1:1 replace an enum by a string dataclass / array / dictionary in any language you please and not have any real issue in the long run. Enums aren't honestly any major issue, challenge with this codebase. The main issue is that it's just not programmed efficiently - not in terms of language or datastructures, but in terms of algorithms that are o(n^n) opposed to o(n^2) or o(n). It's ridiculously inefficient.
 

Tattletale21

Member
Jan 26, 2020
380
541
Happy new year everyone! Let's hope in the 2025 we'll get main story progress :KEK:
man fuck main story progress, i've been waiting for youko content for literally four years now. i wanna play as a nine-tailed kitsune character that isn't just 'herr derr generic fox transformation with nine tails herr derr'. we've been getting cockteased with youko content for fucking years now and frankly, the longe ri wait the more ijust keep going back to coc1 with the xianxia mod so i can live out my fantasy as a futa kitsune that actually means something and isn't just flavour text.

inno, you dont understand you dumb bitch (affectionate) but if you created your youko characters and made it possible to play as a nine-tailed variant, coomers (derogatory) would come crawling out of the woodwork. they would literally jizz to the idea, just because they've been japan-pilled since birth.

...i am so sorry i ranted there, but i needed that. i feel at peace. *vanishes like Master oogway*
 

Facha1234

Active Member
Mar 11, 2019
713
540
man fuck main story progress, i've been waiting for youko content for literally four years now. i wanna play as a nine-tailed kitsune character that isn't just 'herr derr generic fox transformation with nine tails herr derr'. we've been getting cockteased with youko content for fucking years now and frankly, the longe ri wait the more ijust keep going back to coc1 with the xianxia mod so i can live out my fantasy as a futa kitsune that actually means something and isn't just flavour text.

inno, you dont understand you dumb bitch (affectionate) but if you created your youko characters and made it possible to play as a nine-tailed variant, coomers (derogatory) would come crawling out of the woodwork. they would literally jizz to the idea, just because they've been japan-pilled since birth.

...i am so sorry i ranted there, but i needed that. i feel at peace. *vanishes like Master oogway*
Inno would probably release a chihuahua tf before youko's.
 

EmDotRand

Active Member
Sep 7, 2020
942
1,604
1736047273041.png
Inno is probably going to release a worm tf before finishing the youko tf.
<-- Just imagine this showing popping up in a back alley demanding your flames and semen.

On a more serious note, I might actually be impressed. My first naive way of implementing it requires a rewrite of how limbs work since currently you need at least 2 arms. A work around might be making special pseudo arms that prevent you from doing actions that would use them.
 

StapleComm

Active Member
Apr 24, 2020
944
774
Honestly what's the point in having all these transformations? Cuz... they don't fucking do anything. A dog-morph is only different from a dragon-morph stat-wise. That's it. There's no special dialogue or anything. Even dolls only have special dialogue when interacting with them in the interaction menu. Which is cool and all, but during sex and like... any other interactions they aren't different from any other random character
 
  • Like
Reactions: Ethernetwork

DarthSion98

Member
May 31, 2020
443
519
Honestly what's the point in having all these transformations? Cuz... they don't fucking do anything.
That's the point.
Its Inno doing basically nothing and harvesting her paypigs for bacon.
In my opinion, pretty much every major species should have different strengths and weaknesses.
For example, cats can be distracted with balls of yarn but they have slightly better night/darkness vision that other species.
 
  • Like
Reactions: JOSHUAs9

StapleComm

Active Member
Apr 24, 2020
944
774
That's the point.
Its Inno doing basically nothing and harvesting her paypigs for bacon.
In my opinion, pretty much every major species should have different strengths and weaknesses.
For example, cats can be distracted with balls of yarn but they have slightly better night/darkness vision that other species.
I wish. But also, again, at least MINOR dialogue changes to each race would be appreciated. Hell, there's a system for bimbos (i'm not a fan of it but that's SOMETHING), make it work with like cats so they randomly say meow sometimes or smth

Also there needs to be a rebalance to stat bonuses in general. She added mouse-morphs and gave them 5% more crit damage... that a lot of species get ON TOP of other stat bonuses. Like what the fuck Inno
 

DarthSion98

Member
May 31, 2020
443
519
I wish. But also, again, at least MINOR dialogue changes to each race would be appreciated. Hell, there's a system for bimbos (i'm not a fan of it but that's SOMETHING), make it work with like cats so they randomly say meow sometimes or smth

Also there needs to be a rebalance to stat bonuses in general. She added mouse-morphs and gave them 5% more crit damage... that a lot of species get ON TOP of other stat bonuses. Like what the fuck Inno
Honestly, I just want the bounty hunting system for escaped slaves to be finished.

That's just her modus operandi. Honestly, I think George RR Martin might finish "Winds of Winter" before Inno finishes the big update.
 

jfmherokiller

Well-Known Member
May 25, 2020
1,181
1,667
Would require rewriting a lot of functions in TypeScript, but iirc there's nothing in her codebase that can't work inside an Angular (or react, bite me) app, could then toss said app into Electron, and despite definitely being a resource hungry POS it'd still probably run better than than whatever JavaScript engine is used for this. Ideally it'd also be easily distributable for other platforms like HTML games as well.

Then again, haven't worked with it, but that other game made it work decently well in Godot, with mod support too.
but converting Java to C# feels like a sin, a GDScript brings out the most negative of emotions
I attempted a C# port atleast 3 times but the whole nashorn bit made me say screw it.

Shh! Don't let the rusteceans hear you.
rewriting this game in rust would be terrifying and you would probably need an exorcist half way through.
 

sgb3

Member
Dec 14, 2019
483
941
Idr at this point, but I already talked about it in this thread so you could feasibly track it down
What, is this new crowdfunding scam tech? Finish something then quickly pull it out before anyone notices so you can claim you're still working on it?
 

StapleComm

Active Member
Apr 24, 2020
944
774
What, is this new crowdfunding scam tech? Finish something then quickly pull it out before anyone notices so you can claim you're still working on it?
That's... ok, did I word it incorrectly? I meant to say that she put a bounty board in a game, BUT NOT THE BOUNTY SYSTEM ITSELF. But on that board it said at which update the BOUNTY SYSTEM will get introduced. Then, close to that update, she rewrote the board to not say WHEN the BOUNTY SYSTEM ITSELF will be added. So no, she didn't finish it and then pulled it out, she claimed when it will be finished and then removed the claim
 

pipindou

New Member
Dec 25, 2024
6
3
I am not sure to get the point with the children. Can we encounter them randomly in the alleys? Does it mean that there is incest content? If not, how to meet them?
 

anubis1970

Engaged Member
Mar 1, 2018
2,173
2,458
I am not sure to get the point with the children. Can we encounter them randomly in the alleys? Does it mean that there is incest content? If not, how to meet them?
Yes you can meet your kids randomly in the alleys, or you can go to the town hall and buy the offspring map. Once you meet them you can talk and try to get to know them eventually inviting them back to Lilaya's or you can attack them and treat them as any other alley attacker.

I like to keep my save relatively light so I tend to enslave and sell most of the ones I encounter.
 
4.10 star(s) 124 Votes