BolHeX

Member
Nov 30, 2019
382
609
UI QoL :

1/ while in the exam session we don't have access to informations concerning the player or the academy, mainly reputation an money for the player and only money for the academy (for now).

I suggest to add these informations on the top panel, on left for the player and on right for the academy, something like this :
Code:
Reputation : xxx                                          Funds : xxxxxxx
Money : xxxxxxx       <<  Conducting exam  [Inv]  >>
Good idea, I can add that.

2/ On the screen with the 3 current girls a tooltip on the portraits indicating their stats could be useful to avoid to enter the girl detail each time we want to see the corruption value.
There is definitely a bit of a real estate problem for this. I could maybe add it when hoving the girls face or something but would require its own custom tooltip screen since it is a lot more complex than my current system would allow.

I am more used to the right click since it's faster for me, beside in a game like this having everything on the mouse is better for me since i just skip the dialogue by clicking fast and use my left hand to scratch my nuts or pick my nose .
For sure we generally loose more time clicking 20 times between 2 actions to pass text than to close a screen before to call the renpy menu :ROFLMAO:
You guys can skip descriptions and/or responses for exam/sex actions but other stuff, I guess not.
1729889272664.png
 

Strec

Active Member
Feb 20, 2018
607
390
You guys can skip descriptions and/or responses for exam/sex actions but other stuff, I guess not.
Welcome to a "dev" tool mainly dedicated to Visual Novels that everybody try to rape to do something else with :D

If someday you want to dev a V2 of the game look as some dev toolkits like godot for example or any other containing an UI dev tool and events driven.
 
Last edited:

lokan

New Member
Jun 21, 2018
6
0
I can't download pixeldrain mods because it's blocked in my country. Do you know what I can do? Thanks
 

BolHeX

Member
Nov 30, 2019
382
609
I can't download pixeldrain mods because it's blocked in my country. Do you know what I can do? Thanks
I will ask Wirox since it seems to be mainly his mods if he will add mirrors.

As for more girls, currently not planned right now but more will be added in the future.
 

Alzenemint

Newbie
May 14, 2018
20
4
Hi, I just added several mods, and I seem to have broken my game at the PTA. The main issue looks simple, but I don't know Python enough to try to fix it. (I'm basically aware that Python is the language of RenPy, that's it.)

It is looking for a Label 'None'. And it isn't defined. (has kept happening too.)

Anyway, here's the traceback
You don't have permission to view the spoiler content. Log in or register now.

This seems to my very uninformed opinion like "False" not being defined. Thank you to all who try to help.

Here's the save if that helps.
 

BolHeX

Member
Nov 30, 2019
382
609
Hi, I just added several mods, and I seem to have broken my game at the PTA. The main issue looks simple, but I don't know Python enough to try to fix it. (I'm basically aware that Python is the language of RenPy, that's it.)

It is looking for a Label 'None'. And it isn't defined. (has kept happening too.)

Anyway, here's the traceback
You don't have permission to view the spoiler content. Log in or register now.

This seems to my very uninformed opinion like "False" not being defined. Thank you to all who try to help.

Here's the save if that helps.
You would need to link me those mods, it looks like they are adding new pta meeting discussion options but doing it incorrectly by not supplying a label to use.
 
Aug 16, 2020
271
244
You can edit the mother Json files, to have them connect with a specific girl.
I want to keep the random ones set to random. Was just hoping for a particular combo from the ones I had left. But Megan Rain/Angela White are apparently not compatible, despite both being black hair. I thought they look like they could pass for mother and daughter.
 

BolHeX

Member
Nov 30, 2019
382
609
I want to keep the random ones set to random. Was just hoping for a particular combo from the ones I had left. But Megan Rain/Angela White are apparently not compatible, despite both being black hair. I thought they look like they could pass for mother and daughter.
They should be compatible, so unless another mother is directly assigned to Megan Rain she should be one of the options.
 
Aug 16, 2020
271
244
They should be compatible, so unless another mother is directly assigned to Megan Rain she should be one of the options.
No one is set to Megan. Shay Sights is the only one of the 3 mothers left who can be assigned to her. If a different girl gets Shay in the recruitment screen, then Megan gets a generic one, even with the named mother chance set to 100% and Angela White and one of the blonds (can't remember which) still free.
Do mothers and daughters need a certain number of traits in common to match? Angela and Megan only have 1 of their 3 in common, looking at the files.
 

Alzenemint

Newbie
May 14, 2018
20
4
Ah Thank you BolHeX. This is a cool game, but I thought I'd try some Mods. Here is the list of the new ones.
1730089702465.png
These are all off of the spreadsheet ( )

These are from rows (in order of the alphabetical list I posted.) {35, 34, 23, 9 (3), 11, 10, 20, 53}
I do know some appear to be from much earlier versions.
I also downloaded the "Official Content" patch earlier, though I don't know if that matters.
Thank you!
 

BolHeX

Member
Nov 30, 2019
382
609
No one is set to Megan. Shay Sights is the only one of the 3 mothers left who can be assigned to her. If a different girl gets Shay in the recruitment screen, then Megan gets a generic one, even with the named mother chance set to 100% and Angela White and one of the blonds (can't remember which) still free.
Do mothers and daughters need a certain number of traits in common to match? Angela and Megan only have 1 of their 3 in common, looking at the files.
Bit of a fuck up on my end, mothers were being assigned when girls were generated so the refresh did nothing to refresh that. I have changed it so they only generate their mothers when they are accepted and it will be available in the next patch.

Ah Thank you BolHeX. This is a cool game, but I thought I'd try some Mods. Here is the list of the new ones.
View attachment 4174689
These are all off of the spreadsheet ( )

These are from rows (in order of the alphabetical list I posted.) {35, 34, 23, 9 (3), 11, 10, 20, 53}
I do know some appear to be from much earlier versions.
I also downloaded the "Official Content" patch earlier, though I don't know if that matters.
Thank you!
Hmm, I don't imagine any of the mods would be causing this error. The only one that it could have been was the rules mod but it seems fine when checking the code.

I am going to try debug with your save and I will let me know if I find anything.
 
  • Like
Reactions: Spider-Ham

davemanster

Member
Jun 10, 2017
257
276
Ah Thank you BolHeX. This is a cool game, but I thought I'd try some Mods. Here is the list of the new ones.
View attachment 4174689
These are all off of the spreadsheet ( )

These are from rows (in order of the alphabetical list I posted.) {35, 34, 23, 9 (3), 11, 10, 20, 53}
I do know some appear to be from much earlier versions.
I also downloaded the "Official Content" patch earlier, though I don't know if that matters.
Thank you!
Did I really typo my name for the clothing mod? Lmao. Oh my….
 
Aug 16, 2020
271
244
Bit of a fuck up on my end, mothers were being assigned when girls were generated so the refresh did nothing to refresh that. I have changed it so they only generate their mothers when they are accepted and it will be available in the next patch.


Hmm, I don't imagine any of the mods would be causing this error. The only one that it could have been was the rules mod but it seems fine when checking the code.

I am going to try debug with your save and I will let me know if I find anything.
The mothers being generated when the girls are is good. You can see which girls have a mother before accepting. By rerolling, i'm saving on Sunday and reloading if I don't get who i want on Monday's candidates. That's how I know Angela isn't being assigned to Megan. 2 or 3 brunettes in the list and Megan gets no mother
 
4.10 star(s) 19 Votes