Jump to content

Darkest Dungeon Erotic Mods


Recommended Posts

Posted (edited)

Are there any shortstack mods? Anything for the clobber? I know there are some xelsword enemies made into allies mods. Any of those here still?

Edited by eero213123123
Posted
8 hours ago, ThesunnyEggman said:

any software or site works for me as long as I can download any mods

I use Skymods. Search using the mod code (the last digits from the modpage url), by name or author.

It has a huge catalogue of mods, and if something is missing or outdated, you can put a request and it usually get updated in a couple days (though at this moment the request feature seems to be disabled till end of month).

Have fun

Posted

In the latest lustieest lair mod, I ran into a problem where the quirks and perks shifted, and I lost the ability to equip trinkets. Do you have any idea how to solve this?

изображение_2026-08-22_230539939.png

Posted (edited)
48 minutes ago, GDI said:

In the latest lustieest lair mod, I ran into a problem where the quirks and perks shifted, and I lost the ability to equip trinkets. Do you have any idea how to solve this?

изображение_2026-08-22_230539939.png

 

wrong version. UI related. Also, why not ask from the place you downloaded? or even lustiest lair loverslab mods forum.  

Edited by niknerozz
Posted
20 hours ago, Distromi said:

这可能是个很菜鸟的问题,但请问如何在这里下载文件?我记得以前的Kemono系统里,必须通过文件名链接才能下载文件。 
 

65445.png

Website issues

Posted
35 minutes ago, xx123v0 said:

网站问题

Can I still download this kind of file from this website? Thank you very much.

Posted
5 hours ago, LSDF22 said:

Can I still download this kind of file from this website? Thank you very much.

Almost all data is missing and cannot be downloaded

Posted

Requesting for Help!!! who has the version of  Exaelus' Arduous Edition Mod that released before supporting The Fire's Edge DLC. I dont have this DLC and use the lastest one got crash. please share the lastest one version that could play without supporting this DLC !!!

Posted (edited)
1 hour ago, ssurl said:

Requesting for Help!!! who has the version of  Exaelus' Arduous Edition Mod that released before supporting The Fire's Edge DLC. I dont have this DLC and use the lastest one got crash. please share the lastest one version that could play without supporting this DLC !!!

This was updated on the 2 Jul but from the mod changelog nothing important is missing so it should work fine for you.

1443535842_Exaelus__x27__Arduous_Edition_Mod.zip

Edited by Weldjerda
Posted

Guys need help this is what i use to add cooldown to skills :

//Info

combat_skill: .id "Skill" .effects "Skill_Fake_Daze" "Skill_Disable" "Skill_CDTT" "Skill_Tray_CDTT"

//Effects

effect: .name "Skill_Fake_Daze" .target "performer" .chance -1000% .daze 1 .on_hit false .on_miss false .has_description false

effect: .name "Skill_Disable" .target "performer" .chance 100% .buff_ids "Skill_Disable" .duration x .on_hit true .on_miss false .buff_is_clear_debuff_valid false .buff_source_type bsrc_notspecified .has_description false

effect: .name "Skill_CDTT" .target "performer" .chance 100% .buff_ids "Skill_CDTT" .on_hit true .on_miss false .skill_instant true
effect: .name "Skill_Tray_CDTT" .target "performer" .chance 100% .buff_ids "Skill_Tray_CDTT" .duration x .on_hit true .on_miss false .buff_is_clear_debuff_valid false .has_description false

	  
//string

    <entry id="buff_stat_tooltip_upgrade_discount_Skill_CDTT"><![CDATA[{colour_start|notable}CD: x rounds{colour_end}]]></entry>
    <entry id="buff_stat_tooltip_upgrade_discount_Skill_Tray_CDTT"><![CDATA[Skill is On CD]]></entry>

//Tooltips Buffs

