Grosse2 Posted April 3, 2022 Posted April 3, 2022 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?
SkipWestcott Posted April 4, 2022 Author Posted April 4, 2022 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'.
SkipWestcott Posted April 4, 2022 Author Posted April 4, 2022 (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 April 4, 2022 by SkipWestcott
Grosse2 Posted April 5, 2022 Posted April 5, 2022 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”.
SkipWestcott Posted April 5, 2022 Author Posted April 5, 2022 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.
Grosse2 Posted April 10, 2022 Posted April 10, 2022 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
SkipWestcott Posted April 10, 2022 Author Posted April 10, 2022 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?
t0kayla Posted April 12, 2022 Posted April 12, 2022 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.
SkipWestcott Posted April 12, 2022 Author Posted April 12, 2022 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.
recreation Posted April 16, 2022 Posted April 16, 2022 The menu in question seems to be called TB_captor_dating_menu in events.
SkipWestcott Posted April 18, 2022 Author Posted April 18, 2022 On 4/16/2022 at 6:06 AM, recreation said: 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)
GamerzZ Posted April 29, 2022 Posted April 29, 2022 @SkipWestcott By the way, is your latest version for 1.7.2 also compatible with 1.7.1? @Grosse2 you probably have TB loading after BC. In your Mods menu, make sure TB loads first, then BC.
gnii Posted May 1, 2022 Posted May 1, 2022 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
GamerzZ Posted May 2, 2022 Posted May 2, 2022 @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
cniht Posted June 5, 2022 Posted June 5, 2022 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.
Xinlo Posted July 25, 2022 Posted July 25, 2022 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.
cniht Posted August 1, 2022 Posted August 1, 2022 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.
SkipWestcott Posted August 3, 2022 Author Posted August 3, 2022 (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 August 3, 2022 by SkipWestcott
hjfhkd Posted August 9, 2022 Posted August 9, 2022 whenever i try to add a girl to my harem somthing like concubine/reluctent not found how do i fix this
Dragul17 Posted September 4, 2022 Posted September 4, 2022 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
Heat2wave Posted September 8, 2022 Posted September 8, 2022 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. The menu: My load order: Harmony ButterLib UIExtentenderEX MCM Native SandBoxCore Birth and Death CustomBattle Multiplayer Sandbox StoryMode CaptivityEvents CaptivityDefaultEvents TBCaptivity BCCaptor
ayox Posted September 26, 2022 Posted September 26, 2022 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?
GladiusVictorius Posted September 27, 2022 Posted September 27, 2022 (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 September 27, 2022 by GladiusVictorius
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now