Jump to content

Recommended Posts

Posted

Lewd Epidemics


Lewd Epidemics

V0.01

 

What is Lewd Epidemics?

I wanted to make the epidemic system in the game more appealing. So, the mod aims to add flavor to that system and bring parts of other awesome mods into it as well.

 

Current Features:

- A breast expansion epidemic. (Incorporates Phaze Additional Degeneracy's tit trait.)

- Small flavor event for the breast expansion disease.

 

Future Features/ Ideas:

(In no particular order.)

- Furpies, (I want to make a few epidemics using Phaze Species and have people turn into furry peps.)

- Hucow virus.

- Tentacle monster outbreaks.

- Body modification parasites.

- Rut/ heat fever.

- More events and better names for the breast expansion epidemic.

 

 

Issues:

- Might run into issues with total overhaul mods, not certain.

     - For now, until I get some content out here, I am only working with the vanilla map in mind. Might change later.

 

Load Order:

Carnalitas

Phaze Additional Degeneracy

Lewd Epidemics

 


 

Posted

When I tried adding the mod to my playset, it said, "The path in this mod's descriptor file is invalid or does not exist."

Posted (edited)
1 hour ago, QM8 said:

When I tried adding the mod to my playset, it said, "The path in this mod's descriptor file is invalid or does not exist."

Usually this happens if the .mod path calls for the author's directory rather than generic. Open .mod with a txt editor and find the file path. Delete everything until the path just says "mod/whatever_the_mods_name_is_here"

Edited by Phaze Star
Posted
10 hours ago, Phaze Star said:

Usually this happens if the .mod path calls for the author's directory rather than generic. Open .mod with a txt editor and find the file path. Delete everything until the path just says "mod/whatever_the_mods_name_is_here"

Mind giving a screenshot for those of us code illiterate?

Posted
version="0.1"
tags={
"Alternative History"
"Gameplay"
"Events"
}
name="Lewd Epidemics"
picture="thumbnail.png"
supported_version="1.16.*"
path="mod/Lewd Epidemics"

 

the .mod file should read like this

Posted (edited)

Oh this is a fun idea, I can't wait to see this in action. Will there be a way to set which viruses can show up in your game?

Edited by CK2player2
Posted (edited)

I had the breast epidemic in a region of my realm but it didn't go to my capital, so I went on a hunt to get infected.
I got it through an event (where I drank infected water) but the breast growth event didn't shoot.

It's probably a good idea to had the breast growth as an on_action for more consistent progressive growth rather than instant on infection.

I really like the mod idea tho, hope you keep working on it !

Edited by Kylles
Posted

Love the idea, would love to see more types of epidemics. 
It would also be nice if it was possible to disable in rules the unwanted plagues, when you add more.

Posted
On 8/14/2025 at 3:05 AM, TwinFangToshiro said:

Broken wont enable in manager pathing error 

 

Too ESL for me to quite understand:  Works for me when installed with Irony Mod Manager.

Posted
On 8/13/2025 at 9:53 PM, QM8 said:

When I tried adding the mod to my playset, it said, "The path in this mod's descriptor file is invalid or does not exist."


Sworry fellas, didn't realize it until today that I bungled that path in the mod file. Should be fixed now,

 

On 8/15/2025 at 8:05 AM, Kylles said:

I had the breast epidemic in a region of my realm but it didn't go to my capital, so I went on a hunt to get infected.
I got it through an event (where I drank infected water) but the breast growth event didn't shoot.

It's probably a good idea to had the breast growth as an on_action for more consistent progressive growth rather than instant on infection.

I really like the mod idea tho, hope you keep working on it !

 

I'll have to see if I can whip it up as an on_action.

 

On 8/16/2025 at 2:54 AM, BFDCYY said:

Does breast enlargement only work when using Phaze Additional Degeneracy?

 

I use their breast trait for the infection. For intended functionality I would say yes.

 

On 8/14/2025 at 2:12 PM, CK2player2 said:

Oh this is a fun idea, I can't wait to see this in action. Will there be a way to set which viruses can show up in your game?

 

It's on the bucket list, but I'm more focused on getting more virus and such out first.

Posted (edited)
32 minutes ago, RafeeTheWolf said:

I'll have to see if I can whip it up as an on_action.

I did the on_action myself since then.
The file look like this (based of phaze mods on_actions), you could probably do it differently but it might help.
 

random_yearly_everyone_pulse = {

    on_actions = {

        on_lewd_infection

    }

}

on_lewd_infection = {    

    trigger = {

        OR = {

            is_landed = yes

            is_courtier = yes

        }

        is_female = yes

        has_trait = inflated_breasts

        is_imprisoned = no

    }

    

    random_events = {

            60 = lewd_epidemics_events.1 #I hope it's not permanent

        }

}


also I replaced the "add_trait = tits_big_good_4" in the event by "carn_increase_tits_size_one_step_effect = yes".
It's modified by Phaze's degen so it does go up to lvl4 and this way it increase every time the event trigger (which is yearly rn bc I took yearly pulse)

Edited by Kylles
Posted

Can I request that inflated breasts eventually goes away or at least reduces to a smaller debuff? -8 to learning is a huge impact. Especially if you do as Kylles suggests so that they stop growing larger infinitely.

Posted
16 hours ago, RenFL2 said:

Can I request that inflated breasts eventually goes away or at least reduces to a smaller debuff? -8 to learning is a huge impact. Especially if you do as Kylles suggests so that they stop growing larger infinitely.

Yeah i was wondering if there was a way for the disease to disappear.

Posted

Any chance for more "generic" epidemics?
"Lust-craze" everyone affected starts having sex with random lords, courtiers, etc
"Deviants Plague" everyone will become a deviant during infection and want something very...specific...(i.e. anal, bondage, etc)
Maybe with enough learning you can "resist" the urge? I can't mod, but they seem like they would be rather straight forward. If I'm wrong, my bad.

  • 2 weeks later...
  • 1 month later...

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