4.60 star(s) 20 Votes

Gadriel

Well-Known Member
Dec 15, 2017
1,320
1,432
hey I'm currently having a issue with the latest version where whenever i download the files it says the path is to long making it not download so I have no idea what to do
Try downloading to the desktop and not to whatever deep, deep corner in your files you're currently trying to download to.
 

firesoul10

Member
Feb 9, 2020
151
40
If you want to use it delete auto-generated phrases for her in "_AutoGeneratedTranslations" file in the same folder.
You don't need to delete the auto-generated stuff, actually. The way the patcher works is that it reads the files from top to bottom, overwriting any conflicts. That means that since "_AutoGeneratedTranslations" starts with an underscore, it'll be automatically at the top of alphabetical order. Therefore "Heavenly Succubus" would get priority, in this case. It's how Gadriel snuck some alternate translations into the same download.

The more you know~
The translation is much appreciated, even if I have the scene turned off.
She's a real sunny one, huh?
 

firesoul10

Member
Feb 9, 2020
151
40
From what i saw on the dev page the dev is working on white hair lady, currently there's only the backwards assjob but there's gonna be a paizuri !!
Yeah, that's the usual process.

  • ~1 new scene a month, +/- some new cards and the occasional touchup on older content
  • Scenes are completed in order, from their mana generator across to their Big Breast and/or Co-op skill
  • Everyone has a paizuri because it's the dev's fetish (except crossovers)
    • (I, for one, approve of our oppai overlords!)
 
Aug 21, 2024
2
38
Yeah, that's the usual process.

  • ~1 new scene a month, +/- some new cards and the occasional touchup on older content
  • Scenes are completed in order, from their mana generator across to their Big Breast and/or Co-op skill
  • Everyone has a paizuri because it's the dev's fetish (except crossovers)
    • (I, for one, approve of our oppai overlords!)
woah i had no idea about the 1 new scene a month format, that's nice, no wonder every scene has a level of care.
AND YEAH.. REAL.. I LOVE THE PAIZURIS IN THIS GAME...
 

Oblivion9873

Active Member
Jun 18, 2020
703
974
Yeah, that's the usual process.

  • ~1 new scene a month, +/- some new cards and the occasional touchup on older content
  • Scenes are completed in order, from their mana generator across to their Big Breast and/or Co-op skill
  • Everyone has a paizuri because it's the dev's fetish (except crossovers)
    • (I, for one, approve of our oppai overlords!)
it's every 1.5 months now, dev slowed down development on new patches
 
  • Like
Reactions: firesoul10

nightmare054

Member
Jan 1, 2018
191
94
Gadriel
1724544509027.png
either it is a bug, or the translation is wrong.
"this" (referring to Heavenly Succubus) gives targeted minion ATK instead of LIFE.
and "Succubus of Harsh Commandments" gives targeted minion LIFE instead of ATK.
 
  • Like
Reactions: sandsea_urchin

Gadriel

Well-Known Member
Dec 15, 2017
1,320
1,432
Gadriel
View attachment 3964638
either it is a bug, or the translation is wrong.
"this" (referring to Heavenly Succubus) gives targeted minion ATK instead of LIFE.
and "Succubus of Harsh Commandments" gives targeted minion LIFE instead of ATK.
Fak, you're right, thank you.
I think I initially mixed up who was casting the ability and had to switch their names, but didn't switch their effects.
Fixed now.
 
  • Like
Reactions: sandsea_urchin

nightmare054

Member
Jan 1, 2018
191
94
it seems Commandments Succubus has bug when being used by bot.
somehow the Big Breast Attribute can bypass the minion block, so that she can directly squeeze you instead. (only when being used by bot, doesn't work when you do it)
 

sandsea_urchin

Active Member
May 7, 2019
883
1,021
Gadriel
either it is a bug, or the translation is wrong.
Nice. Translators often lack this kind of input. I failed to notice myself - I blame the butt :cautious:
Also, as implied by the other helpful guy, I could suggest breaking down the transltion into several, per-succubus or per category files.
_AutoGeneratedTranslations takes precedence, but this ain't optimal nor the easiest way. (edit: he knew already...)

Great and steady work all the same, Gadriel you hentai angel! :love:
 
Last edited:

nightmare054

Member
Jan 1, 2018
191
94
Nice. Translators often lack this kind of input.
Also, as implied by the other helpful guy, I could suggest breaking down the transltion into several, per-succubus or per category files.
_AutoGeneratedTranslations takes precedence, but this ain't optimal nor the easiest way.

Great and steady work all the same, Gadriel you hentai angel! :love:
actually, if you download the latest translation he put, it is already being separated per succubus. even menu and card effect already being separated into different txt file
 
  • Wow
Reactions: sandsea_urchin

Gadriel

Well-Known Member
Dec 15, 2017
1,320
1,432
it seems Commandments Succubus has bug when being used by bot.
somehow the Big Breast Attribute can bypass the minion block, so that she can directly squeeze you instead. (only when being used by bot, doesn't work when you do it)
Head to the Ci-En and bring it up with the dev, lord knows I can't.
 

timeracers

Newbie
Mar 24, 2018
40
12
it seems Commandments Succubus has bug when being used by bot.
somehow the Big Breast Attribute can bypass the minion block, so that she can directly squeeze you instead. (only when being used by bot, doesn't work when you do it)
Looking at the code, that does seem to indeed be the case.
 

damndami3n

Newbie
Jun 9, 2021
40
39
Hey, a few years back I made a small BepInEx plugin here to add dialog to scenes in the game.
It wasn't very polished because I mostly made that one just for me and shared it to see if the community would be interested.

Recently with all the AI text stuff going around I made a library that allows you to generate text in C# using a local large language model on your computer. I thought it would be cool if I used that library to implement dynamic dialog into a game, and I remembered I made this mod, so for fun I tried to see if I could mix them together get it working.

So, I remade the mod with a bunch of configuration options and my library and now it's much easier to add handwritten dialog, with the added bonus of AI dialog.

I updated the mod to allow for the ability to generate dialog in game and got rid of the old dialog builder exe with a built in GUI you can trigger with [Left Ctrl + G] when you're in a scene to generate dialog.
Based on the conditions for the trigger of the dialog it automatically feeds a prompt to a KoboldCPP AI model and generates dialog for a squeezer.

Should be a lot easier to use than before.
Not every possible dialog condition is implemented, though I'm open to adding more later, especially if someone requests it specifically.

Just drop it into your BepInEx/plugins to install, it requires the latest version of BepInEx 5.
If you want to learn how to use the plugin it is pretty much essential to read the MUST README.txt.
Before you ask any questions about this, just check the readme, I covered everything I could think of there.
The AI features all requires additional setup and changes to the plugin's configuration file in BepInEx/config.

The CKBL folder (for my AI library) comes with JSON files filled with prompt information that the plugin uses to
A. Generate AI Dialog
B. Supplement the ai prompts with better context that (hopefully) makes the dialog better)

I hope someone gets some enjoyment out of this!
Also, if you figure out some magical solution to always get the type of dialog you want from the AI, please let me know!
Despite hours of banging my head it's still not perfect.

EDIT: I noticed a small bug where sometimes the GUI box doesn't appear. You can get around it by just spam tapping Left CTRL + G a few times or holding it until it pops up. I'll fix it tomorrow.

CHECK THE BELOW POST FOR A NEWER VERSION, DELETED THIS ONE.
I'll probably post future updates in the discord once I add the new dialog file system.
 
Last edited:
4.60 star(s) 20 Votes