,
      {
         "id" : "Skill_Disable",
         "stat_type" : "disable_combat_skill_attribute",
         "stat_sub_type" : "daze",
         "amount" : 1,
         "remove_if_not_active" : false,
         "rule_type" : "always",
         "remove_on_battle_complete" : true,
         "is_false_rule" : false,
         "rule_data" : {
            "float" : 0,
            "string" : ""
         }
      },
      {
         "id" : "Skill_CDTT",
         "stat_type" : "upgrade_discount",
         "stat_sub_type" : "Skill_CDTT",
         "amount" : 1,
         "remove_if_not_active" : false,
         "rule_type" : "always",
         "is_false_rule" : false,
         "rule_data" : {
            "float" : 0,
            "string" : ""
         }
      },
      {
         "id" : "Skill_Tray_CDTT",
         "stat_type" : "upgrade_discount",
         "stat_sub_type" : "Skill_Tray_CDTT",
         "amount" : -1,
         "remove_if_not_active" : false,
         "rule_type" : "always",
         "remove_on_battle_complete" : true,
         "is_false_rule" : false,
         "rule_data" : {
            "float" : 0,
            "string" : ""
         }
      }
	  

The problem is the cooldown is shared between skills on same hero. Is there a way to make each skill have unique cooldown?

Posted
43 minutes ago, Weldjerda said:

Guys need help this is what i use to add cooldown to skills :

//Info

combat_skill: .id "Skill" .effects "Skill_Fake_Daze" "Skill_Disable" "Skill_CDTT" "Skill_Tray_CDTT"

//Effects

effect: .name "Skill_Fake_Daze" .target "performer" .chance -1000% .daze 1 .on_hit false .on_miss false .has_description false

effect: .name "Skill_Disable" .target "performer" .chance 100% .buff_ids "Skill_Disable" .duration x .on_hit true .on_miss false .buff_is_clear_debuff_valid false .buff_source_type bsrc_notspecified .has_description false

effect: .name "Skill_CDTT" .target "performer" .chance 100% .buff_ids "Skill_CDTT" .on_hit true .on_miss false .skill_instant true
effect: .name "Skill_Tray_CDTT" .target "performer" .chance 100% .buff_ids "Skill_Tray_CDTT" .duration x .on_hit true .on_miss false .buff_is_clear_debuff_valid false .has_description false

	  
//string

    <entry id="buff_stat_tooltip_upgrade_discount_Skill_CDTT"><![CDATA[{colour_start|notable}CD: x rounds{colour_end}]]></entry>
    <entry id="buff_stat_tooltip_upgrade_discount_Skill_Tray_CDTT"><![CDATA[Skill is On CD]]></entry>

//Tooltips Buffs

,
      {
         "id" : "Skill_Disable",
         "stat_type" : "disable_combat_skill_attribute",
         "stat_sub_type" : "daze",
         "amount" : 1,
         "remove_if_not_active" : false,
         "rule_type" : "always",
         "remove_on_battle_complete" : true,
         "is_false_rule" : false,
         "rule_data" : {
            "float" : 0,
            "string" : ""
         }
      },
      {
         "id" : "Skill_CDTT",
         "stat_type" : "upgrade_discount",
         "stat_sub_type" : "Skill_CDTT",
         "amount" : 1,
         "remove_if_not_active" : false,
         "rule_type" : "always",
         "is_false_rule" : false,
         "rule_data" : {
            "float" : 0,
            "string" : ""
         }
      },
      {
         "id" : "Skill_Tray_CDTT",
         "stat_type" : "upgrade_discount",
         "stat_sub_type" : "Skill_Tray_CDTT",
         "amount" : -1,
         "remove_if_not_active" : false,
         "rule_type" : "always",
         "remove_on_battle_complete" : true,
         "is_false_rule" : false,
         "rule_data" : {
            "float" : 0,
            "string" : ""
         }
      }
	  

The problem is the cooldown is shared between skills on same hero. Is there a way to make each skill have unique cooldown?

I've never run multiple cooldowns on the same character, but it should just require changing the names of the ids and stat_sub_types to their respective skills. It's associated with the same skill because it's the same id. So you'll basically have to double up on everything and every "skill" prefix should become "skill1" and "skill2." Or whatever you'd prefer to name it.

 

Let me know if that works!

Posted
39 minutes ago, ggfuceu511 said:

Unless I'm misunderstanding, is this not the SFW version? Do you not have access to Steam? In case you don't, which would explain why you'd be asking and I'd be a dumbass, here it is!

Hazu Vestal SFW.rar 17.43 MB · 1 download

Nope, gog version. Was using skymod/nexus to get mods and this one on particular wasn't on either. Will probably just buy the game on steam with the current deep discount, but I greatly appreciate you.

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
×
×
  • Create New...