News:

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

Former www.henthighschool.com

[Feedback] Gameplay and Balance discussion

Started by Goldo, May 18, 2022, 02:32 PM

Previous topic - Next topic

GMWinters

That's fair.

Also, I'm guessing it would probably break the visually appealing staircase effect, but assuming that training for something and working it have the same effects, do you have a version of this that includes Naked, Bisexual, and Group? (Or does Bisexual/Group just run with whatever other act the customer selects?)

GoldoTopic starter

Quote from: GMWinters on Sep 27, 2023, 02:12 PMThat's fair.

Also, I'm guessing it would probably break the visually appealing staircase effect, but assuming that training for something and working it have the same effects, do you have a version of this that includes Naked, Bisexual, and Group? (Or does Bisexual/Group just run with whatever other act the customer selects?)

Yes, bisexual and group run with the main act, while naked is not used as a specific act during night events but instead provides a 5% bonus to tips.
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

advancedas

Hi,

Been playing Brothel King for a while. For my play style I don't necessarily like the mechanic of limiting the girls love and fear stats based on rank.

I feel like I am sometimes pushed to advance to the next chapter to be able to increase the love/fear stats further.

Is there a way to remove this limitation, so I could max these stats on previous chapters?

Also is there a way to "train" positive fixation. So the girl would acquire a new positive fixation (the same way you can remove a negative fixation).

GoldoTopic starter

Quote from: advancedas on Oct 01, 2023, 09:20 AMHi,

Been playing Brothel King for a while. For my play style I don't necessarily like the mechanic of limiting the girls love and fear stats based on rank.

I feel like I am sometimes pushed to advance to the next chapter to be able to increase the love/fear stats further.

Is there a way to remove this limitation, so I could max these stats on previous chapters?

Well, it's a case of damned if you do, damned if you don't, as previously there was no limit by chapter and it was requested to pace the progression.

You can disable it if you're ready to dig in the code.

Open BKgirlclass.rpy, look around lines 4109 and 4155 for the definitions of the change_love and change_fear methods.

Add the following line of code at the beginning or the function, taking care to use the same indentation as the code below it:
min_cap = max_cap = None
Your function should look like this after you're done:
def change_love(self, amount, min_cap = None, max_cap = None, silent=False): # Cap is the limit above which love won't go with this action (used for free girls only)

            min_cap = max_cap = None

            if self in game.free_girls:
                [...]

Do the same for change_fear.


QuoteAlso is there a way to "train" positive fixation. So the girl would acquire a new positive fixation (the same way you can remove a negative fixation).

No, there isn't, I suppose it could be done with a mod. It needs to be balanced so that you can't just bombard all your girls with new fixations until they love everything. I guess we could introduce a new farm power that gives positive fixations, the sanity mechanic would prevent overuse.
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

GMWinters

Quote from: Goldo on Oct 11, 2023, 04:19 PMNo, there isn't, I suppose it could be done with a mod. It needs to be balanced so that you can't just bombard all your girls with new fixations until they love everything. I guess we could introduce a new farm power that gives positive fixations, the sanity mechanic would prevent overuse.

It could even be two separate powers if you want to increase the variety of the deck:

The first could be modeled after the currently existing spell that swaps out one negative trait for another with the supercharged version giving you some control over what you get. So the net total fixations remains the same and the sanity cost can be mild?

And the second one could then add a net new fixation and have a commensurately higher sanity cost?

Yasaki74

@Goldo
I think the bank should be accessible early game making the bank more useful and more mechanics could be add in
like having interest, lesser tax and tax is auto pay by the amount of money to the bank
- taxing buildings: the whore room should be built, it doesn't make sense that's already there since most girls in early game won't do whoring
- the more interest you have the less you have to pay for the rooms you have to build
- unlock level cap for mc

GoldoTopic starter

#66
Quote from: Yasaki74 on Oct 17, 2023, 05:01 PM- taxing buildings: the whore room should be built, it doesn't make sense that's already there since most girls in early game won't do whoring

On this particular point: There is no whore room, the girls are actually using their bedrooms for whoring (Edit: And the room quality affects customers, too).
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

Yasaki74

#67
Quote from: Goldo on Nov 14, 2023, 11:39 AM
Quote from: Yasaki74 on Oct 17, 2023, 05:01 PM- taxing buildings: the whore room should be built, it doesn't make sense that's already there since most girls in early game won't do whoring

On this particular point: There is no whore room, the girls are actually using their bedrooms for whoring.

I still think there should a room built for whoring like the how's the room quality?
and while they are slaves the rooms should made in 2 part
1 for whoring and 1 for storing slaves

*1st part slave storing
- it make sense where you can call the girls to your master bedroom, when every girl sleep on the same beds or bunk beds
- you can also make the girls sleeps on the floor when you have no beds left which eliminates the need for buy more rooms for slaves to stay though it could lead to health problems(just a quality of life changes)
- you can skip night trainings when they sleep on your bed and you can make them wake you up as an alarm clock for more events

*2nd part for whoring
- the part for whoring could make the customer able to choose which room to whore, how good is the room quality for whoring and does the girls in that room has any sex toys they could use or they could borrow the girls sex toys
- the clothes that you buy could affect how the customers like the girl(basically I'm saying that the items in the game like clothing, sex toys, panties, weapons could change how the whoring room works)
+ weapon for self-defense even though there's only 1 way of doing the security events I think there should  more security events occur like in the whoring room
+ clothing, panties are their for attractiveness, could affect how the customers want the girls clothing should be(though this one should be optional)
+ sex toys for improving fetishes, sex types and also affect how customers pay too(for more options)

Edit:
Allow the mc to be able to train a girl more than once