Ready to play dirty? Command your Lust Goddess now. Play Now!
x

Monosomething

Well-Known Member
May 24, 2019
1,931
3,471
448
I had a Gyaru character (which is already an annoying personality to begin with) asking me to go on a date every minute or so, and I thought that's enough of that. There's no reason to have them ask you more than once a week, because presumably if you're turning them down then you've already got a date with someone else. The only reason that might change I guess is if your date suddenly dies or gets fired, in which case you can just ask the other character on a date yourself.
You just reminded me - praises. The AI, a few weeks into the session, does nothing but praise you. Multiple times in a single break period. If you could turn this down to 1 per period, that would be great.

Though, im not sure whether its not a bug related to the AI as a whole, since they usually dont praise you that much until a few weeks in, and a module killing this might make them become completely silent. Needs testing with and without this change.
 

Grim

Active Member
Aug 17, 2016
914
632
295
You just reminded me - praises. The AI, a few weeks into the session, does nothing but praise you. Multiple times in a single break period. If you could turn this down to 1 per period, that would be great.

Though, im not sure whether its not a bug related to the AI as a whole, since they usually dont praise you that much until a few weeks in, and a module killing this might make them become completely silent. Needs testing with and without this change.
I think it just has to do with your relationship level with them. The higher your relationship gets, the more they start praising. I could add that in as an option but I'm not sure I would enable it by default. At a certain point if you disable too many interactions then like you said they might just become silent and not interact with you at all.

Edit: It could also be based on popularity. Maybe everyone just starts praising as you become more popular. Just like real life! I guess the question is, if you added a new card to a class where you were already popular, would they immediately start trying to praise you also?
 
Last edited:
  • Like
Reactions: bloodbirthe

Monosomething

Well-Known Member
May 24, 2019
1,931
3,471
448
if you added a new card to a class where you were already popular, would they immediately start trying to praise you also?
I will try that when i get to that point. I will kick one of the "done" cards (that cant get into relationships or otherwise redeem themselves) and replace them with someone else.
 

Grim

Active Member
Aug 17, 2016
914
632
295
I will try that when i get to that point. I will kick one of the "done" cards (that cant get into relationships or otherwise redeem themselves) and replace them with someone else.
I'd try it in my current game where half the class is dead, but I'm not sure a new character would get much of a chance to interact with me. Most of the remaining class mobs me wherever I go for attention. I'm about to abandon that game and start anew.
 

Grim

Active Member
Aug 17, 2016
914
632
295
Module: Cooldown

Changelog:

24/08/19
  • Added daily cooldown for "Skip class" interactions. Disabled by default. Set COOLDOWN_SKIP to true to enable it
24/08/18
  • Added period cooldown for "Praise" interaction. Disabled by default. Set COOLDOWN_PRAISE to true to enable it
 
Last edited:

straboavso1

Newbie
Dec 1, 2019
58
49
203
Hi, sorry if the answer's obvious but what folder do I put the Cooldown module in? I've tried putting it in data but it doesn't appear in the editor.
 

Grim

Active Member
Aug 17, 2016
914
632
295
Module: Cooldown

v1.5
  • When I added the skip cooldown I had forgotten that wild characters can also invite you to the arcade/karaoke/restaurant. These interactions are now handled during school hours
  • Refined the log messages
  • Switched versioning system
 
  • Like
Reactions: bloodbirthe

Grim

Active Member
Aug 17, 2016
914
632
295
Fixed nekomancer Modules
A few of nekomancer's older cards had custom modules which would occasionally apply trait/virtue modifiers to the entire class. It's a fun idea, but each of the modules had the same set of problems:
  1. If the card with the module dies or is removed from the class in some way while the effect was active, the effect became permanent.
  2. A global variable was used to keep track of whether the effect was active or not. If you quicksaved while the effect was active and then reloaded that save, the global would reset to it's default value i.e. not active, and so the effect would remain active rather than deactivating during the next period.
  3. The module would try to add/remove the modifiers without first checking if the seat was filled.
To address the problems I've done the following:
  1. A new trigger was added to ensure that the the modifiers are removed from the class if the card with the module is destroyed.
  2. The global variable keeping track of whether the effect is active or not was changed to a card storage variable instead.
  3. Unfilled seats are skipped when looping over the class to add or remove modifiers.

The 4 cards that these modules apply to are:
These modules were specifically made for those 4 cards, so unless you have the cards or plan on downloading them it doesn't make much sense to download these fixed versions of their modules since the modules won't work correctly without further modification.

All credit to for creating the cards/modules.
These modules are pretty niche, but I fixed them for myself and figured I'd share them for anyone else that might be using those cards
 

