Jump to content

[Mod]Bruce owns bar


FFFF1000

Recommended Posts

Posted

Bruce owns bar

View File

This mod turns Bruce into a complete sadistic hunter. Instead of waiting for you to look for him among the bar girls, he will chase you as you enter the bar. Be you in your male or female form.

 

Main features:

Forced poker game, Are you in the bar as a male? Sometimes Bruce will challenge you to a poker game, if you lose, well, you know the drill.

 

Financial domination: Go in the bar as a woman? Bruce will try to drain you. you can try to escape, friendly offer sex instead, or give him you wallet. Each option has consequences. Specially if your offer isn't up to Bruce's standards.

Fail to pay Bruce properly, he will put you into a deal (the same poker deal). however, you can be on any pill and not only the resistance. if you make a deal on a breeder... Bruce may keep you on a deal and pregnant for a long time.

Bar Girls Ruined Reputation: Depends on how you please Bruce he will show the real you to the bar girls. of course they will not like it and lose attraction.

Bruce goes hot: Keep avoiding Bruce, he will have the hots for you, from that point on, going into the bar will become a real "nightmare", you will be constantly "fucked" by Bruce for some two weeks.

 

This mod isn't for you if...

You like seeing your money going up indefinitely.

You play with pregnancy turned off (it will work without any problem, you just miss the synergy).

You don't like things happening against your will.

 

Synergy: I play this mod along with Bruce Debt Negotiation from @garnet1 . It really adds to the financial and ruin experience.

 

As almost all mods: This is a work in progress, I'm constantly developing and finding bugs. Right now, I believe it is stable enough for a full play through, though bugs may happen. If you find any bugs, I will do my best to fix it (by the way, Bruce will keep calling you by your male name when you are a girl, it is intentional, part of his sarcasm).

 

 

 


 

Posted

I really like the idea of this mod, but I do play with pregnancy off. Is the mod completely unable to function that way, will it break in some way? Or, does that only lock off the pregnancy related aspects of the mod?

Posted
10 hours ago, LTD said:

I really like the idea of this mod, but I do play with pregnancy off. Is the mod completely unable to function that way, will it break in some way? Or, does that only lock off the pregnancy related aspects of the mod?

 

The mod will work just fine, but part of the punishment you get is from being pregnant and further feminine

 

  • 3 weeks later...
Posted
8 hours ago, Zdun said:

Any idea about this "BarWhore_SF.zip: Overlaps with Bruce Owns Bar:::::sex transactional end."

 

I don't use BarWhore, thank you for reporting this conflict. 

 

This one will be hard to fix, After I release the next version (early this week), I will take a look into making sex transactional end not overwrite the main procedure. This way it would be compatible with all mods that overwrite it. 

Posted
On 1/11/2026 at 9:19 AM, Zdun said:

Any idea about this "BarWhore_SF.zip: Overlaps with Bruce Owns Bar:::::sex transactional end."

 

There should be no more conflict in 0.0.3. 

Posted

I'm having trouble getting the events to start. Is there a command to force them? Does the chance of him approaching role when you enter? (useful to know for save scumming to try and make it happen)

Posted
54 minutes ago, SOSMarche said:

I'm having trouble getting the events to start. Is there a command to force them? Does the chance of him approaching role when you enter? (useful to know for save scumming to try and make it happen)

Hello!

 

I'm assuming you are using version 0.0.5.

 

There is no command to force a start, however, you can greatly increase the odds by hitting 2 and setting: 

(set: $bruceskipcount to 40)
 
Can you tell me about your character's settings? charm, days passed, personality? 
 
It is intended that Bruce will hit less from version 0.0.3, but he will drain harder. 
 
Posted
On 1/16/2026 at 3:15 AM, FFFF1000 said:

Hello!

 

I'm assuming you are using version 0.0.5.

 

There is no command to force a start, however, you can greatly increase the odds by hitting 2 and setting: 

(set: $bruceskipcount to 40)
 
Can you tell me about your character's settings? charm, days passed, personality? 
 
It is intended that Bruce will hit less from version 0.0.3, but he will drain harder. 
 

Thank you for responding. Amusingly, it hit either one or two days after I made the post. All is right in the world. Sorry for the intrusion.

  • 2 months later...
Posted

i have a compatibility request with neon desires as that one has an interaction with bruce about broken chokers that is impossible to get with bruce owns bar loaded.

  from the neon desires support area:

9 hours ago, AthenaWilliams said:


I had a look into it, its not really possible, it looks like talking to Bruce at any point forces you into the bruce own bar attack passage, which is custom to the mod and has a lot of conditionals as to what happens when you speak to him, there is one that has options, but getting into that is not possible without copying the passage and making a copy which means that this mod would have to be updated whenever that passage in Bruce owns Bar is, which is a lot of extra work. If you want compatability I would suggest contacting the creator of Bruce owns bar instead, as they're best placed to maintain this and insert it where appropriate into their mod code. The author has not be active since 9/02/2026 on the Discord so you might have to wait a while, sorry. 

If you contact them, this is the code they'd need to add wherever they want it: 

(if:(passage:"__mods__")'s source contains "Neon Desires")[
  (if:(checkdm:$npc,"id","is","bruce") and (is_fem:))[
        (if:$x_fans_choker_stuck is not "")[
            <div class='options'>(link:"Tell Bruce about your broken choker")[
                (cs:"bruce choker repair")
            ]</div>
        ]
    ]
]

 

  • 1 month later...
