Jump to content

Recommended Posts

Posted (edited)
On 5/11/2024 at 11:30 AM, NotABadPerson said:

Hey guys, just looking for quick advice: I've got base Stellaris on GOG ages ago, plus a couple of the more essential early DLCs, but now I want to seriously get into the game after years, and there are a whole lot of Steam Workshop mods that seem to be essential nowadays. However, I don't want to re-buy the whole game on Steam all over again, so... can I just get the base version, now that it's on sale, download the workshop mods, and then use Irony to load them into my already existing GOG version instead? Also, if we're at it, which are the most essential DLCs that are needed by this mod?

 

Or should I just bite the bullet, get that stupid subscription thing for a month to play the full game on Steam, and cancel once I inevitably get my fill with the new expansion pack and the mods and whatnot?

You can add mods to the GOG version by;

 

1. In the game launcher go to Mods -> "Upload Mod" -> "Create Mod" to create the folder and .mod file needed in your Users/{user}/Paradox/Stellaris/mod folder (the same one you put mods from this site in).

2. Go to Steam Workshop Downloader :: IO and follow the steps to download the ones you want.

3. Extract the downloaded mod into the mod folder you created in step 1.

Edited by 83athom
Posted (edited)
On 5/10/2024 at 5:59 AM, wurmsrus said:

image.thumb.png.864de7e6bd3554a38797c046eba4be67.png

 

Hey all so i just looked in the mod files and in the policies file there is nothing under "Whore" so i don't think it is this mod that adds that i do remember that there was one a addon for this mod that i remember hearding about that did something like this but i think that already got deleted. so yeah this here is the policies file for lustful void and as you can see there is nothing to do with this from what i can see.

 

Spoiler

########################
###     Policies     ###
########################

########
# Jobs #
########

#Milk Cows
lv_milk_cows_policy = {            # Milk Cow Specialization

    potential = { has_technology = tech_lv_milk_cow_specialization }

    option = {            # No Specialization
        name = "lv_milk_cows_policy_default"
        policy_flags = { lv_milk_cows_policy_default }
        
        on_enabled = {
            hidden_effect = {
                owner = {
                    if = {
                        limit = { NOT = { has_global_flag = lv_events_hidden } }
                        country_event = { id = lv_event_popups.1000 days = 5 random = 5 }
                    }
                }
            }
        }
        
        AI_weight = { factor = 1 }
    }

    option = {            # Maximize Production
        name = "lv_milk_cows_policy_max_milk"
        policy_flags = { lv_milk_cows_policy_max_milk }
        
        on_enabled = {
            hidden_effect = {
                owner = {
                    if = {
                        limit = {
                            NOT = { has_global_flag = lv_events_hidden }
                        }
                        country_event = { id = lv_event_popups.1001 }
                    }
                }
            }
        }
        
        ai_weight = {
            factor = 10
            modifier = {
                factor = 0
                owner = {
                    NOT = { lv_uses_food = yes }
                    NOT = {
                        has_monthly_income = {
                            resource = food
                            value < 1
                        }
                    }
                }
            }
        }
    }
    
    option = {            # Free Use Cows
        name = "lv_milk_cows_policy_free_use"
        policy_flags = {lv_milk_cows_policy_free_use}
        
        valid = {
            exists = owner
            owner = { is_gestalt = no }
        }
        
        on_enabled = {
            hidden_effect = {
                owner = {
                    if = {
                        limit = {
                            NOT = { has_global_flag = lv_events_hidden }
                        }
                        country_event = { id = lv_event_popups.1002 }
                    }
                }
            }
        }
        
        AI_weight = { factor = 0 }
    }
    
    option = {            # Milk Cow Renting
        name = "lv_milk_cows_policy_paid_use"
        policy_flags = { lv_milk_cows_policy_paid_use }
        
        on_enabled = {
            hidden_effect = {
                owner = {
                    if = {
                        limit = {
                            NOT = { has_global_flag = lv_events_hidden }
                        }
                        country_event = { id = lv_event_popups.1003 }
                    }
                }
            }
        }
        
        ai_weight = {
            factor = 10
            modifier = {
                factor = 0
                owner = {
                    NOT = {
                        has_monthly_income = {
                            resource = energy
                            value < 1
                        }
                    }
                }
            }
        }
    }
    
    option = {            # Milk Cow Breeding
        name = "lv_milk_cows_policy_breeders"
        policy_flags = { lv_milk_cows_policy_breeders }
        
        on_enabled = {
            hidden_effect = {
                owner = {
                    if = {
                        limit = {
                            NOT = { has_global_flag = lv_events_hidden }
                        }
                        country_event = { id = lv_event_popups.1004 }
                    }
                }
            }
        }
        
        AI_weight = { factor = 0 }
    }
}

