Jump to content

DEPRECATED (bc captor for CaptivityEvents for BannerLord) DEPRECATED


Recommended Posts

Posted

I can only enter the BC captive event dialog through "Make her wear rags"(I'm not sure about the words) which results in decrease in relation to the captive. Is there any other way to access the dialog? 

Posted
On 3/31/2022 at 7:58 PM, Whizkid said:

@SkipWestcott, a question noticed these 2 functions set to canbetriggeredbyotherevents, but the remarks states that it can be disabled in mcm? but i cannot find the function name in mcm as its set to canbetriggeredbyotherevents, which means these functions are disabled as its not being called anywhere in the mod by other functions.

 

 

 

  Reveal hidden contents

 

 


    <!-- disable TB virginity plead, relation_sex; copy Bolton overrides; Devoted entry override for Virginal   
    <CEEvent>
        <Name>TB_captor_pleading_maiden</Name>
        <Text>Event (partially) surpressed by BC_Captor! If you don't like this pop-up, disable TB_captor_pleading_maiden in MCM!</Text>
        <Backgrounds>
            <Background Name="BC_captor_sex_waiting_3"  />
        </Backgrounds>
        <NotificationName>BC_random_notification</NotificationName>
        <MultipleRestrictedListOfFlags>
            <RestrictedListOfFlags>Captor</RestrictedListOfFlags>
            <RestrictedListOfFlags>CanOnlyBeTriggeredByOtherEvent</RestrictedListOfFlags>
        </MultipleRestrictedListOfFlags>
        <Options>
            <Option>
                <Order>3</Order>
                <MultipleRestrictedListOfConsequences>
                    <RestrictedListOfConsequences>Continue</RestrictedListOfConsequences>
                </MultipleRestrictedListOfConsequences>
                <OptionText>Ignore {CAPTIVE_NAME}.</OptionText>
            </Option>
        </Options>
        <ReqCustomCode>true</ReqCustomCode>
        <SexualContent>true</SexualContent>
        <WeightedChanceOfOccuring>0</WeightedChanceOfOccuring>
        <ReqHeroMinAge>18</ReqHeroMinAge>
        <ReqHeroMaxAge>18</ReqHeroMaxAge>
    </CEEvent>
    <CEEvent>
        <Name>TB_captor_f_pleading_maiden</Name>
        <Text>Event (partially) surpressed by BC_Captor! If you don't like this pop-up, disable TB_captor_f_pleading_maiden in MCM!</Text>
        <Backgrounds>
            <Background Name="BC_captor_sex_waiting_3"  />
        </Backgrounds>
        <NotificationName>BC_random_notification</NotificationName>
        <MultipleRestrictedListOfFlags>
            <RestrictedListOfFlags>Captor</RestrictedListOfFlags>
            <RestrictedListOfFlags>CanOnlyBeTriggeredByOtherEvent</RestrictedListOfFlags>
        </MultipleRestrictedListOfFlags>
        <Options>
            <Option>
                <Order>3</Order>
                <MultipleRestrictedListOfConsequences>
                    <RestrictedListOfConsequences>Continue</RestrictedListOfConsequences>
                </MultipleRestrictedListOfConsequences>
                <OptionText>Ignore {CAPTIVE_NAME}.</OptionText>
            </Option>
        </Options>
        <ReqCustomCode>true</ReqCustomCode>
        <SexualContent>true</SexualContent>
        <WeightedChanceOfOccuring>0</WeightedChanceOfOccuring>
        <ReqHeroMinAge>18</ReqHeroMinAge>
        <ReqHeroMaxAge>18</ReqHeroMaxAge>
    </CEEvent>    --> 
 

 

 

The confusion is mostly my fault: all the text in the OP post *was* valid at one time, so I kept it there as history. JUST-IN-CASE somehow someone does still have an old version.

 

If you're using the latest version, you can ignore all that, as it was an artifact from before I had implemented the true Overwiteable flags in the TB_patch. As you notice, you can't find the bad event any more. It has been commented out completely, and does not 'compile'.

Posted (edited)
20 hours ago, Grosse2 said:

I can only enter the BC captive event dialog through "Make her wear rags"(I'm not sure about the words) which results in decrease in relation to the captive. Is there any other way to access the dialog? 

Open Prisoners [P] and you can talk to each prisoner, giving a Dating/Harem/Barracks menu.

 

Captivity Events only lets you talk to them IN prison or OUT of town: be aware.

Edited by SkipWestcott
Posted
12 hours ago, SkipWestcott said:

Open Prisoners [P] and you can talk to each prisoner, giving a Dating/Harem/Barracks menu.

 

Captivity Events only lets you talk to them IN prison or OUT of town: be aware.

I mean, I know how to get to the dialog section. However, the dialog in which you get to bring the prisoner to your chamber is only accesible via “Make her wear rags”. 

Posted
1 hour ago, Grosse2 said:

I mean, I know how to get to the dialog section. However, the dialog in which you get to bring the prisoner to your chamber is only accesible via “Make her wear rags”. 

I've not seen that: I am able to run through as expected.

 

'Rags' is only part of TB --- make sure you're using my latest, and preferably the TB_patch.

Posted
On 4/6/2022 at 3:42 AM, SkipWestcott said:

I've not seen that: I am able to run through as expected.

 

'Rags' is only part of TB --- make sure you're using my latest, and preferably the TB_patch.

So, you don't have this "Cloth her in rags" in your game? I've installed your latest version and the TB patch but still, it looks like this 

20220407192049_1.jpg

Posted
14 hours ago, Grosse2 said:

So, you don't have this "Cloth her in rags" in your game? I've installed your latest version and the TB patch but still, it looks like this 

 

Correct, that is straight from TB.  It should be overwriting that....... curious as to your load order, and what your MCM events are. Can you find BC_event* in MCM menus for CE?

Posted

I think this might be related to this mod, but in 1.7.2 my save games are getting "corrupted" 

 

through debugging I can see that a NPC is being added with an occupation of wanderer, but has no template assigned, causing the game load process to null ref. 

Posted
4 hours ago, t0kayla said:

I think this might be related to this mod, but in 1.7.2 my save games are getting "corrupted" 

 

through debugging I can see that a NPC is being added with an occupation of wanderer, but has no template assigned, causing the game load process to null ref. 

Interesting: I will look into that, thanks.

Posted
On 4/16/2022 at 6:06 AM, recreation said:

image.png.2582635ce5ac62ce672581b306e5856b.png

 

The menu in question seems to be called TB_captor_dating_menu in events.

That's correct, the event will be updated to use 'TB_captor_dating_menu' next version. (It's "TB" because it's an overwritten event)

  • 2 weeks later...
Posted

Hello,

 

I have a question for you SkipWestcott;
I'm trying to start a Harem, but I can't get the captives to accept joining it, be them at 100 obedience or 100 affection.
They keep saying that you shouldn't ask that to a captive ; but I can't get this dialog when they're free anyway.
- So the question is : how do I make a Harem ?

Thank you

Posted

@SkipWestcott

The reason I am asking is because since I went back to 1.7.1, started a whole new game and added CEenvents version for 1.7.1, TBevents (that have not been updated for 1.7.2) and BCevents for 1.7.2 (as I no longer have the 1.7.1 version), my game keep crashing consistently whenever a captive joins my clan.

 

I have a couple crash files here for you.

Crash_1.7.1_5.1.22.htm

  • 1 month later...
Posted

Not sure if this mod is the one with the sword sister.  I noticed she didn't have a troop tree.  I'm wondering if that exists inside another mod.

 

  • 1 month later...
  • 2 weeks later...
Posted
On 6/5/2022 at 2:11 PM, cniht said:

Not sure if this mod is the one with the sword sister.  I noticed she didn't have a troop tree.  I'm wondering if that exists inside another mod.

 

The Sword Sister is in TB's Captivity Events iirc.

Posted
On 7/24/2022 at 10:04 PM, Xinlo said:

The Sword Sister is in TB's Captivity Events iirc.

There was a female troop mod that has that troop tree in it.  I'll have to re-look but it was clearly taken from that separate female troop mod.

Posted (edited)

Hi, all, I am able to run TB + BC as expected from Captivity Events for 1.8.0, without changes to the file.

 

I have a couple new events down in the torture chamber I'm cooking up, as well: we can't leave our companions out of the fun, now can we?

 

@GamerzZ Captivity Events by itself is very dependent on Game Version, but the XML Event packs are not. Make sure CaptivityEvents works by itself for a few game-days before adding more event packs.

 

@cniht Sword Sister is either from Captivity or TB_Captivity, sorry not sure.

Edited by SkipWestcott
  • 4 weeks later...
Posted

I can't load saves or enter towns

My load order is:

Harmony

Butter

UIExt

MCM

Native

SandBoxCore

Sandbox

Story

CustomBattle

Birth and Death

Multiplayer

Adjustable Level up

Captivity 1.8.0

TB's Captivity

BC Captor

What am I getting wrong? I made sure they were all updated

 

Posted

 Hi, there seems to be an error when opening TBCaptivity menus. BCCaptor works fine, but when clicking on any TB related option menu, it can't be found.

 

image.png.ae9b4a096be1816fe02ca648058877e2.png

 

The menu:

image.png.02bd2a625c836841c8f6948416bbe66d.png

 

My load order:

Harmony

ButterLib

UIExtentenderEX

MCM

Native

SandBoxCore

Birth and Death

CustomBattle

Multiplayer

Sandbox

StoryMode

CaptivityEvents

CaptivityDefaultEvents

TBCaptivity

BCCaptor

 

 

  • 3 weeks later...
Posted

hey there, I did some stuff and got "rutting beast", sadly this prohibits me from doing stuff like seducing my captive, is there any way to get rid of that?

Posted (edited)

i have the same Problem as many from above all TB options dont work with this mod installed have the right load order but if i click on an option from TB i go out out of the Slave/Prison menu direct and nothing happen or a red line pop up Event not found and then i go out of the menu.Then some of the menu option show up 2 times.

Seams i was missing the Patch but now i have the Patch and let it overwrite TB all it Function disappears full from the game have only the Cort the Captive,Send the Captive to the Harem ,Send the Captive to the barracks all other option from TB are not there anymore.In the Mod Menu i see TB can can chose what events i want and what not.

Edited by GladiusVictorius

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...