Posted
On 3/19/2026 at 9:25 AM, xarvenius said:

i have a compatibility request with neon desires as that one has an interaction with bruce about broken chokers that is impossible to get with bruce owns bar loaded.

 

Much as I'd love all my mods to be instantly compatible with each other without resorting to patches... Realistically that's beyond the scope of either mod.

 

while [::bruce own bar attack] is the hijacking passage, it has no player-selectable options (it dumps you out into whichever passage it thinks is relevant)

it makes more sense to add it to [::catcall reaction Bruce] (the passage that plays if bruce has already spoke to you once while female), since it has selectable options to send you to [::catcall reaction friendly] / [::catcall reaction slutty]

 

This can be done yourself by opening up "bruce owns bar Catcall Reaction.twee" in any text editor and adding it to the end of that section like:

Spoiler
:: catcall reaction Bruce
{
    (set:$npc_select to "bruce")
    (set:$npc_to_load to "bruce")
    (display:"load npc male")
    (display:"npc screen update")
    (display:"alcohol npc appearance reaction")
    (set:$options to "false")
    You stare at him, not believing he is speaking this way to you, but suddenly, you notice your body is really commanding you to accept it(nl:1)
    (if: $brucishot>0)[Bruce won't give up on fucking with you tonight(nl:1)]
    <div class='options'>
    (link:"Decline offer")
    [
        (if: $brucishot is 0 and $brucedeclinefuck < 5 and $character's "arousal"< 5)
        [
            <div class='options'>
            (link:"Somehow you manage to escape")
            [
                You tell Bruce you really can't today and move ahead, somehow, the playboy misses you among the crowd and turn his attention to another girl.
                (set: $brucedeclinefuck to it +1)
                (set: $bruchotstart to it +2)
                (display:"save npc male")
                (set:$BruceFriendly to "false")
                (set:$next to $location_params's "home")
                (display:"next")
                (display:"refresh portrait")
                
            ]
            </div>
        ]
        (else:)
        [
            (replace:?explanation)
                [][*Shouldn't piss him off*]<explanation|    
        ]
    ]
    (link:"Friendly fuck")
    [
        (if: $character's "arousal"< 7)
        [
            (set: $bruceskipcount to 0)
            (set: $brucedeclinefuck to 0)
            (set: $bruchotstart to it -1)
            (if: $bruchotstart <0)[(set: $bruchotstart to 0)]
            (set:$next to "catcall friendly Bruce")
            (display:"change screen")
        ]
        (else:)
        [
            (replace:?explanation)
                [][*(twirl:"You really feel an urge to pay him.",)*]<explanation|    
        ]
    ]
    (link:(twirl:"Pay"))
    [
        (set: $bruceskipcount to 0)
        (set: $brucedeclinefuck to 0)
        (if: $brucishot is 0)
        [
            (set: $bruchotstart to it -2)
            (if: $bruchotstart <0)[(set: $bruchotstart to 0)]
        ]
        (set:$next to "catcall slutty Bruce")
        (display:"change screen")
    ]
    (if:(passage:"__mods__")'s source contains "Neon Desires")[
        (if:$x_fans_choker_stuck is not "")[
            (link:"Tell Bruce about your broken choker")[(cs:"bruce choker repair")]
        ]
    ]
    </div>
}  

 

(I've removed the bruce & isfem checks becuase they are already true to get to this passage in the first place and the <div class='options'> because in this case it's already inside that section) (not tested it but that code should probably work)

 

To make it actually compatible, you'd also need neon desires to change their [::bruce choker repair] passage to set $bruceskipcount and $brucedeclinefuck to 0 when you pick either of the sex options because otherwise you'll immediately get hit on again because he still thinks you "avoided" him which isn't sensible.

Spoiler
[...]
"If you want me to actually *fix* the choker so you can use it again... well, we're gonna have to go to the back room for a real hands on consultation."<br><br>
    
	<div class='options'>
        (link:"Get under the table (Lose Choker)")[
            (if:(passage:"__mods__")'s source contains "Bruce Owns Bar")[
                (set: $bruceskipcount to 0)
                (set: $brucedeclinefuck to 0)
                (set: $bruchotstart to it -1)
                (if: $bruchotstart <0)[(set: $bruchotstart to 0)]
            ]
            (cs:"proposition accept bj")
        ]
        (link:"Go to the back room (Repair Choker)")[
            (if:(passage:"__mods__")'s source contains "Bruce Owns Bar")[
                (set: $bruceskipcount to 0)
                (set: $brucedeclinefuck to 0)
                (set: $bruchotstart to it -2)
                (if: $bruchotstart <0)[(set: $bruchotstart to 0)]
            ]
            (cs:"proposition accept fuck")
        ]
        (link:"Forget it")[
            (cs:"bar chat patrons")
        ]
    </div>

 

 

Not linking my custom version in this thread because it's a part of my hideous amalgamation of several bruce mods (eg bigger betting) which accounts for personal balancing preferences of several competing money pit mods. Doing so would cause headaches for the original authors when people inevitably yoink it without reading. My install is an absolute mess of custom files like "COMPAT BarWhoreSF+BruceOwnsBar+Takenumber+Buddies limit 1.3.twee" because there's so many mods fighting over the same passages and I refuse to have the whole house of cards collapse just because someone decided to something silly like actually updating their mod.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...