#Prostitution (bio)
lv_prostitution_legislation = {
    potential = {    
        OR = {
            NOT = { has_ethic = ethic_gestalt_consciousness }
            has_valid_civic = civic_machine_servitor
        }
        is_ai = no
    }
        
    #Prohibited 
    option = {
        name = "lv_prostitution_prohibited"
        policy_flags = { lv_prostitution_prohibited }
        
        potential = { 
            NOR = { 
                has_valid_civic = civic_lv_sex_slaves 
                has_valid_civic = civic_lv_franchised_prostitution
            } 
        }
        
        modifier = {
            planet_crime_add = 10
            pop_growth_speed = 0.2
            planet_jobs_produces_mult = 0.05
        }
        
        AI_weight = {
            factor = 1
            modifier = {
                factor = 0
                OR = {
                    has_ethic = "ethic_materialist"
                    has_ethic = "ethic_fanatic_materialist"
                }
            }
            modifier = {
                factor = 10
                OR = {
                    has_ethic = "ethic_spiritualist"
                    has_ethic = "ethic_fanatic_spiritualist"
                }
            }
        }
    }

    #Prostitution allowed, but unorganized
    option = {
        name = "lv_prostitution_authorized"
        policy_flags = { lv_prostitution_authorized }
        
        potential = { 
            NOR = { 
                has_valid_civic = civic_lv_sex_slaves 
                has_valid_civic = civic_lv_franchised_prostitution
            } 
        }
        
        modifier = {
            planet_stability_add = 5
            pop_growth_speed = -0.05
        }
        
        AI_weight = {
            factor = 2
            modifier = {
                factor = 10
                OR = {
                    has_ethic = "ethic_spiritualist"
                    has_ethic = "ethic_fanatic_spiritualist"
                }
            }
        }
    }
    
    #Sexual release is considered a health need, and a public service is there therefore provided by government
    option = {
        name = "lv_prostitution_supported"
        policy_flags = { lv_prostitution_supported }
        
        potential = { 
            NOT = { has_valid_civic = civic_lv_sex_slaves } 
        }

        modifier = {
            planet_stability_add = 10
            pop_citizen_happiness = 0.05
            pop_job_trade_mult = -0.1
            #unity +2                                     ## Added to prostitution jobs directly
            pop_growth_speed = -0.05
            pop_ethic_egalitarian_attraction_mult = 0.05
        }
        
        AI_weight = {
            factor = 1
            modifier = {
                factor = 5
                has_ethic = "ethic_egalitarian"
                has_ethic = "ethic_fanatic_authoritarian"
                has_ethic = "ethic_pacifist"
                has_ethic = "ethic_fanatic_pacifist"
            }
            modifier = {
                factor = 10
                has_ethic = "ethic_fanatic_egalitarian"
            }
        }
    }
    
    #Prostitution organized, corporate
    option = {
        name = "lv_prostitution_industrialized"
        policy_flags = { lv_prostitution_industrialized }
        
        modifier = {
            pop_job_trade_mult = 0.2
            pop_growth_speed = -0.1                        ## More widespread use of prostitution drops birth rate
            pop_ethic_materialist_attraction_mult = 0.05
        }
        
        AI_weight = {
            factor = 1
            modifier = {
                factor = 5
                has_ethic = "ethic_materialist"
            }
            modifier = {
                factor = 10
                has_ethic = "ethic_fanatic_materialist"
            }
        }
    }
    
    #Prostitution using slaves
    option = {
        name = "lv_prostitution_slavery"    ## While it seems weak on its own, also take into account bonuses from pop modifiers and civics
        policy_flags = { lv_prostitution_slavery }
        valid = { allows_slavery = yes }
        prerequisites = { tech_lv_sex_slavery }
        
        modifier = {
            leader_upkeep_empire_size_mult = -0.1
            leader_cost_empire_size_mult = -0.1
            pop_job_trade_mult = 0.1
            pop_citizen_happiness = 0.05
            pop_cat_slave_happiness = -0.1
            country_resettlement_cost_mult = -0.5
            pop_government_ethic_attraction = 0.1
        }
        
        AI_weight = {
            factor = 20
            modifier = {
                factor = 0
                has_valid_ai_personality = yes
                NOT = { has_ai_personality_behaviour = slaver }
            }
            modifier = {
                factor = 0
                has_valid_ai_personality = no
                NOR = {
                    #has_ethic = ethic_authoritarian
                    has_ethic = ethic_fanatic_authoritarian
                }
            }
        }
    }
}

