Jump to content

[mod] [CK2] Dark World Reborn: Toska (Submod)


DocToska

Recommended Posts

37 minutes ago, DocToska said:

And Version 1.4.1 is up.

 

This fixes some more validator errors. The remaining errors seem to be for society events where the Validator has issues making out the scope due to double or tripple chaining the FROM and/or for the artifacts. However, these events seem to work anyway.

 

This version makes sure that Lilith Society events (quest tombola and such) only fire if you are member of the Society. This should stop the quest bleed if you're a member of another society. Of course you can still turn off the Lilith Society altogether in your game rules if you want to.

Great, thank you. Is it playable in German? Do you need a translation?

Link to comment

Hey doc!

 

If you want to properly analyze whatever happens with your game/mod, you might want to start the game with the arguments:

-debug -debugscripts -fullhistoricalsetuplog

The errors will only popups has things gets triggered though, so it is a bit more painful to test.

 

Anyhow, thanks for your update :)

Link to comment

Joining works just fine for me. I have the latest versions of CK2 and DW:Reborn, but I haven't bought the new DLC so maybe that's why?

Working in a brothel won't pay any money anymore, but I haven't tried DW:Reborn without the Toska submod yet, so maybe it's an issue with DW:Reborn.

Link to comment

 

30 minutes ago, vinco26 said:

It seems that i can't join liliths own no event fires up so i tried to do it manuali with console. I used DWTLLO.7001 as is in the files but it all it says is that the event doesnt exist. Any help?

DWTLLO.7001 is the correct event for that and it should exist. If it doesn't, then something is wrong with your copy of the mod. Please unzip 1.4.1 again and see if that helps.

 

Additionally you could try DWT.9900, which I use as a cheat during tests. It directly makes you a member of the society. And DWT.9999 (also a cheat) maxes you out as Succubus/Incubus.

Link to comment
38 minutes ago, penzor said:

Does the new mod version build up on Aliris's stuff, or is it from what you had worked on previous the hiatus?

It's from what I had worked on before the hiatus. I downloaded both Aliris version and another one that was posted here which had the validator errors fixed. I diffed them both, but I had the validator errors already fixed in what became 1.4.0. So the net effect is: It didn't matter.

 

However: I just discovered that the Harley events for male rulers are again buggered. The events pop up, but there is only the option to tell Harley to "F.... off" as she doesn't get scoped correctly via her "has_character_flag = dw_npc_harley". Am currently fixing that, so 1.4.2 will be up later on today.

Link to comment

The Lilith Society:  Joined with no problem since I had a "lustful" ruler who was a fully evolved Incubus.  First mission was to sacrifice a virgin to Lilith.  Successfully kidnapped a neighbors' child, but the "Sacrifice to Lilith" option did not show.

 

I was also running the Beyond Heresy and Introducing Lilith mods, so that might have had something to do with the problem.

Link to comment
On 11/17/2017 at 12:35 PM, Abominus said:

Great, thank you. Is it playable in German? Do you need a translation?

Actually I'm German and could do the translation myself (also the Spanish one), but won't bother with it. It's just too much work. Anything porn or sex related in German also sounds either pretty cheesy or awkward. :p

 

AFAIK it ought to default to show English texts if the language your game is set to doesn't have any text. My game is in English, so I can't really tell.

Link to comment

Ok, 1.4.2 is up.

 

This was a bit of an anoyance (with egg on my face). The Harley random events? They weren't working for male rulers anymore. Of course I had done it the lazy way in the old code and prior to 2.8.0 it worked:

 

	immediate = {
		if = { # Grab Harley if available:
			limit = {
				location = {
					any_province_character = {
						has_character_flag = dw_npc_harley
						ai = yes
					}
				}
			}
			#If there is, we then grab one for the event
			location = {
				random_province_character = {
					limit = {
						has_character_flag = dw_npc_harley
						ai = yes
					}
					save_event_target_as = is_harley
				}
			}
		}
	}

But that wasn't even proper "lazy", because you can do it shorter:

	immediate = {
		# Grab Harley if available:
		if = {
			limit = {
				any_realm_character = {
					has_character_flag = dw_npc_harley
				}
			}
			random_character = {
				limit = {
					has_character_flag = dw_npc_harley
				}
				save_event_target_as = is_harley
			}
		}
	}

That now works just fine. In short: I had to redo pretty much everything in events/DWTHarley.txt, but while doing so I also fixed a few other small issues with opinions and modifiers.

 

