shadowmask Posted September 28, 2016 Posted September 28, 2016 Fixed autosaves for myself finally. Turns out it wasn't really a big problem, just a simple fix.
shadowmask Posted September 28, 2016 Posted September 28, 2016 I'm starting to think the cause of this is a conflict between the main set of dw and the hentai mod. I just wiped CK2 and reinstalled it, as well as clearing out the CK2 folder in my documents to make sure I'm clean when I do test runs for checking to see if the dicks will continue. The reason for this is because while playing a game last night with the main set of mods as well as christianity I noticed something rather strange. I encountered someone within my court that had two sets of breast traits as well as a penis, without being a futanari, and one of the breast traits was from the hentai mod, which drew an eyebrow raised because I know for a fact that the hentai mod was not at that time enabled. With this absolutely clean new game I'm going to keep an eye open to see if anything similar appears in the find person window just as a sanity check. Â Quick edit: I could be wrong about all this of course considering Hentai was definitely off at the time as none of the nipple, ass, or ball traits were around. Can someone quickly correct me, is it hentai, or christianity that alters the breast trait? Â Correction: Well, I can now say that it isn't a conflict. On a fully clean game, after reinstalling, verifying, removing the crusader kings 2 folder from my documents, making sure everything is clean and using only exactly the dewguru dw reborn mods, I am still seeing women crop up with dicks without being futanari. Of course I should stress that this is early on, and only through the find people window, but yes, I am seeing them crop up early on with 10-20~ish years. Â Â
JesusKreist Posted September 28, 2016 Posted September 28, 2016 Christianity adds their own dicks and tits to Characters. A check in Dark World shouldâ„¢ prohibit the addition of DW Dicks and Tits if Christianity is detected. Â But since the character flag after the addition of those traits is gone missing in some occasions it is not unthinkable that the "turn 'em off" part of the script isn't working either. When I think about it further it is likely as that check is looking for the global flag christianity sets when it is active.
canthics Posted September 28, 2016 Posted September 28, 2016 Hentai does have a lot of problems right now with events pointing to the wrong events. Based on my own messing around with the code, for example a lot of the lactation/balls m/f events are directing to m/m events.  But, I don't think that's what's causing it. The hentai code for dick assignment is identical to DW, it just adds three more tiers. What's really weird here is that this seems to ONLY happen with women getting dicks. No men getting boobs, or anyone getting balls and butts they shouldn't have.  Plus, I can say that this has happened to me even without Hentai installed. In fact the only reason I tried out the new Hentai was to see if it fixed the issue. Never ran Christianity either, so the dicks I'm seeing at least are vanilla DW dicks.  I think dewguru's got the right of it. This is a paradox fuck up and all we can do is see if it gets fixed.
shadowmask Posted September 28, 2016 Posted September 28, 2016 Hentai does have a lot of problems right now with events pointing to the wrong events. Based on my own messing around with the code, for example a lot of the lactation/balls m/f events are directing to m/m events.  But, I don't think that's what's causing it. The hentai code for dick assignment is identical to DW, it just adds three more tiers. What's really weird here is that this seems to ONLY happen with women getting dicks. No men getting boobs, or anyone getting balls and butts they shouldn't have.  Plus, I can say that this has happened to me even without Hentai installed. In fact the only reason I tried out the new Hentai was to see if it fixed the issue. Never ran Christianity either, so the dicks I'm seeing at least are vanilla DW dicks.  I think dewguru's got the right of it. This is a paradox fuck up and all we can do is see if it gets fixed.  Yeah, I made a correction on my post because while running a clean game with nothing else that could possibly affect it but the exact dw mods, and I still saw the dicks beginning to crop up.
shadowmask Posted September 28, 2016 Posted September 28, 2016 Hmm, is it just me, or is it impossible for a female ruler to have a futanari child if they're impregnated from frequent visits to a common futanari at the brothel? Back before I realized you could just start as a futa, I tried various means to end up with a futa ruler down the line, and one of the ideas was to use the brothel, however I've yet to see a child born with the futa trait from that. I can't tell if that's luck playing a major factor or if it just can't happen.
genericlogin Posted September 29, 2016 Posted September 29, 2016 Christianity adds their own dicks and tits to Characters. Â Christianity only has breast traits.
Inevitably Posted September 29, 2016 Posted September 29, 2016 Is there any way to fix the Lover's Pox spreading like wildfire throughout the world? Or is this only a problem when you have Christianity on too? I wish there was just a "cleanse the world/realm" command or something.
Venator Posted September 29, 2016 Posted September 29, 2016 Tracked down the bug adding dicks. It's in the Incubus Self Shape Cock spell. Or rather probably all the spells. I've spent so much time on this that I'm currently too sick of looking at those text files to evaluate everything but basically the problem is this: The ai ignores the "potential = {" Â and "from_potential = {" fields and only checks the "allow = {" field. Â I should have found this so much sooner since I both noticed that there was waaaaaay to many attractive characters and I've actually had this problem before. Â EDIT: The problem becomes far more noticeable when you completely disable the on_actions by the way. If you do that the only characters with dicks are those that get them some other way or are created with them so it typically only takes about 6-10 months for the problem to show up.
coretex Posted September 29, 2016 Posted September 29, 2016 Ah.. i never ran that part of the module set either.. i just run DW core, Fairytales and Court, and then some other mods that dont touch DW stuff and dont have those traits. So that makes some sense.
Venator Posted September 30, 2016 Posted September 30, 2016 Also wanted to mention there is a log = "Log infos here" command you can put in scripts. It won't actually log anything unless you run CKII with -debugscripts but it can be a bit of a dogsend when trying to find subtly leaking events like this. Â EDIT: It logs into game.log - forgot to mention that earlier. Â EDIT2: You also might want to look into using some scripted_triggers. The attached file has the ones I made while fixing my local copy. 09dw_scripted_triggers.txt
dewguru Posted September 30, 2016 Author Posted September 30, 2016 Also wanted to mention there is a log = "Log infos here" command you can put in scripts. It won't actually log anything unless you run CKII with -debugscripts but it can be a bit of a dogsend when trying to find subtly leaking events like this. Â EDIT: It logs into game.log - forgot to mention that earlier. Â EDIT2: You also might want to look into using some scripted_triggers. The attached file has the ones I made while fixing my local copy. Â Nice work on finding that CK2 was either ignoring the from_potential, or just allowing the potential Character = FROM to trump the from_potential. I can't say I would have found that. Â I've not messed with scripted_triggers at all, but I appreciate you sharing what you did. I'll take a look at them, as anything to make things easier/more stable is worth the time investment for me to figure out.
rixto003 Posted September 30, 2016 Posted September 30, 2016 Is it just me or is it nearly impossible to make a new bitch as a female futa werewolf?
Kharvel Posted October 1, 2016 Posted October 1, 2016 is there a way to make DW a submod for Game of thrones ?
JesusKreist Posted October 1, 2016 Posted October 1, 2016 Dark World Mod Frequently Asked Questions (FAQ) Â Â .. Â Q: Does someone know how to get this mod working with the AGOT Mod? A: It's because AGOT mod overrides paths, and you need to ensure that Dark World gets loaded after. The way to do this is to add dependencies = { "A Game of Thrones" } to the .mod file. (thanks to fishface for answering this) Example in the spoiler tag. Â Â The below is how a modified Dark World Core.mod file would look like after the dependency is added. Â name = "Dark World Core v1.30" path = "mod/Dark World Core" user_dir = "Dark World Reborn Data" dependencies = { "A Game of Thrones" } Â Â Â I somewhat lost count. Are you the forth or fifth guy who asks about stuff specifically mentioned in the FAQ? Not searching the thread for answers before asking is one thing. Not even glancing at the FAQ and asking is another kind of dumb.
NoxBestia Posted October 3, 2016 Posted October 3, 2016 @dewguru  I was trying to figure out why I couldn't use the high level incubus spells.  I was looking at dw_Lilith_decisions.txt and I found two places where you had a filter [ ai = no ] in the "potential" rather than "from_potential" block.  I swapped both instances to the correct block and then tested and they work now.
Jarod-Cain Posted October 3, 2016 Posted October 3, 2016 @dewguru  I was trying to figure out why I couldn't use the high level incubus spells.  I was looking at dw_Lilith_decisions.txt and I found two places where you had a filter [ ai = no ] in the "potential" rather than "from_potential" block.  I swapped both instances to the correct block and then tested and they work now.  And here I figured it was just because they weren't in the game yet. Good find. Â
Cerebus Posted October 3, 2016 Posted October 3, 2016 Tracked down the bug adding dicks. It's in the Incubus Self Shape Cock spell. Or rather probably all the spells. I've spent so much time on this that I'm currently too sick of looking at those text files to evaluate everything but basically the problem is this: The ai ignores the "potential = {"  and "from_potential = {" fields and only checks the "allow = {" field.  I should have found this so much sooner since I both noticed that there was waaaaaay to many attractive characters and I've actually had this problem before.  EDIT: The problem becomes far more noticeable when you completely disable the on_actions by the way. If you do that the only characters with dicks are those that get them some other way or are created with them so it typically only takes about 6-10 months for the problem to show up.  Can confirm this. Just added a few character flags and one triggered on DWLilith.170. I've only started trying to find out how the script work though, so not much help from me Don't understand how Spell Shape Cock is triggered.  Mostly wanted to post to thank the devs and Lover's Lab: it certainly is an insane and fun mod! CK2 is one of my favorite games: regularly play it unmodded. And the mods are an awesome diversion. So: thank you
sybreal Posted October 3, 2016 Posted October 3, 2016 Is there any way to fix the Lover's Pox spreading like wildfire throughout the world? Or is this only a problem when you have Christianity on too? I wish there was just a "cleanse the world/realm" command or something. Â Thats the Christianity mod. I GREP the mod folders and change the duration of the added lover's pox modifier to 1 (1 day) and thats about it. Since characters only have it for 1 day, the chances that its spread through events is pretty close to zero, so no more popup spam that you got lovers pox.
NoxBestia Posted October 3, 2016 Posted October 3, 2016 @dewguru  I was trying to figure out why I couldn't use the high level incubus spells.  I was looking at dw_Lilith_decisions.txt and I found two places where you had a filter [ ai = no ] in the "potential" rather than "from_potential" block.  I swapped both instances to the correct block and then tested and they work now.  @dewguru  I found something else that may be a problem int he future.  I am playing on the 2.6.2 open beta and they have changed lovers pox from a character modifier to a trait.  The following little fix allows dw_pox_purge to work with either version of lovers pox (events DWLilith.101 and DWLilith.105 will need tweaked also): allow = { piety = 10 # This is a minor power, and requires little spiritual energy OR = { has_character_modifier = minor_disease_herpes trait = lovers_pox } }
dewguru Posted October 3, 2016 Author Posted October 3, 2016 @dewguru  I was trying to figure out why I couldn't use the high level incubus spells.  I was looking at dw_Lilith_decisions.txt and I found two places where you had a filter [ ai = no ] in the "potential" rather than "from_potential" block.  I swapped both instances to the correct block and then tested and they work now.  Hrm, that will likely have them not work as intended.  The from_potential is supposed to represent the person doing the targeting (FROM), where the potential is supposed to be the target. The two spells that have the ai=no in the potential, wasn't there to prevent the player from using the spell, but rather to prevent the player from being the target of the spell. Although I can see that isn't working as I had envisioned either.  I've made a change that should be released this weekend that removes the ai=no check from the decision, and added an option in the event that if it's the ai, and the ai is targeting the player, then they'll just opt out of the casting.  I did a test and I was able to cast the spells and didn't get any cast on me, so hopefully it wasn't just luck.
dewguru Posted October 5, 2016 Author Posted October 5, 2016 Children of Lilith update should be hitting later today.  Change Log of it: v1.34 (DW Children of Lilith Mod)   - Venator tracked down a headache where the CK2 engine was allowing the ai to ignore the from_potential section of a targetted_decision.   - Adjusted some things to begin using scripted_triggers - and a big thanks out to Venator for the idea.   - Noxbestia noticed that how I had an ai check in the targetted_decisions was causing an issue that was preventing two Incubus spells from being accessible. I corrected the issue.   - Added another Succubus spell (Corporeal Corruption)   - Noxbestia also noticed how Lover's Pox is now a trait in the new 2.62 Open Beta, so I tweaked the pox purge spell in anticipation of the change.Â
fishface60 Posted October 5, 2016 Posted October 5, 2016 The Corporeal Corruption decision is checking whether the target has sufficient piety rather than the user. I wrapped it in a FROM and it started working as expected.
dewguru Posted October 5, 2016 Author Posted October 5, 2016 The Corporeal Corruption decision is checking whether the target has sufficient piety rather than the user. I wrapped it in a FROM and it started working as expected. Â Bah. You'd think I'd have gotten used to catching that by now. Or I'm really rusty from all the time off. Thanks for bringing it to my attention though. I'll fix and post a correction soon. Alright. A new 1.34 has been posted that added the FROM bracket to check piety correctly in the new Succubus spell.
Charli Posted October 6, 2016 Posted October 6, 2016 Hi Dewguru,Thank you for the time you want to spend on your mod.I wonder what you plan. For example, are you going to reform a religion Lilith, with its holy sites?More generally I wonder what you currently work?What are your short term goals? Your medium-term goals? Yourlong-term goals? And maybe your goals (or dreams) very long term?May the force be with you ;-)
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