###########
# Leaders #
###########

# Gender Leadership
lv_gender_leadership = {
    potential = {
        NOT = { owner = { has_authority = auth_machine_intelligence } }
        is_ai = no
    }
    
    #Default option
    option = {
        name = "lv_gender_leadership_default"
        policy_flags = { lv_gender_leadership_default }
    }
    
    #Female option
    option = {
        name = "lv_gender_leadership_female"
        policy_flags = { lv_gender_leadership_female }
        
        valid = {
            any_owned_pop  = {
                NOR = {
                    species = { species_gender = male }
                    has_trait = trait_lv_all_male
                }
            }
        }
        
        AI_weight = { factor = 0 }
    }

    #Male option
    option = {
        name = "lv_gender_leadership_male"
        policy_flags = { lv_gender_leadership_male }
        
        valid = {
            any_owned_pop  = {
                NOR = {
                    species = { species_gender = female }
                    has_trait = trait_lv_all_female
                    has_trait = trait_lv_futanari
                }
            }
        }
        
        AI_weight = { factor = 0 }
    }    
}

# Pleasure Suit Legislation
lv_pleasure_suit_legislation = {
    potential = {    
        OR = {
            NOT = { has_ethic = ethic_gestalt_consciousness }
            has_valid_civic = civic_machine_servitor
        }
        has_technology = tech_lv_mechanized_pleasure_suits
    }

    # Pleasure Suits Prohibited
    option = {
        name = "lv_pleasure_suits_banned"
        policy_flags = { lv_pleasure_suits_banned }
        valid = { NOT = { has_valid_civic = civic_lv_pleasure_suits } }

        on_enabled = {
            custom_tooltip = lv_pleasure_suits_banned_effect
            hidden_effect = {
                owner = {
                    country_event = { id = lv_leader_events.105 }
                }
            }
        }
        
        modifier = {
            planet_crime_add = 10
        }
        
        AI_weight = { factor = 0 }
    }

    # Pleasure Suits Allowed
    option = {
        name = "lv_pleasure_suits_authorized" 
        policy_flags = { lv_pleasure_suits_authorized }
        
        modifier = {
            leaders_cost_mult =  -0.2
            leaders_upkeep_mult = -0.2
            pop_happiness = 0.05
        }
        
        AI_weight = { factor = 12 }
    }
    
    # Pleasure Suit Slavery
    option = {
        name = "lv_pleasure_suits_slavery"
        policy_flags = { lv_pleasure_suits_slavery }
        valid = { allows_slavery = yes }
        
        on_enabled = { custom_tooltip = lv_pleasure_suits_slavery_effect }

        modifier = {
            leaders_cost_mult =  -0.2
            leaders_upkeep_mult = -0.2
            pop_happiness = 0.05
            pop_cat_slave_happiness = 0.1
            planet_stability_add = 5
        }
                    
        AI_weight = {
            factor = 20
            modifier = {
                factor = 0
                has_valid_ai_personality = yes
                NOT = { has_ai_personality_behaviour = slaver }
            }
            modifier = {
                factor = 0
                has_valid_ai_personality = no
                NOR = {
                    #has_ethic = ethic_authoritarian
                    has_ethic = ethic_fanatic_authoritarian
                }
            }
        }
    }
}

########
# Pops #
########