I also removed the "Harley & Rayne" and the "Harley & Werewolf" events, as they made little sense and offered litte extra value - even if they still had worked. Which they didn't.

 

To compensate for that I added a new event which depeds on the 'Jade Dragon' DLC, but the mod will still work if you don't have that. In that case you simply don't get this event. What the event does? Spoiler below.

 

Spoiler

Harley has her "red week" and can't be your stress relief. But she has an exotic present for you: A chinese virgin of 16 years of age. She paid some bandits to snatch up the daughter of a Chinese dignitary and offers her to you on a plater. You can either go along and have a roll in the hay with the Chinese princess (and Harley as spectator), or you can deny the present.

Either way: Harley reminds you of the illicit way with which she 'obtained' this preciosity and that this might lead to diplomatic problems with China (it won't). So regardless if you bang the gal or not: She better not babble and Harley will take care of that. However, if you really liked the Chinese lady after the deed, then you can opt to keep her in your court. She doesn't have over the top stats, but the Chinese portraits are often rather good looking if you like that kind of eye candy.

 

Link to comment
7 hours ago, kalador said:

The Lilith Society:  Joined with no problem since I had a "lustful" ruler who was a fully evolved Incubus.  First mission was to sacrifice a virgin to Lilith.  Successfully kidnapped a neighbors' child, but the "Sacrifice to Lilith" option did not show.

 

Were you in command of your army at that time? In that case the option won't show. I fell into that trap myself yesterday and was wondering why the bloody spells and the sacrifice options weren't showing. Yeah, had forgotten to resign from army command first. :p

Link to comment

No. I had no armies raised at the time.  Very likely not a problem with your mod at all.  I am still running 2.7.2 and that was also the second game that I had where I selected the "Learning" focus, yet failed to get the "Build and Observatory" event to fire.  I have been having some rather severe issues with the internet itself for the last week or so, which would be the most likely culprit.

Link to comment

Ok, so I  have found a minor bug: The siege event for Incubus rulers fires twice, meaning you get to rape two women when you successfully siege a holding (or the same one twice when there is only one there). 

 

 

Secondly a suggestion:  Add an option to minimize the frequency of events. The event form your mod seem to fire way to often, maybe add a way to make it so it take twice as long for them to fire as it currently does.

Link to comment
On 11/19/2017 at 11:24 AM, zia said:

Ok, so I  have found a minor bug: The siege event for Incubus rulers fires twice, meaning you get to rape two women when you successfully siege a holding (or the same one twice when there is only one there). 

 

 

Secondly a suggestion:  Add an option to minimize the frequency of events. The event form your mod seem to fire way to often, maybe add a way to make it so it take twice as long for them to fire as it currently does.

Yeah, I just noticed that as well. Funnily enough I did get them only once for a female ruler, but indeed: The male ruler gets them twice. I'll look into it.

On 11/19/2017 at 4:56 PM, kalador said:

On the Lilith's Own error I had.  Turns out that my problems were caused by operator error.  The target MUST be at least 12 years of age.  Somehow, I missed that requirement and the kids I kidnapped were just a little too young.

 

I see. Very well.

Link to comment

Just a quick question.

 

For some reason when I am a female as high priestess in Lilith's Own I can't use Holy Impregnation on myself only other females even though it says I can use it on myself.

 

I checked with charinfo command and I'm not pregnant and from what I read in the decision file for that action I don't see anything that would make my character ineligible for that action.

 

Is this a bug or am I just doing something wrong?

Link to comment

One question.

I'm the head of the cult of Hela, and it happened already 4 times that an event is triggerend, in wich some "Demon Hunters" who are always my offsprings, come to kill me, and you can choose to be killed by them or kill them. Well, this is extremely annoying. 

 

Does this event come with Monks&Mystics or it has to do with mods? 

Link to comment

Another thing I recently noticed is for some reason you replaced the other societies power with Orgasmic power in the description of the abilities.

 

Any reason for doing this? It seems like a weird decision sense I assume they are still society specific unless you have unlocked them for Lilith's own as well.

Link to comment
10 hours ago, Critter101 said:

Is there a console command to remove fatigue?  I keep having a succubus fucking me and giving me fatigue on every character I play and I can't get treatment for it.  Or is this just meant to be how it is?  Enjoying the mod still :)

If it's for your own character it'll be "remove_trait fatigue" if it's for anyone else it would be "remove_trait fatigue <charID>"

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use