News:

Please request registration email again and then check your "Spam" folder

Former www.henthighschool.com

Recent posts

#41
HHS+ Development / Re: Senarior proof of concept
Last post by Dagoth - May 11, 2024, 03:58 AM
By senarior, do you mean scenario?
#42
Brothel King / Re: [Resources] PictureNamer (...
Last post by Yasaki74 - May 10, 2024, 10:11 PM
Is it possible for the tagging tool to have auto save?
#43
HHS+ Development / Re: Senarior proof of concept
Last post by superevilking - May 10, 2024, 06:55 PM
What have I gotten myself into

https://ibb.co/DQkXqSV
#44
Brothel King / Re: [Resources] PictureNamer (...
Last post by vadi92 - May 10, 2024, 04:22 PM
Quote from: Vaan on May 10, 2024, 10:59 AMHi guys,

Is there a way to increase the max amount of tags per photo on the tagging tool? I found this code:

while not self.committed:

                    if self.rename_file(new_file_name % str(i).zfill(FILENAME_NUMBERCOUNT)):
                        self.committed = True
                        filename_counter_dict[first_part] = i
                    else:
                        i += 1
                    if i > 20000: raise Exception(self.file_name + " -> " + new_file_name)


I thought changing if i > 20000: a bigger number will do something, but it doesn't look like it did, still get the Exception error, deleting it doesn't seem to work either.


There is no meaning for that. Even if you could add more tag's there is a limit for every file name for the maximum letters they can have. (on most OS it's ~256 letters)
#45
HHS+ Development / paper Dolls
Last post by superevilking - May 10, 2024, 03:50 PM
Just wondering if there is any other way when it comes to making paper dolls? Currently Kisekae is causing an issue and isn't fully working for me. So, I am just wondering if anyone found a different program or if Kisekae is the only option for making Paper Dolls for this game.
#46
Brothel King / Re: [Resources] PictureNamer (...
Last post by Vaan - May 10, 2024, 10:59 AM
Hi guys,

Is there a way to increase the max amount of tags per photo on the tagging tool? I found this code:

while not self.committed:

                    if self.rename_file(new_file_name % str(i).zfill(FILENAME_NUMBERCOUNT)):
                        self.committed = True
                        filename_counter_dict[first_part] = i
                    else:
                        i += 1
                    if i > 20000: raise Exception(self.file_name + " -> " + new_file_name)


I thought changing if i > 20000: a bigger number will do something, but it doesn't look like it did, still get the Exception error, deleting it doesn't seem to work either.
#47
HHS+ Mods / Re: [MOD] Lexville
Last post by ElPresidenete - May 10, 2024, 10:42 AM
Fetishes should probably be refined. Some are self-explanatory, like Dominant and Submissive.
But some can be give/take dependant.
Or you cna assume that fetishes are broad and cover both give AND take (which often is the case).

#48
HHS+ Mods / Re: [MOD] Lexville
Last post by dcsobral - May 10, 2024, 12:27 AM
Quote from: DeniedInMontana on May 09, 2024, 08:30 AM
Quote from: dcsobral on May 09, 2024, 12:34 AMOne weird thing I noticed: people can have the anal fetish and "not be into anal". That's... wrong.

I've seeen it as well, but it seems they are more into the idea of giving rather than receiving - seems that way with futas at least, and males.

The two cases I saw were females.
#49
HHS+ Mods / Re: [MOD] Lexville
Last post by DeniedInMontana - May 09, 2024, 08:30 AM
Quote from: dcsobral on May 09, 2024, 12:34 AMOne weird thing I noticed: people can have the anal fetish and "not be into anal". That's... wrong.

I've seeen it as well, but it seems they are more into the idea of giving rather than receiving - seems that way with futas at least, and males.
#50
Brothel King / Re: v0.3 Test version (gamepla...
Last post by Mudpony - May 09, 2024, 04:50 AM
Bug report: Changing a girl's bad trait using the new "evil powers system" results in no bad trait.

I used the new "evil powers system" spell that lets you replace a girl's bad trait with a new random one. I supercharged the ritual, giving me a choice of 3. Of the 3 choices, I picked Scars. The girl now has no bad trait.

Edit: Also, for this ritual, when hovering over the 3 choices, the usual info of what the trait is when hovering over it would be nice.

Second potential bug/wording issue:
I used another ritual, the one that said it would replace the cards in your hand with new ones. Before casting it, I had cast one of the other cards, so had 4 left, including the card swapper. I supercharged the ritual, giving me +2 cards. Due to the wording, I was expecting to get 5 cards... the 3 unused cards in my hand + 2 from super charging. However, what I got was 7 cards (a full hand of 5+ 2 extra). So either it didn't function quite right, as my remaining 3 cards weren't replaced on a 1:1 basis (and then 2 extra from the charged up version, of course) or the wording could be improved to clarify that you discard your hand and a draw a new hand of 5 cards (and 2 more if charged up).