# Intercompatible Womb - All male conversion
lv_intercompatible_womb_conversion = {
    potential = {
        OR = {
            has_technology = tech_lv_biological_mimicry_m
            has_technology = tech_lv_hybridization_mastery
        }
    }
    
    option = {            # No Valid Pops (default)
        name = "lv_no_valid_pops_womb"
        policy_flags = { lv_no_valid_pops_womb }
    }
    
    # No Intervention
    option = {
        name = "lv_no_intervention_womb"
        policy_flags = { lv_no_intervention_womb }
        valid = { any_owned_pop = { has_trait = trait_lv_intercompatible_womb } }
        
        modifier = {
            pop_growth_speed = 0.1
        }
        
        AI_weight = { factor = 0 }
    }

    # Preserved
    option = {
        name = "lv_preserve_females"
        policy_flags = { lv_preserve_females }
        valid = { any_owned_pop = { has_trait = trait_lv_intercompatible_womb } }
        
        modifier = { }
        
        AI_weight = { factor = 0 }
    }
}

# Intercompatible Sperm - All female conversion
lv_intercompatible_sperm_conversion = {
    potential = {
        OR = {
            has_technology = tech_lv_biological_mimicry_m
            has_technology = tech_lv_hybridization_mastery
        }
    }
    
    option = {            # No Valid Pops (default)
        name = "lv_no_valid_pops_sperm"
        policy_flags = { lv_no_valid_pops_sperm }
    }
    
    # No Intervention (default)
    option = {
        name = "lv_no_intervention_sperm"
        policy_flags = { lv_no_intervention_sperm }
        valid = { any_owned_pop = { has_trait = trait_lv_intercompatible_sperm } }
        
        modifier = { pop_growth_speed = 0.1 }
        
        AI_weight = { factor = 0 }
    }

    # Preserved
    option = {
        name = "lv_preserve_males"
        policy_flags = { lv_preserve_males }
        valid = { any_owned_pop = { has_trait = trait_lv_intercompatible_sperm } }
        
        modifier = { }
        
        AI_weight = { factor = 0 }
    }
}

# Aggressive Breeding
lv_aggressively_adaptive_reproduction = {
    potential = {    
        any_owned_pop = {
            pop_has_trait = trait_lv_aggressively_adaptive_reproduction
            is_enslaved = no
            lv_can_pop_procreate = yes
        }
        is_ai = no
    }
    
    #Prohibited 
    option = {
        name = "lv_aggressively_adaptive_reproduction_stopped"
        policy_flags = { lv_aggressively_adaptive_reproduction_stopped }
        
        valid = { is_ai = no }
    
        modifier = {
            pop_happiness = -0.10
        }
        
#        triggered_pop_modifier = {
#            potential = {
#                is_unemployed = yes
#            }
#            pop_happiness = -0.20
#        }
    
        AI_weight = {
            factor = 0
        }
    }

    #Consensual Breeding
    option = {
        name = "lv_aggressively_adaptive_reproduction_consentual"
        policy_flags = { lv_aggressively_adaptive_reproduction_consentual }
        
        valid = { is_ai = no }
    
        modifier = {
            pop_happiness = -0.05
        }
        
        AI_weight = {
            factor = 0
        }
    }
    
    #Let nature take its course
    option = {
        name = "lv_aggressively_adaptive_reproduction_normal"
        policy_flags = { lv_aggressively_adaptive_reproduction_normal }
        
        valid = { is_ai = no }
    
        modifier = {
        }
        
#        triggered_pop_modifier = {
#            potential = {
#                is_unemployed = yes
#            }
#            pop_happiness = -0.20
#        }
    
        AI_weight = {
            factor = 10
            modifier = {
                factor = 5
                has_ethic = "ethic_egalitarian"
                has_ethic = "ethic_fanatic_authoritarian"
                has_ethic = "ethic_pacifist"
                has_ethic = "ethic_fanatic_pacifist"
            }
            modifier = {
                factor = 10
                has_ethic = "ethic_fanatic_egalitarian"
            }
        }
    }
    
    #Aggressive fuckery
    option = {
        name = "lv_aggressively_adaptive_reproduction_rape"
        policy_flags = { lv_aggressively_adaptive_reproduction_rape }
        
        valid = { is_ai = no }
    
        modifier = {
            pop_happiness = 0.05
        }
        
        AI_weight = {
            factor = 0
        }
    }
}