Rizuu

Newbie
Feb 4, 2019
26
10
13
Does anyone know where to place custom personality poses in the game folder? I tried downloading the Clingy male personality and he just T-poses when interacted with. Am I missing something?
 

Grim

Active Member
Aug 17, 2016
914
632
295
Does anyone know where to place custom personality poses in the game folder? I tried downloading the Clingy male personality and he just T-poses when interacted with. Am I missing something?
You'd be better off just downloading the and following the instructions for it
 
  • Like
Reactions: Rizuu

Juggomegas

Newbie
Nov 26, 2018
19
13
79
Hello, I'm having a problem with H-scenes between male characters, one is always missing genitals and doesn't start off naked in the scene.
 

Grim

Active Member
Aug 17, 2016
914
632
295
Cooldown
v1.6.1
  • Fixed a bug that would cause interactions to go on cooldown for an NPC even if the PC was the one to initiate the interaction. Example: If the PC asked an NPC for a date the interaction would go on cooldown for the NPC, and assuming the NPC refused they wouldn't be able to ask the PC for a date until the next Monday morning.
v1.6
  • Added daily cooldown for the "Reprimand for lewd" interaction. This cooldown will not apply to cards with the Puritan module since reprimanding is the entire purpose of it and I didn't want to prevent it from working as intended. You can just remove the Puritan module from the card instead if you don't want them constantly reprimanding you.
Fixed Modules
Begone Thot
This module is supposed to save relationship info between the card with the module and the one they're slapping so that it can be restored afterwards and the slap won't actually have any impact on the relationship. It was calling some of the relevant lua functions incorrectly however, and half of the relationship info was never saved/restored as intended, while also causing errors to be thrown in the console. The function calls have been fixed and the module should now work as intended.
Unrelated, but I've noticed that the 3 skip class interactions that end up on the rooftop or in the infirmary don't cause the "A Period Ends" event to be emitted, even though the period changes. Given that many modules listen for that event to trigger their reset/cleanup, I wonder how often a module ends up in a weird/broken state the next period due to the PC skipping class.
 
Last edited:
  • Like
Reactions: bloodbirthe

The NTRtainer

Member
May 22, 2020
120
167
187
I was today years old when I found out about the upcoming game that almost seems like it might be AA3. I am an eternal cynic but even so I am feeling really hopeful about this. I will praise the hentai Gods for eternity if we get something closely enough resembling AA2.
 
  • Like
Reactions: Fanorase

Grim

Active Member
Aug 17, 2016
914
632
295
I was today years old when I found out about the upcoming game that almost seems like it might be AA3. I am an eternal cynic but even so I am feeling really hopeful about this. I will praise the hentai Gods for eternity if we get something closely enough resembling AA2.
It certainly looks like a modern AA2/AA3 based on all of the videos they've shown
 

Stormen

Member
May 10, 2021
154
90
95
Man, the NTR in this game is pretty bad. Heroine doesn't mind entering a relationship with some other dude 1 meter apart from you. Neither does she mind humping him while you're standing above watching. If you "catch" them it's like "Hey, it's not what it looks like " and nothing. No regrets, no repercussions, just you got caught.

This game has pretty amazing potential, but it's very barebones. VERY barebones. Unless i'm missing something it has no character story or overhead story whatsoever, it's all in the gameplay.
 
  • Like
Reactions: k2ren

Monosomething

Well-Known Member
May 24, 2019
1,931
3,471
448
Man, the NTR in this game is pretty bad. Heroine doesn't mind entering a relationship with some other dude 1 meter apart from you. Neither does she mind humping him while you're standing above watching. If you "catch" them it's like "Hey, it's not what it looks like " and nothing. No regrets, no repercussions, just you got caught.

This game has pretty amazing potential, but it's very barebones. VERY barebones. Unless i'm missing something it has no character story or overhead story whatsoever, it's all in the gameplay.
If you know what youre doing, you can completely shut down any semblance of NTR. Unfortunately, this is a game of numbers. NPCs act according to those numbers and never do anything more than that.

As for the story? Its a sandbox. Make your own story. Mine is usually playing monogamous, while fending off all other guys from my girl, or polygamous, and cucking everyone mercilessly. In both cases the end result is that all guys are effectively shut off from ever getting laid, since even if i do play monogamous, i will still abuse my love count to keep them away from chicks. Thats not NTR - thats just being cruel on my part.

I wrote a number of guides about this game. One is about not getting cucked. You just have to look for em in this thread.
 
4.40 star(s) 23 Votes