# Feminization Degree
lv_feminization_degree = {
    potential = {
        has_technology = tech_lv_advanced_feminization
    }
    
    option = {            # feminize into fem males (default)
        name = "lv_feminization_degree_femboy"
        policy_flags = { lv_feminization_degree_femboy }
        
        AI_weight = {
            factor = 10
        }
    }

    option = {            # feminize into females
        name = "lv_feminization_degree_female"
        policy_flags = { lv_feminization_degree_female }
        
        AI_weight = {
            factor = 0
            modifier = {
                add = 50
                owner = {
                    AND = {
                        has_trait = trait_lv_all_female
                        has_authority = auth_hive_mind
                        NOT = { has_civic = civic_hive_devouring_swarm }
                    }
                }
            }
            #modifier = {
            #    add = 200
            #    owner = {
            #        OR = {
            #            has_valid_civic = civic_lvex_ai_bimbo_hive
            #            has_valid_civic = civic_lvex_ai_bimbo_hive_aggro
            #        }
            #    }
            #}
        }
    }
    
    option = {            # feminize into futas
        name = "lv_feminization_degree_futa"
        policy_flags = { lv_feminization_degree_futa }
        
        AI_weight = {
            factor = 0
            modifier = {
                add = 50
                owner = {
                    AND = {
                        has_trait = trait_lv_futanari
                        has_authority = auth_hive_mind
                        NOT = { has_civic = civic_hive_devouring_swarm }
                    }
                }
            }
        }
    }

    option = {            # feminize mixed
        name = "lv_feminization_degree_mixed"
        policy_flags = { lv_feminization_degree_mixed }
        
        AI_weight = {
            factor = 0
        }
    }
}

# Feminization Range
lv_feminization_range = {
    potential = {
        has_technology = tech_lv_advanced_feminization
    }

    option = {            # feminize none
        name = "lv_feminization_range_none"
        policy_flags = { lv_feminization_range_none }
        
        AI_weight = {
            factor = 10
        }
    }

    option = {            # feminize slaves
        name = "lv_feminization_range_slaves"
        policy_flags = { lv_feminization_range_slaves }
        
        AI_weight = {
            factor = 0
        }
    }

    option = {            # feminize livestock
        name = "lv_feminization_range_livestock"
        policy_flags = { lv_feminization_range_livestock }
        
        AI_weight = {
            factor = 0
        }
    }

    option = {            # feminize all
        name = "lv_feminization_range_all"
        policy_flags = { lv_feminization_range_all }
        
        AI_weight = {
            factor = 0
            modifier = {
                add = 50
                owner = {
                    AND = {
                        OR = {
                            has_trait = trait_lv_all_female
                            has_trait = trait_lv_futanari
                        }
                        has_authority = auth_hive_mind
                        NOT = {
                            has_civic = civic_hive_devouring_swarm
                        }
                    }
                }
            }
            #modifier = {
            #    add = 200
            #    owner = {
            #        OR = {
            #            has_valid_civic = civic_lvex_ai_bimbo_hive
            #            has_valid_civic = civic_lvex_ai_bimbo_hive_aggro
            #        }
            #    }
            #}
        }
    }
}

###

 

Edited by WolfPack51942
Posted
1 hour ago, WolfPack51942 said:

 

Hey all so i just looked in the mod files and in the policies file there is nothing under "Whore" so i don't think it is this mod that adds that i do remember that there was one a addon for this mod that i remember hearding about that did something like this but i think that already got deleted. so yeah this here is the policies file for lustful void and as you can see there is nothing to do with this from what i can see.


The discussion was not about lustful void, but about this mod on steam: Varied Monster Girls

Posted

yeah that makes sense also how that is on the steam workshop i will never know since valve loves to censor but it is somehow i guess.


Also on another note is anyone having issues with not being able to make a machine intelligence on the new update using lustful void? or is that just me.

Posted
On 5/10/2024 at 12:23 PM, Algene said:

That ain't the dev, that's a stolen mod from THAT forum, long story short just report it as stolen, anyone that frequents that part of the internet may be able to tell the modder that his mod is being posted on steam

What I meant was, we band together to get that mod removed from steam. More numbers mean that it is more likely Steam will investigate.

Posted
7 hours ago, WolfPack51942 said:

yeah that makes sense also how that is on the steam workshop i will never know since valve loves to censor but it is somehow i guess.


Also on another note is anyone having issues with not being able to make a machine intelligence on the new update using lustful void? or is that just me.

 

Mod creator posted that it may be a week or two for when LV is updated to the new DLC/Update of Stellaris. Think that was about a few days ago though.

Posted
On 5/15/2024 at 9:26 AM, sarahjacksonsitara said:

What I meant was, we band together to get that mod removed from steam. More numbers mean that it is more likely Steam will investigate.

 

I mean, I can understand the feeling, but to what end?  Huzzah the community banded together and got the drug dealer to move to the next street over?  They don't have any monetization links on the workshop page so it's not like that would hurt the uploader (regardless if they're the actual dev) and there's plenty of sites that will happily continue to host it.  I mean:

 

https://www.reddit.com/r/ElderScrolls/comments/v6gsfa/modding_really_be_like/

 

The bottom site in question has been around for YEARS, getting it removed from Steam doesn't really accomplish anything.  Keep in mind you start a crusade against adult content on Steam it may end up going further than you intended.  There's plenty of content on LL, even in the Stellaris section that would be crossing the line for a lot of people and most people are happy Steam's relaxed their stance on adult content.

Posted
1 hour ago, XavierMace said:

 

I mean, I can understand the feeling, but to what end?  Huzzah the community banded together and got the drug dealer to move to the next street over?  They don't have any monetization links on the workshop page so it's not like that would hurt the uploader (regardless if they're the actual dev) and there's plenty of sites that will happily continue to host it.  I mean:

 

https://www.reddit.com/r/ElderScrolls/comments/v6gsfa/modding_really_be_like/

 

The bottom site in question has been around for YEARS, getting it removed from Steam doesn't really accomplish anything.  Keep in mind you start a crusade against adult content on Steam it may end up going further than you intended.  There's plenty of content on LL, even in the Stellaris section that would be crossing the line for a lot of people and most people are happy Steam's relaxed their stance on adult content.

You ask people who can't see the difference between real world and fiction to keep something in mind, are you serious?

Just a few morons try to virtue signaling on 18+ NSFW site.

Btw, that's probably why comments are closed on a mod page on Steam, because stupid people can't stop writing some BS essay about how a few flavor lines of text inspire predators to "go on a hunt". 

Pathetic, TBO.

Instead of fighting against REAL issue they fighting against weirods on NSFW platforms who just made a goddamn mod, who, BTW, didn't violate anyone.

Posted (edited)
On 5/20/2024 at 6:51 AM, XavierMace said:

 

I mean, I can understand the feeling, but to what end?  Huzzah the community banded together and got the drug dealer to move to the next street over?  They don't have any monetization links on the workshop page so it's not like that would hurt the uploader (regardless if they're the actual dev) and there's plenty of sites that will happily continue to host it.  I mean:

 

https://www.reddit.com/r/ElderScrolls/comments/v6gsfa/modding_really_be_like/

 

The bottom site in question has been around for YEARS, getting it removed from Steam doesn't really accomplish anything.  Keep in mind you start a crusade against adult content on Steam it may end up going further than you intended.  There's plenty of content on LL, even in the Stellaris section that would be crossing the line for a lot of people and most people are happy Steam's relaxed their stance on adult content.

Do you also not clean up because the dirt just goes someplace else?

Edited by Fakenet
Posted

If there's one major request I'd have for the balance mod it would be to first remove the option to swap resource production of the modded facilities. As it stands, the modded research facilities if told to focus on research outperform the regular research facilities, which is just bonkers. At least if they're forced to use their primary production which gives reduced research but also gives commodities, it'll be a bit better.

 

Second would be to make the new buildings replacements for old buildings that you get with specific civics, instead of them being for every Empire, which would soften the blow from them being a bit overtuned.

Posted
On 5/20/2024 at 11:09 AM, Fakenet said:

Do you also don|t clean up becasue the dirt just goes someplace else?

To continue your metaphor, why would you insist on cleaning a house which isn' t yours?

Posted
5 hours ago, Raaaah said:

If there's one major request I'd have for the balance mod it would be to first remove the option to swap resource production of the modded facilities. As it stands, the modded research facilities if told to focus on research outperform the regular research facilities, which is just bonkers. At least if they're forced to use their primary production which gives reduced research but also gives commodities, it'll be a bit better.

 

Second would be to make the new buildings replacements for old buildings that you get with specific civics, instead of them being for every Empire, which would soften the blow from them being a bit overtuned.

 

I don't believe that's 100% accurate.  I swear last I looked, base sexologist output is lower than base researcher.  The catch is it's a sex job and boosted by tech/traits which boost sex job and assuming you're playing a custom race, you've probably got a lot of buffs (comparatively) to sex jobs.  Early game buffs to researchers are harder to come by, especially if not playing with any mods that allow you to add/stack research buffing traits.  So I think (could be wrong) it's not the lab production itself that's the problem, it's the amount of buffs you can get, especially early game.

 

Also keep in mind you can't get access to them right away in most cases, so you have to use vanilla labs at first and if you're focused on sex job output, your regular research capabilities are going to suffer.

Posted
7 hours ago, Calcifire said:

Yo! Its getting spicy in the thread.

I know each time I come hopping it's the update and then its just this. 

Posted

Can we keep this thread to the LV mod please? I'm sure all the back and forth is very important, but please take it somewhere else.

Posted
16 hours ago, Tamasama said:

One. A number of US states, like Idaho, legalized "selling your twelve-year-old kids out for prostitution marriage" in real life. I think more people ought to be talking about that, including in fictional contexts. A mod that lets you make villains who literally do stuff like that -- which, notably, requires them to be Fanatic Authoritarian and imposes massive penalties on the happiness of the lower class -- is no more objectionable than letting you have villains who carry out ethnic cleansing or devour their enemies. Both of which are already in Stellaris.

 

Two. There are a lot of adults who have the body types this mod is celebrating in real life, especially in Asia. This is one reason you see a lot of this art coming out of Japan. I can understand being squicked out by fictional stories of actual child abuse, but how old someone looks has literally nothing to do with the morality of dating them, and fantasizing about something is not the same thing as doing it in real life. Otherwise, I would be pregnant.

 

Three. Every single time in history that people have made a big fuss over "groomers" and "pedophiles," it's in order to dehumanize a group of people. Seriously, just look at the way people talked about Jews and homosexuals / transsexuals in pre-WWII Germany, or Black men during Jim Crow. This talk is dangerous, and is going to get people killed and get everything you love banned from the internet, even your wholesome mod filled with sluts taking cock where you can impregnate the galaxy.

 

You only think your revulsion at a fictional story carries moral weight because you were brainwashed to think that by extensively-documented radfem psyops, who want to get rid of tr*****s and f*gs. It's literally the queer / female / wholesome gen z flavoured version of incel, nofap, and redpill, and it's just as fash. It's a cult. Stop being a cultist. And if you're not a cultist, stop preaching their incel shit in my house.

 

Just coming out of lurking to clean up, don't mind me.

 

A pedo came out of hibernation and immediately took an L. Good job outing yourself pal 😂

Posted
19 hours ago, Tamasama said:

Every single time in history that people have made a big fuss over "groomers" and "pedophiles," it's in order to dehumanize a group of people.

LV should add a random event where this exact post is referenced in the words of a radicalist speaker trying to rise to power on one of the player's planets, and the only option available to them is to jettison the speaker into space and join the trash orbiting that planet.

Posted
10 hours ago, cptnnutt said:

LV should add a random event where this exact post is referenced in the words of a radicalist speaker trying to rise to power on one of the player's planets, and the only option available to them is to jettison the speaker into space and join the trash orbiting that planet.

That's actually a really good idea would work well with the sexualized society civic.

Posted
On 5/23/2024 at 1:05 PM, Kinkmiser said:

I know each time I come hopping it's the update and then its just this. 



If you're curious, LV works perfectly fine in 3.12 even though there hasn't been an update for it.

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   1 member

×
×
  • Create New...